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

please send me interview questions asked in google in testing - manual

1524


1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?

1534


Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com

1715


Why performance testing is performed? What are tools of performance testing?

725


Hello everybody, How many people do you think one sprint team can have in average?

1269






I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.

1488


where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME

1469


what is functional testing terminologies

1920


What are the main key components in Web applications and Client Server applications? and their differences?

1501


How do you test a web application for dump and deaf??

1598


How do u prepare test environment for ur application?

1681


Define cause effect graphing?

695


what r the 5 major defects that u found in ur shopping related project?

1426


Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.

2077


What about the test case if the field only takes a certain number of characters or a minimum number?

683