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

What is difference between SDLC and STLC?

16 Answers   College School Exams Tests, HCL, TCS, Verizon,


I write the test cases in Excel Sheet. For Retesting how to maintain the excel sheet.? Hw to maintain the History?

2 Answers  


What are all the basic elements in a defect report?

4 Answers  


Do testers have to write separate test cases for performing sanity testing??

1 Answers  


what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.

20 Answers   AppLabs, Tekra,






What is virtual creation tool?

0 Answers  


What are triggers and procedures?

1 Answers  


I need some help. Could you solve this query i got this query the other day. Any help would be appreciated Write down any potential problems or omissions from this Fault Log Fault no: 278 Environment: Windows 98 Priority:3 Tester:Author Application: Web testing Description When i log onto the screen DF342 I should be able to delete records. However when trying to delete records an error message appears telling mw that im not authorized Response: 25 Aug: Programmer: Security needs to be setup providing access to the delete facility- No error 26 Aug:Tester: We had Security up and it doesnt seem to work- I have reopened this fault

1 Answers  


What is the difference between santity & smoke testing?

6 Answers   Logica CMG,


what is the common in all s.o.p (standaed operating procedure)?

0 Answers  


can you please tell me when we do function testing in manual testing what we have to test first what we do first please give me right answer this my first project please help me advance thank you for give me right answer

2 Answers  


What is parallel Testing?

1 Answers  


Categories