Difference between Test scenario and test cases?
Answer Posted / aa
Test Scenario is flow or condition to test the functionality.
From test scenario, test cases are designed.
From one test scenario , can able to write 4 to 5 test cases.
Ex :
For Login functionality below are the Test Scenaro's,
With valid user id and password
With valid user id and invalid password
with invalid user id and valid password
with invalid user id and invalid password
with blank user d and blank password values
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does entry and exit criteria mean in a project?
What exactly is quality control? Is it similar to quality assurance?
How do test documents in a project span across the software development lifecycle?
Why is software testing required?
What is a test scenario?
Which are the standards for software test plans?
What is white box testing?
What are the various techniques in white box testing?
What is Traditional testing & Object Oriented testing?
Can you explain steps in function points?
What r the sequences that leads to automation?
What is a test server?
Test cases on send/ receive button of Microsoft outlook.
In simple steps how will you do unit testing using VSTS?
About Testing