can u give me the test scenario template and one example
test scenario?
Answer Posted / lakshmi
EX:Login page
In login page you have to give values for user name,
password and then click on ok button to login and cancel
button to close the login window
user name:Alphanumerics with 4-16characters long
password:lowercase letters with 4-8 chars long
OK :Next window
CANCEL :Close the window
Prepare Test Scenarios
Test Scenario Template
---------------------------
Test scenario1:Verify user name value
Test Scenario2:verify pass word value
Test Scenario3:verify OK button operation to login
Test Scenario4:verify cancel button operation to close the
window
Ts1:Verify user name value
a)Boundary value analysis (on Size)
min=4characters
maximum=16 characters
more than max or less than min are not allowed
b)Equivalence class partitions(on type)
A-Z or a-z or 0-9 are valid types to be entered
special symbols or blank fields are in valid
Test Scenario2:verify pass word value
SAME AS USER NAME
Test Scenario3:verify OK button operation to login
Decision table
user name ------pass word-----expected outcome after click
on "OK"
valid valid next window
valid invalid error message
invalid valid error message
blank value error message
value blank error message
Test Scenario4:verify cancel button operation to close the
Decision table
user name ------pass word-----expected outcome
blank blank close the window
value blank close the window
blank value close the window
value value close the window
Like the above example we will write test scenarios for all
the Functional Specifications.
| Is This Answer Correct ? | 105 Yes | 15 No |
Post New Answer View All Answers
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
hi i want manual testing interview question(3+exp)please tell me
What are tools of performance testing?
What are the main key components in web applications and client and server applications?
can anyone tell me the questions that can be posed in an interview for a 5 year experienced person in manual testing
If project wants to release in 3months what type of risk analysis you do in test plan?
how to creat 2 test plan in 2 different environment exp:tour and travel
Why documentation testing is important?
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
What is a test log?
name poneno dept sun 9894433467 computer This is the xls sheet a programs written to transfer this data into database write test cases and test scenario?
Which testing model is best as per your understanding, and why?
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
what is prototyping model,RAD model V model, spiral model?????
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.