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 is LOI Testing?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain
What is Testers role in a s/w firm?
What is information flow in testing
How do you determine user load for a performance test of a Web application?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Diff. between system test cases & UAT test cases.
Write the test cases for a dot (.)? Dot on a blank paper.
Can u tell me any 3 BVT's for yahoo login page ?
what is the differance between debugging and testing?
How many scripts u use to run daily?
last testcase for project will be written in which phase?