what is test scenario and test case ?please explain detail

Answers were Sorted based on User's Feedback



what is test scenario and test case ?please explain detail..

Answer /

Test Scenario : What we have to test
Ex : like create a Yahoo mail account so
1. first we check the all fields are present or not in the
personal info.
ex. Name, sex, Birthday,country, language

Test case : How we test these field mentioned above
like : Name should be Alphabetic characters, character
length,many more validations we use here in valid or invalid
classes.
More in detail....
1. Name fields is sceno. means what to test : Name field
Test cases :
Name field should be accept alphabetical characters
Length should be specified. etc.
2. Sex field sceno.
Test cases :
should be dropdown box.
should be contains male and female etc.

Test cases should be created on the basis of Test
Scenarios.

please tell me if i'm wrong.

Is This Answer Correct ?    0 Yes 0 No

what is test scenario and test case ?please explain detail..

Answer / mudaseer

test scenario ways to test an application

like login scenarios for gmail

valid user name valid password
invalid username valid password

invalid username invalid password

dont enter username and password
and click on login

test case contains fields like

action: enter valid username and valid password

expected result:it should display inbox page

actual result: should be written after testing


result:pass/fail

severity :

priority

comments

date

platform

Is This Answer Correct ?    0 Yes 0 No

what is test scenario and test case ?please explain detail..

Answer / vijaylaxmi

Scenario:Scenario is a high level documentation.
Test case:Test case is a detailed documentation of scenario.

Is This Answer Correct ?    0 Yes 0 No

what is test scenario and test case ?please explain detail..

Answer / hari yadav

TEST SCENARIO ARE TEST CASES AND THE SEQUENCE IN WHICH THEY ARE TESTED.IT ALSO ENSURES THE BUSINESS PROCESS FLOW ARE TESTED FROM END TO END.

TEST CASE IS A CONDITION TO BE TESTED ON APPLICATION TO VALIDATE THE FUNCTIONALITY.

Is This Answer Correct ?    2 Yes 3 No

what is test scenario and test case ?please explain detail..

Answer / sat

Test Scenario: simply is nothing but "What is observed" eg:in the home page links(add,home,back...)


Test case: simply "What is to be tested"

Is This Answer Correct ?    0 Yes 1 No

what is test scenario and test case ?please explain detail..

Answer / ff

Test scenario is nothing but set of test cases to execute a
functional specification.....

Testcase is set of i/p given to compare the expected and
actual results.

Is This Answer Correct ?    1 Yes 3 No

what is test scenario and test case ?please explain detail..

Answer / narendra

Test Scenario is nothing but one,scenario is a main modules in that modules used to create ur project

Test case:In that main modules(scenario),we have to create
subcases(reqirements of main modules(scenario)).

Is This Answer Correct ?    3 Yes 8 No

what is test scenario and test case ?please explain detail..

Answer / ajit kumar

Test Scenario describes when exactly tehe test case document is executed to accomplish the objective.

In other words Carry on Testing.

Is This Answer Correct ?    2 Yes 11 No

what is test scenario and test case ?please explain detail..

Answer / abl ravikumar

Scenario- If you take a project there is a lot of modules.
Large modules ae divide as a Scenario. " It is a flow or
navigation for the proceeding with testcase.

Test case- Test case is nothing but a flow of steps which
performs perticular action.

Is This Answer Correct ?    8 Yes 20 No

what is test scenario and test case ?please explain detail..

Answer / sunil vijay

Test case is a description of what is to be tested.
What data to be used and what actions to be done to check
the actual result against the expected result.
A test case is simply a test with formal steps and
instructions.
Test scenario is combination of test cases or group of
testcases

Is This Answer Correct ?    10 Yes 40 No

Post New Answer

More Manual Testing Interview Questions

what is actually contain test report? can anybody post the test report

4 Answers   NIIT,


what is the use case and what is the test case?

6 Answers   CTS,


if a very low defect (user interface )is detected by u and the developer not compramising with that defect what will u do?

3 Answers   MBT,


What is the difference between bug,defect, error, failulre, fault & mistake?

7 Answers   AZTEC,


What does 100% statement coverage mean?

0 Answers   3i Infotech, Infosys,






How do we develop test scripts for manual testing?Can anyone explain me with an example . Thanks, Prasanna

8 Answers  


What are the test cases for sanity or smoke testing ?

3 Answers   HealthTech,


1)What is the main difference between web based application and windows based application ? 2)can anyone give me proper example of high severity and low priority ,low severity and high priority , both are high and both are low ?

2 Answers  


when there are any CRs in the projects, as a tester what do you do?

3 Answers   Satyam,


Explain clearly what is buglifecycle

3 Answers  


I m writting the test cases in Excel sheet. After wrting test cases for version 2.0.0 If there is new feature added in build 2.0.1, I will write test cases for newly added feature. Then 3.0 version release for testing with new feature. I will write test cases for newly added feature 3.0 But if in between 2.0.2 build release for testing with same feature of 3.0.Then should I have to write test cases for same feature again? If not --> when 2.0.2build again release for testing after 2months then How should I came to know that I have to run these test cases on 2.0.2build?

2 Answers  


How many Types of test Case are there? What are the challenges u faced in Ur Company ? What are intonation u taken in ur project?

1 Answers   Reliance, Tech Mahindra,


Categories