what is the difference between Test case and Test scenario?
is it necessary to prepare scenarios before writing test
cases?explain in detail.
Answers were Sorted based on User's Feedback
Answer / jaypal reddy
hi guys,i wanna make small modifications to the answer given
by Nemade.When ever tester gets requirements he will read
those and start writing scenarios first.Each scenario is the
method by which perticular feature in the application can be
tested.in this way tester will write different scenarios by
which that perticular feature in the application can be
tested.Now,by considering those scenarious tester will write
all possible testcases for each scenario.
So writing scenarious is mandatory before starting writing
test cases.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / divya nandana.b
Test case : is a document that consists of
the following
:Testcase Id , testcase name , testcase desciption ,
prioroty ,reproducable,Steps ,description ,Expected ,Actual
,result
Test case nothing detailed desscription of the each and
every step to validate the expected value
Test Scenario
test scenario is a format which gives the information or
flow of application .i.e it is like story
ex:
sc1: login screen:login screen consists of username ,
password ,
sc2 :if username and password is correct login in to
application
sc3: if username and password does not match display a
message
by seeing testscenarios only we will write testcases
| Is This Answer Correct ? | 21 Yes | 6 No |
Answer / brahma
Before you write any testcase will first off all prepare
the test secnario.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / sreejith
hi prince ,
you mensioned that "Group of test Scenario Docu Designed to
Cover a test Condition will form a Test Case.(pls note this
is not the definition for test case)." are u sure this is
correct.
I think it will be group of test cases which will make a
test scenario.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sijojoseph
Test scenario is nothing but it is a group of related test
cases .
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gousia parveen
Test Scenario is what to test.
Test Case is how to test.
In some companies,they directly prepare Testcases from
usecase diagrams
In some companies,They prepare scenarios from those
scenrios,they prepare test Cases,Its all depends upon company.
For example:We have login page with user id,Password and
login button
Here scenario is Login button,
Here Test cases for this scenario are
1.Blank
2.Invalid user id with valid password,
3.Valid user id with invalid password,
4.Valid user and valid password.
Depends upon the client requirements......
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vani
Identifying the TestScenarios is mandatory, with out the
Scenarios writing the testCases is confusion, So only few
Organizations will directly write the testcases, without
the Scenarios.
| Is This Answer Correct ? | 2 Yes | 0 No |
when test plan is created?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
Can anyone please suggest me a online book on manual testing??
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
0 Answers CashEdge, Cognizant,
hi friends, anybody WHO NEEDS PROPER GUIDANCE TO MAKE CARRER IN TESTING PLS CONSULT ME. U WILL DEFINITELY BE BENEFITTED. My EMAIL ID: sun2k8@rediffmail.com Test Lead (IBM)
How many operating system you can installed on one machine? What is NTFS and FAT32?
What are the cases when you’ll consider to choose automated testing over manual testing?
What is contained in CRS,SRS and FS ?
Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?
Hi Giving the good example for High priority with low severioty bug examle?
Explain user acceptance testing.
What is test strategy??