Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
which are the important think for doing testing in any windows software?In Manul testing want important points.
Posted

1 solution

Test everything. You should be writing test cases for every component and its associated methods that exist in your application. You can then test them individually and as a group. Many developers today are following the TDD[^] pattern for completeness.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900