Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 Functional Testing?

7 Answers  


What is BVA and ECP 2. Which version of WINRUNNER and QTP you are using in the project 3. What is the use of Recovery manager in QTP 4. What is retesting and regression testing 5. Write the SQL queries for the following EMP table to select the employee id and his details from emp table 6. For example: employee dept and employee id and employee name and employee salary 7. what is a sub and what is a driver 8. What are your roles and responsibilities in your project 9. Does BVA is equivalent to ECP 10. If you find a bug what will you do

2 Answers   AZTEC,


If the developer rejects that its not abug means then whats the next step we follow?

8 Answers  


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

0 Answers   HP,


How do you feel about cyclomatic complexity?

1 Answers  


Hi!! Could anyone tell me the risks that usually appear while testing web application [let say - eCommerce] Thanks!

1 Answers  


I am a B.COM graduate. I have studied all the theorotical aspects of manual testing. How can i get in to testing without practical exp. And even if i manage to get a job, i want to know whether i will be able to do my job, being i am new to software field.

2 Answers   Emphasis,


can any one please tell me the types of defects in s/w testing

3 Answers   Symphony,


pl. give me the list of top jobs website to register i have 2Yrs. Experience in manual testing

0 Answers  


What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?

1 Answers   CSS,


Thanks for all who are helping me and Wish u all happy new Year........ Now I have a one more question plz...help me what is the I DIFFERENCE BETWEEN Performance Testing,LOAD TESTING AND STESS TESTING JUST IN ONE LINE ANSWER give me with an EXAMPLE PLZ.... If u have time then post me to my mail id... thank u very much... for ur help.and if anyone wants to talk to me also u can add my id my id is given below. penisetty@gmail.com

5 Answers   TCS,


Is Regression Testing done for Manual Testing projects?

2 Answers  


Categories