what method is used by developers to check the code?

kerri

Member
Joined
Apr 20, 2019
Messages
34
Reaction score
1
Points
7
Location
usa
what method is used by developers to check the code?
 

brrik

Member
Joined
Apr 14, 2019
Messages
38
Reaction score
0
Points
6
Age
36
For this, Debugging in Software Testing https://testfort.com/blog/what-is-debugging-in-software-testing is used. This is the stage in the development of a computer program in which errors are detected, localized and eliminated. To understand where the error occurred, you have to: find out the current values of the variables; find out which path the program was running.