How will you review the test case and how many types are there ?
Answers were Sorted based on User's Feedback
Answer / nayana
going through case by case and to check each field in the
application or in the FS as positive and negative
scenarion test case
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / fs
Test case is reviewed by technical team and peers also.
| Is This Answer Correct ? | 10 Yes | 6 No |
Answer / nandan kumar
Test cases are 3 types
1. GUI Test cases or Look & Feel
2. Functional test cases
Positive Test cases
Negative Test cases
3. Non-functional test cases
When we are writing the test cases we should keep this ways
to write the good test case.
I can review the test case whether it is a good test case or
not..In the following ways i can review..
1. The action must be possible action.(when writing
functional test cases..)
2. The expected result should be related to that action &
based on the customer requirements.
3. Test case must be clear & understanding easily.
4. Test case should be simple.
5. Test case should be more powerful.
6. If we are writing test case means there should at-least
minimum chance of getting defect.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / smile
There are three types fo review of the test case..
1) Initial
2)Walkthrough
3)Inspection
| Is This Answer Correct ? | 2 Yes | 1 No |
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!
which method are using to obtain runtime property of an object
How to know from the script that whether the object is custom object or virtual object?
What are the platforms that WinRunner can be used?
how to upload an application in winrunner which we want to test
what is the difference between bitmap checkpoint and image checkpoint
How will u find Automation Test cases and how to find regression test cases?
How we conduct Regression Testing through WinRunner
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
what is batch mode, how can u run ur tests in batch mode?
How do you filter the objects in the gui map?
what is the diff. Between GUI_unload() and GUI_close()?