4 Easy step to improve test coverage
Its very hard to measure the test coverage quality.
review is very key thing in testing and each phase of testing review should be incorporate,testcases coverage should be cover with the scenario and scenario should be derived from requirement and this the flow of writing test cases and also review the test cases.
Testcase should be written to have focus of risk and the static and dynamic technique implemented as the measurement of test cases is the fault found which is actully increase the confidence.for writing the test cases many thing needs to keep focus as company to company process would be different but the concept of test case coverage should be define with the requirement and all the possible combination.
There are different type of test cases review process and its define as below
#1. Before writing,understand the fundamental
#2. Do self review and try to find the improvement not mistake
#3. ask developer/technical expert for review.
#4. do review updated test case
Comments
Post a Comment