1.How prepare good test case 2.How prepare test case for winrunner and load runner 3.how prepare client side test cases (ex:Screens) Please send me to example test cases for above 3 Thanks and Regards.
Nagaraju
Total Answers and Comments: 4
Last Update: September 17, 2007 Asked by: Nagaraju
RE: 1.How prepare good test case2.How prepare te...
Test Case Authoring is an Art. TestCases Should be precise,short and to the point covering the funtionality to the maximum.TestCases in WinRunner can be prepared either by recording/programming/both.
RE: 1.How prepare good test case2.How prepare te...
A good Test case is the one having test case id, test case name, aim, steps to be taken, test data, expected result, actual result, status, comments (optional or if required). For winrunner OR for any automation tool we create test script either automatically or manually.
RE: 1.How prepare good test case2.How prepare te...
A good test case is prepared by going through BRD, SRD, FRD, and following the client given requirements and using use cases. Main aim of test cases is to find the bugs or make the application bug-free and by writing all the possible negative and positive test cases for the application we can justify your test cases.