Author: Deepthi Radhakrishnan
Tips and Tricks in Software Testing
1) Learn to Analyze your test results thoroughly. Do not ignore any test results. The final test result may be a “pass” or a “fail”, but troubleshooting the root cause of a “fail” will give you the solution to the problem 2) Learn to maximize Test Coverage each time you test any application. 100% test coverage might not be possible… Continue reading Tips and Tricks in Software Testing