What is test scenario?
Answers were Sorted based on User's Feedback
Answer / uday
A set of test cases which should be executed in particular
order to make sure the functionality is working fine from
end-to-end. The test case starts once the previous test case
is over.
Generally a test scenario may contains one or more test cases.
In some companies, they treat both test scenario and test
case are same, but it is not true.
Here is the order:
We derive test cases from test scenarios. we derive test
scenarios from Use cases.
Is This Answer Correct ? | 17 Yes | 0 No |
Test Scenario: An item or functionality which has to be test in the application and for which we have to write the test cases based on use cases.
Is This Answer Correct ? | 0 Yes | 1 No |
What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
tell me about V-Model
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.
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
which testing process you followed in your company ???
5 Answers Accenture, HCL, SAPO,
What is the main purpose of having Equivalence Class Particition & Boundary value analysis in Testing?
6 Answers Tavant Technologies,
we go to shopping. after completion of shopping we have to pay money. we swipe our credit/debit card in swiping machine. assume your card is icici card. and that machine is of hsbc.here with what name the bank of your card is called ? and that machine's bank name?
1 Answers Bank Of America, Cap Gemini,
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis
What are bug leakage and bug release?
Explan different Risks associated with the project????
what is the difference between the focused and enabled?