recently, i attended for one interview. in that they asked
for project explanation. i explained that project. after
that they ask me to write test scenarios for that? in real
time i don't know how to write test scenarios. can any one
please write test scenarios for the following given project.
Health care solutions
This project mainly deals with Hospital Management System.
There are different modules, each module contain different
functionality. They are Appointment Scheduling,
Registration, Visit & Admission, Out & In Patient Service
Management, Lab Management, Bill Handling, Patient Notes,
Blood Bank, Master Setup & Security Module, and Pharmacy
Quotations.
Answers were Sorted based on User's Feedback
Answer / padma
A Scenario is a set of test cases executed in a series.. or
one by one.
like
senario for "new email checking"
1. log in to email account using userid and pw
2. click on Inbox.
3. check for New Email
4. Log out
senario for REplay a email
1.Log into email account using userid and pw
2.click on INbox
3.click on a Email to Replay
4.Enter text on Replay form
5,enter the To email id
6.Click on Send
7.Click on log out
This is other senario...
so A set of sequential test cases form a Senario and A set
of senario form a project
I hope you are clear now
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / kirna
Yes watever chandrashekar said is correct.
Butr in our organization Test Scenario specifies positive
and negetive condition for each object int he application.
We use matrix form to identify all the scenarios.
we dont write Scenarios for whole modules. For every
component(pages like for create page, Edit page)we write
scenarios and we estimate the test cases from scenarios.
For any queries please mail me @ nkiran@aol.in or call me
@09959647100
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / chandrasekhar rao suguru
combination of test cases is a test scenario.
executing maltiple testcases on a sinle scenario in the
project called test scenario.
| Is This Answer Correct ? | 1 Yes | 6 No |
difference between QA, QC
1.what is the purpose of testing ?
What is diff between equialence partioning and boundary value analysis
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
When do you stop testing?
Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing
define:usecase?
what is meant by system test case
Which type of testing is most imp. from black box and White box?
What were the major challenges u faced while testing
10.What is stub?
Why we write test case?