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 |
Where you involve in testing life cycle ,what type of test you perform
How many testcases have you written till, now as an average per project?
Give me examples for high priority and hign severity defects?
Please explain software release process in detail.
Explain in detail whole test process activities.
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
How amny times u met ur P.M?(In P.M)
What is the difference between GUI Testing,UI testing and Usability TEsting
What is test data
I had faced in one of the interview that " you have found the bug and assigned to the corresponding developer, but the developer did not accept your bug. what will you do at this situation. can any one help me with clear answer ? I answered like, I will show the SRS,GUI document and show the image of the bug where i got. and again they asked me , still they did not accpet your bug. what you will do ? Answer me....
After completion of testing process what are the mandatory documents that a tester can produce?
4 Answers ArisGlobal, IBM, TCS,
What are the advantages of manual testing other than "Low cost", "Where automation fails".......?