ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Hai, Can anybody tell me what is test scenarios and how to
write test scenarios, pls give me one example.
 Question Submitted By :: Lavanya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 1
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 ?    18 Yes 5 No
Sami
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 2
HI
   Test Scenario's is Testing The Combination of Test cases.
   For Example:-
   Registaring an employee Details Such as
   1. Empno
   2. Ename
   3. Job
   4. Designation
   5. Salary
   6. Deptno
   7. Date of JOining.
  Enter values for The possitive Test Scenario & Negative 
  Test Scenario's .
  (This is only example To Understand)
   bye 
   sun_ramprasad@yahoo.com
 
Is This Answer Correct ?    3 Yes 9 No
Ramprasad.s
 
 
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 3
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 ?    8 Yes 4 No
Amika
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 4
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 ?    7 Yes 5 No
Siva
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 5
I think answer posted by Amika is correct. Test scenario is 
the end to end functionality test of a requirement.
 
Is This Answer Correct ?    1 Yes 4 No
Chaitanya
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 6
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 ?    3 Yes 2 No
Akhil Kumar
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 7
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 ?    2 Yes 2 No
Ravikanth Balerao
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 8
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 ?    0 Yes 0 No
Srinivas
 
  Re: Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Answer
# 9
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 ?    0 Yes 0 No
Kumar
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
How do you test the web application?  2
question about bug is valid or invalid ? suppose i don't have srs i want suggest close button in one form but the developer says client no need that one in this situation the bug is valid or invalid?  2
which is the most important test case on the login page ? GE8
What is the difference bet white box testing and black box testing.pls give me an example  4
Hi everyone.This is one of my interview questions.Could you please send me the answer for this?My ID:spam4rekha@gmail.com Q : what is BVA and ECP ? Thank You rekha  4
give examples of incremental testing? Logica-CMG4
What do you gather as a part of requirement gathering (for a testing project)?  1
How do you determine what to test?  4
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug SumTotal5
What is deferred? Hykin-Solutions2
what are the parameters u apply for doing functional testing? Wipro3
Hi, this is sekhar yadav plz answer my questions with(examples) highest seviarity &lowest priarity and lowest seviarity & highest priarity ???? i want proper answer .. thankq SAP-Labs6
what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail. Tekra16
What are triggers and procedures?  1
Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.  1
What is Injuction testing?  2
what are the differences between stub abd the driver ? CA5
What is the difference between Functional testing and Functionality testing? TCS7
What is broken link? how to test in a web application.  2
What is Soak Testing ? AZTEC6
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com