Hai, Can anybody tell me what is test scenarios and how to
write test scenarios, pls give me one example.

Answers were Sorted based on User's Feedback



Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / siva

Hi Lavanya!
Firstly let us consider basic difference between a Scenario
and a Test case;
I would say a Test scenario is a single FUNCTIONALITY Eg;
Log in, Logout Etc.
and now a test case; here we can write number of test cases
on Login scenario, Logout scenario Etc.....

The best Eg I can give you here is, when u go to any ATM
first you select withdrawal or Mini statement, Balance
inquiry, from savings Etc.... all these are scenarios
Take one scenario for Eg;Withdrawal- Now you can write test
cases as (1) Select Withdrawal from main menu, (2) select
account type 'from savings or from current. '(3) Enter valid
password.............soooo on.
I think now u can understand.

Siva

Is This Answer Correct ?    32 Yes 8 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / sami

Test Scenario is nothing but the scenario which you are
going to test.
Let me give you example of writing test scenario for the
login screen in any web based application.

Consider that you need to test this screen.
The login screen contains the Logn Name(Label)followed by
Text box to enter login and Password (label)followed by
Text box to enter Password. Submit Button and a Reset
Button.

Here we needs to concentrate both on positive test scenario
by entering all the values and clicking on the submit
button.Negative scenarios such as invalid login name,
invalid password etc

Is This Answer Correct ?    41 Yes 18 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / akhil kumar

Hi guys you all are partly correct and close to what a test
scenario means.I am also giving you the answer what
generally is test scenario.
Test scenario is just to test particular aspect of an
application.It is not positive and negative.Like for example
you have to test login window which will draw you to next
page if you enter correct username and password.This is one
test scenario.
Now in this scenario,you can build numerous test cases,both
positive and negative.Like for example,a username text field
should allow only alphabets and numbers with no special
characters.so for positive test cases u will enter alphabets
and numbers and to negatively test it u enter special
characters and check the actual behaviour and compare it
with expected behaviour.There can be more test cases can be
created for this only one scenario.

I hope this might have cleared your doubts.
bi guys.

Is This Answer Correct ?    16 Yes 5 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / mohandhandapani

Both Test-Cases and Test-senarios will cover the
requirement. The major difference is, Test-scenario will
cover the Requirement in MACRO level or breaking the
requirement in High-level whereas Test-Case should cover
the requirement in MICRO level based on the created Test-
Scenario and The created test-Cases should be mapped with
the appropriate Test-Scenario... There can be morethan 1
Test-case for a Test-scenario.

Is This Answer Correct ?    12 Yes 1 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / amika

Test scenario is actually trying to test the Particular
function from end to end.Its actually few test Cases that
test the whole Product scenario.Suppose i have to login
into Yahoomail.
for this precondition is that we have to open IE and then
Url www.yahoomail.com.
Then second step is that we have to Type correct login id
Followed by the correct password.
then click on Sign In.
This is a scenarion for Login into yahoo mail but in a test
scenarion we have to cover the negative aspects and mention
that also also.In a software system you can mention the
Exceptions and Error or Wrong Validation etc as per the
system Response.
I think this suffice ur query
Thanks

Is This Answer Correct ?    12 Yes 9 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / kumar

in basic understanding test Scenario is nothing but WHAT to
be tested.

here is a small example that Which can be easily understood.

For example. Testing this present screen.

Firstly required for test scenario is that you need a test
scenario template. where you can pick it from a folder
structure which you created in the Configuration management
or VSS.

Secondly comes out for the test scenarios.
where you are going to fill out in the scenarios template
that WHAT to be tested

In these process where
all your scenarios is identified and reviewed by your peers
or by your TL.

Any clarifications or any mistake please let me know.
According to my knowledge i projected out.
please let me know friends.

kumarvelu.d@gmail.com

Is This Answer Correct ?    2 Yes 0 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / riddhi

Scenario means how an end user can use the given functionality in real time environment.
Scenarios can not contain any technical word while writing down the scenario .

E.g. Login page
1. User tries to perform login by entering valid user name and password
2. User tries to perform login operation by entering invalid username and password
3. User tries to perform login operation by entering invalid username and valid password
4. User tries to perform login operation by entering valid username and valid password
5. User tries to perform login operation by entering special characters in username and password
6. User tries to perform login operation by entering minimum characters specified for username and password
7. User tries to perform login operation by entering maximumcharacters specified for username and password

Is This Answer Correct ?    1 Yes 1 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / srinivas

Hi
Test Scenario is nothing but the scenario which you are
going to test.
Let me give you example of writing test scenario for the
login screen in any web based application.

Consider that you need to test this screen.
The login screen contains the Logn Name(Label)followed by
Text box to enter login and Password (label)followed by
Text box to enter Password. Submit Button and a Reset
Button.

Here we needs to concentrate both on positive test scenario
by entering all the values and clicking on the submit
button.Negative scenarios such as invalid login name,
invalid password etc

Is This Answer Correct ?    3 Yes 4 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / shilpa

hi
test scenarios is nothing but the testing the all
functionality of that application before writing the test
cases.
it is nothing but checking the end to end functionality of
an application
for ex:mobile phone(call button and delete button)
we have 2 check 1st positive testing and then negative
testing.ceck all the possible tesing functionality and
write .

Is This Answer Correct ?    2 Yes 3 No

Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one ex..

Answer / ravikanth balerao

Hi friends,
Test scenario is nothing but to test the Particular
function from end to end.There is positive and negative
tests in test scenario.Where as test cases, we first
conduct positive test then negative test with different
possibilities like nnumerics,alphabets,alpha numeris,
special characters, case sensitive, name start with capital
letter and so on. Suppose we want to send mail from your
gmail.com
Ex: of test scenario is click on browser-->enter Url->enter
valid username and password-->click on sign in-->click on
compose Mail.This complete flow is nothing but a scenario.

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

what is seviority and priority, and who will assign seviority and priority and High seviority and high priority , High seviority and Low priority and Low seviority and High priority and Low seviority and Low priority-- pls, if you know really give the answer,because in every interview they are asking plssssssss

8 Answers   Deloitte, QuinStreet,


If client is not given any requirements then how will you test the application

3 Answers   AAA,


What is the difference between Business Requirement and functional Requirement

3 Answers  


Name three reasons why the tester may choose to record in Analog mode.

3 Answers  


IN software testing i have 3.2 yrs exp in testing. last week i attend the interview at Dell comaputers. interviewer asked me that what are the challenges faced in the project. but i didn't able to answer it properly. Anybody can answer it. Thanks in advance.

0 Answers   DELL,






How u write the test cases after studing the RSD and FSD

2 Answers   CTS,


HI friends Can any body help me by sending me a SRS document in my email id:- subhasis.study@gmail.com.I want to write testcases by seeing that SRS, before attening any interview.So that i will gain more confidence.Without urs help its not possible.Plz send me.......

0 Answers  


Would you like to work in a team or alone, why?

1 Answers   Advent Global Solutions, TVS,


What is the non configurable item in SDLC.

3 Answers   Wipro,


what is cmmlevel each and everystage i want to complete details please any one mail me i want to complete details

4 Answers   CGCI,


What r the non-configurable items in the VSS for software configuration management?

2 Answers   IBM,


give the format of test strategy and test methodology not the definitions i know the definition i need the template of those

3 Answers  


Categories