My Project is HOSPITAL CONTROL SYSTEM. In this MY testing
modules are In-patient and Out-patient. plz explain those
modules. i.e. How explain to Interviewer. with full
details also . Waht types of bugs we can fond ? NOTE : IT
is a web project
plz urgent.
Answer Posted / chandu
Hello frnd, I have done one such project [HIS] Hospital Information System.
In-patient: Who stays in Hospital as patient.
Out-Patient: Who visit the hospital to view the patient.
The type of bugs you encounter in Website are:
1. GUI [Text Alignment, Inconsistency of text, Grammar mistakes, Text moving out of screen].
2. If you notice any 'page not found'/'404 Request' such type of errors; these are major issues which was treated as severity A issues.
3. We need to check the broken links/ User accounts/ Security Testing.
These are few types of bugs in web site testing.
Regards,
Chandu.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
Hi, how can we check or avoid the memory leakage in QTP9.2?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
write a script to verify the image path(src property) of the images which are in web pages.
what r the main attributes of test automation?
What is the extension of the recovery scenario file in qtp?
When using descriptive programming?
your coming from electrical backgroung..but y ur coming to software side?
How is test case write?
Discuss quicktest professional (qtp) environment?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.