what is the difference between test case and test scenerio.explain it with example?

Answers were Sorted based on User's Feedback



what is the difference between test case and test scenerio.explain it with example?..

Answer / avinash

Test Scenario: The scenarios which represents high level functionality/feature of an application/product. Basically, it defines what need to be tested and what are the conditions that need be satisfied.
It just give the overview of the functionality and conditions

Test Cases: These are low level scenarios of any functionality/feature of an application/product. Technically, these are subset of "Test Scenarios" but with detail steps to test the target.
It gives the test data,test steps based on functionality and condition, it can be positive and negative cases to test the functionality thoroughly.

Example:
AIM: To test the appl/prod logic page
Conditions for user name: Only numeric characters min 6-8 long
Conditions for password: Alpha numeric min 6-8 long

Test Scenario:
Login page:
User name: Only numeric characters min 6-8 long
Password: Alpha numeric min 6-8 long

Test Case:
User name:
Positive: 123456/1234567/12345678
Negative: 12345/123456789/abcdef/!@#$%^&

Password:
Positive: ABCD56
Negative: ABCDEF/123456/AB!12345...

Is This Answer Correct ?    7 Yes 0 No

what is the difference between test case and test scenerio.explain it with example?..

Answer / abhishek

Testcase:-In test case we have inpute values & it is in detail documents that can understand by any to execute the test case....


Test senerio:- it is high level documents , here only we can see navigation steps ...

Is This Answer Correct ?    3 Yes 1 No

what is the difference between test case and test scenerio.explain it with example?..

Answer / rohit gowda

Test case: It is a document, step by step procedure to test feature of an product/application.
What to be test in the application

Test Scenario means what to we need to do in the product

Ex: ATM machine
validation of ATM machine (test Scenario)
Validation of ATM machine with money (Functional Test case)
Validation of ATM machine without money (Functional Test case)

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.

1 Answers  


What is show stopper defect and explain with example ?

5 Answers   Unisys,


1.Alpha testing done by develping environment. Testing is done by before release or After release builds ?

2 Answers  


Please any one tell me what is application architure in web based applications

2 Answers   ProKarma,


If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com

0 Answers  


what is the difference between test bed and test environment?

2 Answers   HCL, WebTekLabs,


if you have compressed file which has multiple source files,after make of this source file, you are getting undefinedreference error. How your will debug this problem ? Whatmight be different root causes for this ?

1 Answers   Tech Mahindra,


Which is the best testing model?

0 Answers  


do u know abt integration testing,how do u intregate diff modules?

9 Answers   Cap Gemini,


At which stage testing phase will start

5 Answers   IBM,


While executing test cases, you got a test case as failed and it has a high severity(Show stopper). What is the next step? How you will execute the remaining test cases ?

3 Answers  


developers take most of the time for coding and tester left very few time for testing say 2 days which testing u find best when ur project is run out of time and product is going to be released

3 Answers  


Categories