How to write simple test cases?
Answers were Sorted based on User's Feedback
Answer / la
Any testcase simple or complex should have the following
basic requsites:
1)Steps (it lets a tester know how to proceed )
2)Expected Result
3)Actual Result
4)Pass/Fail
The tester has to follow the steps and see the actual
result shown by the system.If it matches with the expected
result then give the result as pass else as Fail.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / anjali awasthi
Any testcase simple or complex should have the following
basic requsites:
1 test case id
2 description
3 procedure
4 input
5 expected result
6 actual result
7 status which is pass or fail.
| Is This Answer Correct ? | 1 Yes | 1 No |
to write test cases for fuel guage?
Write a test case scenario for Web-based address book?
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
test case for open doalog box. thanks a lot!
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
what is parametrization ? How do you parametrize in qtp ?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Explain the ramp testing?
Explain the glass box testing?
How would you do " Keeping two folders in sync testing"
0 Answers ABC, HCL, Microsoft,
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Create (Local Only),
What we do when the Requirements are continuously changed?