Test scenerio and Test cases in Software testing
I want to know what is the difference between test scenerio and test cases
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Oct 16, 2012, 12:13 AM
A test scenario is almost like a story like example "a user enters into the application from login window by entering valid user name and password.After entering he will click on module Payslip and clicks on latest payslip feature to view his latest payslip".Any test scenario will contain a specific goal.
A test case can be derived from a scenario .For the above scenario we can write a test case like :
Test Case # 1:
S.No Steps Expected
1 Open the login window Login window is open
2 Enter valid UN & Pwd Application should be open
3 Click on Payslip Features in payslip should be displayed
4 Click on latest payslip feature It should open latest payslip window
Satyapriya NayakPosted Oct 16, 2012, 1:04 AM
Test scenario is the environment in which we execute the test cases, Test Case is a set of input we execute in the system to check the system or project whether it is working correctly or not.