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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write test cases on duster

4212


can we do database testing in manual testing? then how we write the test case?

5918


What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing

2398


3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?

1682


If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.

1572






Do you use any automation tool for smoke testing?

772


What is fuzz testing?

634


What is difference between cmmi and cmm levels?

677


What is test startegy?

763


What is PBX Testing & What is Test coverage?

9808


What is the term ‘quality’ mean when testing?

763


how will u create diff types of scenario for any website?

1780


What are the various techniques in white box testing?

651


Manual and automation how do they help in bringing out quality product? Explain?

1464


How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.

1668