what is the difference b/w test scenario and test case?
pls explain with one example the preparation of both?
thanks in advance
................
Answers were Sorted based on User's Feedback
Answer / radhika
Test Scenario is nothing but describing the functionality in brief.
Eg: Verify login page.
Test Cases: Detail description of Test Scenario.
Eg: For above scenario:
Valid username/Password, Invalid username/password, etc.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / geetha c.s
test scenario's is nothing but events or situation.
test case in document which enterprises all the activities
that means what is the input,output, actual result,
expected result
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manu
test scenario is the condition that needs to be tested.
Test case is s document which contains that test data,
action performed and the expected result.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / krishna
Test scenario is a set of test cases to execute one by one
and the test case output depends on the previous test case
output.
test case is a document it describes the test
caseid,description,input,actual output,expected
output,pass/fail,remarks etc.
if its wrong pls correct
| Is This Answer Correct ? | 1 Yes | 3 No |
What icon is used in WinRunner to get an explanation of the syntax of TSL?
What is Stub and Driver ? What functions are used in stubs and driver?
can automation testing replace manual testing?it it so,how?
What actually you(Testing) people do when a new project starts. i.e can you give clear idea how testing is integrated with Project development &Release
What is the structure of the project??? I explained its 3 tire... But that was not the correct answer it seems...
How to test the Fire walls?
What are the disadvantages of overtesting?
Which are the major bugs u found while testing an aplication?
there are n types of test cases how do you do?
What are the difference between Water fall model and V- Model? Which one is better? Why 80% of Software companies using Water fall model nowadays?
what is v-model and explan with diagramm
what is the difference between sanity testing and smoke testing.