After a team member writes a piece of code, how can she ensure that it works, before checking it in? Select the correct option
O Through peer reviews.
O Through functional testing.
O Through unit testing.
O Through regression testing.
Answers
Answered by
14
Answer:
After a team member writes a piece of code then he/she can ensure that it works correctly by taking certain steps.
Explanation:
- Through Peer Reviews: The programmer can ask his/her peers to go through the code and give their respective reviews and based on the reviews and feedback, the programmer can improve the code.
- Through functional testing of code: The programmer can test the code through software tools against the functional requirements and specifications.
- Through Unit testing: The programmer can check individual components of code separately to get the error in the code if any.
kdmsta:
Only one among the four options has to be selected
Answered by
5
After a team member writes a piece of code then he/she can ensure that it works correctly by taking certain steps. Explanation: Through Peer Reviews: The programmer can ask his/her peers to go through the code and give their respective reviews and based on the reviews and feedback, the programmer can improve the code.
Similar questions