what is test scenario?explain with example(positive and
negative aspect)
Answer Posted / 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 |
Post New Answer View All Answers
create a daily status report or list the items you will cover in a status report
How to find all the bugs during first round of testing?
What should Development require of QA?
What is extreme programming and what is it got to do with testing?
According to you, when is the good time to start qa in a project?
What kinds of performance tests might be required for a word processing system?
What is basic block?
wht type of intersting things sqa have or what is intersting abt sqa and how it will be advanategous for us as a sqa engineer?
What should your qa documents include?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
We have a WISPr application making an authentication request to a server running an authentication module. The client application is sending the User--Agent value, but the authentication application logs the User-Agent value as null, please explain the steps i should take to troubleshoot the issue. Please mention the steps by applying your knowledge of the OSI model.
What methodologies do you used to develop test cases?
What are the responsibilities of a qa analyst?
hey, i recently attended 2 interviews and they asked whether I used qamonitor of softsmith. any help on what it does?
Define the key challenges faced during software testing?