what is the difference between test scenario n testcase.do
we have separate template fr test scenario.what is the use
of scenarios.pls explain with example.
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy penumall
Test Case:Test case is a document contains,
Input Action-> Input-> Expected Result
to test a particular functionality.
Normally Test Case is designed in view of testing a
functionality at a high level. each test case is prepared
based on a test condition. Again we know the test condition
is extracted from requirements. These test cases are
independent from each other.
Test scenario:A set of test conditions that are used to
test the business process flows from end to end.But these
test scenario's are dependent on others.
Byeee
Friends
Rajendra Prasad Reddy Penumalli
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / kalyan s
Test scenario is navigation path
e.g. yahoo login.
Test case is a step by step process to execute the application .
eg. Yahoo login page
1) valid username valid passw
2) Invalid username valid passw
like these are the different test cases with single
scenario.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / vijay kumar koulampet
Test Scenario: A set of test cases evaluating a business
requirement for a specific Business Scenario/Conditin.
Test Case: A set of steps invlved to evaluate a particular
aspect of business scenario/condition.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / aseem
Hi Friend your answer was correct that test scenario
defines business process end to end but its not necessary
that one scenario will be dependent on another scenario.
that's why once we are not able to proceede with one
scenario we can execute another scenario.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is agile model and spiral maodel?pls explain with an example?
please tell me the test cases for the following scenario 1. Two windows are there in one window pin code text box and ok button will be there.... we need to enter the pin code no and then click on ok........ basing on this in second window post offices address should come...........what are the imp test cases for that.....
You are given two scenarios to test. Scenario 1 has only one terminal for entry and processing whereas scenario 2 has several terminals where the data input can be made. Assuming that the processing work is the same, what would be the specific tests that you would perform in Scenario 2, which you would not carry on Scenario 1?
WHAT IS SDLC? WHAT IS STLC? WHAT IS THE DIFFERENCE BETWEEN SDLC AND STLC?
How do you test if you have minimal or no documentation about the product?
What is junit & api?
What is meant by Gamma testing?
Changes and enhancements to system?
What is the first query u encounter to test a database..?
What is parallel Testing?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
A general Question: If there are two bugs one with high priority and one with high severity, which bug should be fixed first?