what is the difference between test case and test
scenario.Explain with example?

Answers were Sorted based on User's Feedback



what is the difference between test case and test scenario.Explain with example?..

Answer / lakshmana rekha basu

Test Case is a Step which has to be verified in order to
test a Scenario.
scenario is nothing but a series of testcases inorder to
verify one transactional cycle.
ex:Scenario:
verifying that a user is able to manage his e-mail inbox
such as view all messages,send a message,manage
folders,logout..etc with a valid user login and password

test case:
is e-mail login page is displaying
is the user able to login using his login id and password
is he able to view his inbox
is he able to delete unwanted -mails..etc

"But interviewer expects you to give examples related to
your previous job."

Is This Answer Correct ?    75 Yes 8 No

what is the difference between test case and test scenario.Explain with example?..

Answer / shailendra

A testcase is one which checks a functionality of one
particular object at a time. A scenario can check
functionality of multiple objects...and we can tell this as
one business process. We can define a series of test-case
executed as one scenario.

Is This Answer Correct ?    17 Yes 4 No

what is the difference between test case and test scenario.Explain with example?..

Answer / s.ram prasad.

HI

Test Case: Is an Individual Object.

Test Scenario : A collection of similar Testcases over the
Screen.

Any comment : sun_ramprasad@yahoo.com.

Is This Answer Correct ?    21 Yes 9 No

what is the difference between test case and test scenario.Explain with example?..

Answer / prince

Test Case: Test case consist of set of input
values,execution precondition,excepted Results and executed
post condition,developed to cover certain test Condition

Test Scenario:Test scenario is nothing but test procedure.
Now another quest raises what is Test procedure?

the test procedure specifies sequences of action for the
executin of a test.

if u see a test case u will find a Test Scenario and this
test Scenario would hv broken down in to one or more test
procedures.

ex: in login page
Test Scenario -> Test for passwordField
Test Procedur_> shd more tha 7
shd not be same a login name
if <7 letter pop up msg
shd be combination no's and char

hope now u able image something.

Is This Answer Correct ?    21 Yes 9 No

what is the difference between test case and test scenario.Explain with example?..

Answer / sree

Test Scenario

Each business requirement can be termed as Test scenario.
Eg: Fund transfer

Test Case

Test case is an extension of Test scenario.For each test
scenario different test cases can be prepared.The test cases
can be positive and negative.
Eg: Successful fund transfer -Positive test case
Unsuccessful fund transfer - Negative test case

Is This Answer Correct ?    8 Yes 1 No

what is the difference between test case and test scenario.Explain with example?..

Answer / ashis

test scenario-what to test
test case-how to test

Is This Answer Correct ?    4 Yes 0 No

what is the difference between test case and test scenario.Explain with example?..

Answer / aksahy

Scenario are thread of operations where as Test cases are
set of input and output given to the System.

Is This Answer Correct ?    8 Yes 6 No

what is the difference between test case and test scenario.Explain with example?..

Answer / rajeshwar rao

Test case contains user action and test data.

Test scenario == if the test case is sensitive risk are
complexity then we go for test scenario.insted of checking
for the expected output the application.

Is This Answer Correct ?    7 Yes 6 No

what is the difference between test case and test scenario.Explain with example?..

Answer / aashish

scanrio is laid down sequence of event.
example:correctness:4-8 chars long.

test case:is a scanario with the define step to follow
alongwith testdata, execution condition and expected result.

Is This Answer Correct ?    7 Yes 6 No

what is the difference between test case and test scenario.Explain with example?..

Answer / m.rakesh mohan

test scenario: what to be tested?
test case:How to be tested?

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is white-box Integration Testing and its differences between Black box-Integration testing?

6 Answers   Tech Mahindra,


Can anybody explain me branch/decision coverage with a example.

1 Answers  


What is test summery report and it content?

3 Answers   Covansys,


How to do cards Testing? And give sample test cases please? And tell me about vision plus card?

0 Answers  


those who want to gain real time experience feel free to contact me

1 Answers  






What is validation in software testing?

0 Answers  


can u explain me v-model?I told him we will do parallely both devolpment and testing . frs------------useraccepatance testing \ / srs system testing \ / HLD integration testing \ / LLD--------------------- unit testing \ / CODING he asked me how ur frs is done parallel with useracceptence testing and srs is done parallel to system testing and HLD IS done parallel to integration testing and LLD is done parallel to unit testing.Give me a clear clarification for it?

1 Answers   IBM,


what is deployement?

5 Answers   Kumaran Systems,


How do you promote the concept of phase containment and defect prevention?

0 Answers  


What Are the UI Standards?

5 Answers  


How does one do Regression Testing for Manual Testing projects?

4 Answers  


Write test cases on Travel bag?

3 Answers   Mastek,


Categories