what is the recommended pratice for functional testing when the code is refactored.
a) Testing is recommended only after the code is refactored
b) Any of the above
c) Testing is recommend Just before the code is refactored
d) Testing is recommended both before and after code is refactored
Answers
Answered by
0
Explanation:
Testing is recommended both before and after code is refactored
Similar questions