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


Please Help Members By Posting Answers For Below Questions

what is sanity test (or) build test?

644


What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...

2526


tell wat u did in ur banking project?

1844


Why did you choose the Software Testing Field?

1630


Are there more defects in the design phase or in the coding phase?

917






I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in

1624


how to test ecg machine?

1360


What are the advantages of black box testing?

661


What are parametere require for Performance testing?

1911


What is an end-to-end testing?

611


what are the typical problems in web testing?

741


What are the main key components in web applications and client and server applications? And explain the differences between them?

666


Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven

1555


what is the impact analysis?

1900


What is desk checking and control flow analysis

752