What is the test scenario? What is the difference between
test strategy and test scenario.?
Answers were Sorted based on User's Feedback
Answer / mithra
Test scenario means the group of events occured during
testing the application.
Test strategy means,what type of testing we are going to do
the application and which modules we are going to test in
the application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / archana
Test Scenario:Test scenario is a situation,What r all the
situatios the end user can use.
Test Strategy:The Test Strategy is company level
document,This will prepared by the quality control
people.The Test Strategy document defines The testing
approach to be followed by the testing team.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandeep kumar panda
Test Scenario:A scenario is a hypothetical story,used to help a person think through a complex problem.
A document specifying a sequence of actions
for the execution of a test. Also known as test script or
manual test script.
Test strategy: A high-level document defining the test
levels to be performed and within those levels for an
organisation or programme (one or more projects).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rk
test strategy is the approach that we follow to test the
application.test scenario is the one functionality of the
application.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / neelu
Test statergy is a organization level term which is common
for all the projects in that organization
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neelu
The situation where we want to do the testing is called the
test scenario
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / geetha
Test Strategy: Collection of Test Scenario, which test the functionality of the application,
Which includes different modules ..
Test Scenario: Collection of Test Case, which test the functionality of the multiple objects
Which includes a single module login module…
Test scenrios for login:
1. Correct Password
2. Incorrect Password
3. Weak Password
4. Previously Existed Password
Test Case: Input and Expected output, which test the functionality of the single objects Which includes testing a Correst Password above Scenario…
Test Cases for Correct Password:
1. Give the User name:this include giving input, execution ,and check for expected result (functionality of single object)
2. Give Correct Password
3. Click on Login Button
| Is This Answer Correct ? | 0 Yes | 0 No |
Giving name to the test cases is called the testing
scenario.
Difference between the testing scenario and testing
strategy.
Testing scenario:
Giving name to the test cases is called the testing
scenario.
Testing strategy
what type of testing that we are going to do in the
application is called testing strategy.
| Is This Answer Correct ? | 2 Yes | 4 No |
When to start Software Testing?
What are the different Testing methodologies?
Can anyone explain the terms: Black-box, functional, Regression, Back-end, System Integration, GUI, UAT stress and Load Testing.
write test cases on calculator
8 Answers EDS, IT Logic, Sify, United Healthcare,
How will u classify the test cases ?
What is the need of testing? Give three reasons....
28 Answers AZTEC, GE, Persistent, TCS,
How to do hardware compatabilty or configuration testing manually
To write the test case for Login Window test condition is 'User must be created'so while writting test case for Login window may I have to write all steps of creating user or how should I write test cases
When do you go for integration testing?
To test a application what is required is functional specfication or busniess requirment ?
what are test beds
Which design document supports to choose test data and how to select test data ranges ?