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 |
when will u make update and modify the test object properties in the repository?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??
what is function testing?
wht is bug, deffect,issue,error
write a use case format for login
Why are initial and end conditions necessary?
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
who will prepare the SRS,FRS,BRS, AND When Will they prepare that
How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…
Wht is SQL injection?
Difference between adhoc testing and error guessing?
When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?