124k views
4 votes
After a team member writes a piece of code, how can she ensure that it works, before checking it in?​

User Rnbguy
by
5.4k points

1 Answer

2 votes

Answer:

Answer: After a team member writes a piece of code, and in order to ensure that his/her code shall behave properly in the integration testing, the member should perform unit testing on his piece of code by ensuring the appropriate results are given by the program.

Step-by-step explanation:

User Luiz Augusto
by
6.2k points