what is test scenario?explain with example(positive and
negative aspect)

Answers were Sorted based on User's Feedback



what is test scenario?explain with example(positive and negative aspect)..

Answer / patilvis

Test Scenario
Scenario testing is used to create large test cases that
model real use of the application by covering multiple
requirements. These tests are used to find bugs in the
system, learn the product, and find requirements problems.
Scenarios should be real life examples of system use, but
exaggerated to test extreme use, like a soap-opera.
However, scenario testing does not provide code coverage,
and it is a black-box testing approach that should be used
later in development
Transaction flow testing looks at the different processes
and decision points in a transaction of the system. This is
a way to model a scenario and test all of the branches in a
particular transaction..

Test scenarios for testing a web site:

As a Tester you should test GUI of the website,test whether
the page layout and design elements are consistent through
out the site,Whether all the links provided in the website
are working properly,What are the expected loads on the
server? performance of the website (check for webserver
response time and database query time)under heavy loads.

The key things are:
1. UI testing
2. Session
3. Basic functionality
4. Negative testing
5. Penetration testing
5. Broken links
6. URL testing
7. Orphan page testing

Is This Answer Correct ?    3 Yes 0 No

what is test scenario?explain with example(positive and negative aspect)..

Answer / basava raju

Test scenario is an use case which is part part of a
requirement or functionality. A requirement is divided into
multiple use cases, ech use case is further divided into
multiple test cases.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More QA Concepts Interview Questions

What is branch testing and what is boundary testing?

0 Answers  


What is Mutation Testing?

8 Answers   Vyons Labs,


when we want to be a good tester what should we need to be good at...

6 Answers   Semantic Space,


what is Test cases and test procedures.

2 Answers  


what do u do when u enter at ur system till end of the day?

3 Answers   IBM,






Any Automation tool in the market to help quality test team members communicate with each other? While server startup or restart Which Will inform each member .

0 Answers  


What is Regression Testing and how it is useful in real- time scenario? Please correct me if it is wrong...

2 Answers  


What's the role of documentation in QA

1 Answers  


Give an example of high priority and low severity,low priority and high severity ?

6 Answers  


Differences between bug , defect and error

11 Answers  


Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?

0 Answers  


How are the quality assurance activities planned ?

0 Answers   TCS,


Categories