wat is test scenario
Answers were Sorted based on User's Feedback
Answer / rao
Test scenario will be framed on basis of the
requrement,which need to be checked.For that,we will frame
set of testcases,in other terms,we can say all the
conditions,which can be determined the testing coverage
againest business requirement.
Please see the below example,which is exactly matched to my
explanation.
As we know all most all the application are having login
screen,which contains login name and password.Here is the
test scenario for login screen.
Scenario: USER'S LOGIN
Condtions to be checked to test the above scenario:
----------------------------------------------------
1.Test login field and Password fields indicisually.
2.Try to login with valid login and valid password.
2.Try to login with invaling login and valid pwd.
etcc........................................
If I am wrong,please make comments againest my posted
answer.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shiva
A Test Scenario is a set of test cases covering the possible
ways of testing a set of conditions in its entirety (to the
fullest). A test script is a script which is intended to
perform a test as directed with a purpose of completing a task.
| Is This Answer Correct ? | 4 Yes | 0 No |
The test scenario is the situation prepared by the test
team to execute a testcases.
Muralidharan
dharanmu@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Does an increase in testing always improve the project?
Define cause effect graphing?
What is the difference between a standalone application, client-server application and web application?
what is the difference between regression testing and re testing..?
Difference between or when do you conduct Acceptance testing User Interface testing ?
Which type of testing combines two modules?
What is a critical bug?
How do you determine what to test?
what is jvm in java
what is differnce between QC @ QA , test strategy, very urgent pls
Can you explain regression testing and confirmation testing?
What is requirment phase testing?