Effective Test Cases

How to write effective test cases (test scenarios)? Explain with example.

Showing Answers 1 - 6 of 6 Answers

sadhana

  • Feb 10th, 2016
 

To write effective test cases we need to write test cases on test case template which is followed by step no, action, input, expected output, test case fail or pass this steps we need to follow.
example: scenario:= To open the browser
step no action input expected output pass fail
1) Enter the test URL NA(not welcome page should - -
"www.google.com" applicable) display

  Was this answer useful?  Yes

srikanthm17

  • Mar 22nd, 2017
 

Writing effective test cases is something bit easy when understand the flow of the functionality and requirements clearly, we don't get much time to write test cases but the time you get you should be able to write effective test cases consider risk and most used features or most used areas.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions