Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 14.33 KB | None | 0 0
  1. <test id="testAddDiagnosistoOfficeVisit">
  2.         <role>HCP</role>
  3.         <dateAdded>2/5/2011</dateAdded>
  4.         <usecase>UC11</usecase>
  5.         <description>
  6.             <precondition>HCP 9000000012 is a registered iTrust user.</precondition>
  7.             <precondition>Patient Random Person exists in the database</precondition>
  8.             <step>HCP 9000000012 logs in.</step>
  9.             <step>HCP 9000000012 clicks "Document Office Visit" link.</step>
  10.             <step>HCP 9000000012 types in "Random" next to first name and "Person" next to last name</step>
  11.             <step>HCP 9000000012 clicks on "User Search" button</step>
  12.             <step>HCP 9000000012 clicks the button labeled "1" under MID column</step>
  13.             <step>HCP 9000000012 clicks on "Yes, Document Office Visit" button</step>
  14.             <step>HCP 9000000012 adds the current date to the Date: text box in the Office Visit table</step>
  15.             <step>HCP 9000000012 clicks on drop-down box in the Office Visit table and clicks on "Central Hospital"</step>
  16.             <step>HCP 9000000012 types in "Showing signs of dehydration" in the Notes: text area</step>
  17.             <step>HCP 9000000012 clicks on "Update" button</step>
  18.             <step>HCP 9000000012 clicks on drop-down box in Diagnosis table and clicks on Echovirus diagnosis</step>
  19.             <step>HCP 9000000012 clicks on "Add Diagnosis" button</step>
  20.         </description>
  21.         <expectedResults>
  22.             <eResult>A message saying "Information Successfully Updated" is displayed after clicking "Update".</eResult>
  23.             <eResult>A message saying "Information Successfully Updated" is displayed after clicking "Add Diagnosis".</eResult>
  24.         </expectedResults>
  25.     </test>
  26.     <test id="testCancelMedicationInteractionAlert">
  27.         <role>HCP</role>
  28.         <dateAdded>2/5/2011</dateAdded>
  29.         <usecase>UC37</usecase>
  30.         <description>
  31.             <precondition>HCP 9000000000 is a registered iTrust user.</precondition>
  32.             <precondition>Patient Andy Programmer exists in the database</precondition>
  33.             <precondition>Andy Programmer has an aspirin allergy</precondition>
  34.             <step>HCP 9000000000 logs in.</step>
  35.             <step>HCP 9000000000 clicks "Document Office Visit" link.</step>
  36.             <step>HCP 9000000000 types in "Andy" next to first name and "Programmer" next to last name</step>
  37.             <step>HCP 9000000000 clicks on "User Search" button</step>
  38.             <step>HCP 9000000000 clicks the button labeled "2" under MID column</step>
  39.             <step>HCP 9000000000 clicks on "02/01/2011"</step>
  40.             <step>HCP 9000000000 clicks on drop-down box in the Office Visit table and clicks on "Northern Hospital"</step>
  41.             <step>HCP 9000000000 types in "Complains of acute fatigue" in the Notes: text area</step>          
  42.             <step>HCP 9000000000 prescribes 200mg of Aspirin from February 1, 2011, until February 15, 2011 in the Prescriptions table</step>
  43.             <step>HCP 9000000000 includes the instruction "Take one every 6 hours with food" and clicks on the "Add Prescription" button</step>
  44.             <step>When a warning appears HCP 9000000000 chooses to cancel the prescription</step>
  45.         </description>
  46.         <expectedResults>
  47.             <eResult>A warning appears on the screen alerting Kelly about the Aspiring allergy.</eResult>
  48.             <eResult>After canceling the prescription, the system remains on the edit office visit page</eResult>
  49.         </expectedResults>
  50.     </test>
  51.     <test id="testPrescribeMedicationWithNoInteraction">
  52.         <role>HCP</role>
  53.         <dateAdded>2/5/2011</dateAdded>
  54.         <usecase>UC37</usecase>
  55.         <description>
  56.             <precondition>HCP 9000000003 is a registered iTrust user.</precondition>
  57.             <precondition>Patient Baby Programer exists in the database</precondition>
  58.             <step>HCP 9000000003 logs in.</step>
  59.             <step>HCP 9000000003 clicks "Document Office Visit" link.</step>
  60.             <step>HCP 9000000003 types in "Baby" next to first name and "Programmer" next to last name</step>
  61.             <step>HCP 9000000003 clicks on "User Search" button</step>
  62.             <step>HCP 9000000003 clicks the button labeled "5" under MID column</step>
  63.             <step>HCP 9000000003 clicks on the date of the previous day</step>
  64.             <step>HCP 9000000003 prescribes 150mg of Penicillin from the current date, until 21 days later in the Prescriptions table</step>
  65.             <step>HCP 9000000003 includes the instruction "Take once daily with water" and clicks on the "Add Prescription" button</step>
  66.         </description>
  67.         <expectedResults>
  68.             <eResult>The Edit Office page shows that the visit occurred at Northern Hospital and has the previously entered note, "Hates getting shots"</eResult>
  69.             <eResult>The page also shows a lab procedure for specimen volume and immunizations for measles/mumps/rubella, Hepatitis B, and Poliovirus</eResult>
  70.             <eResult>Upon adding the prescription, the system displays a message that the medication was prescribed successfully</eResult>
  71.         </expectedResults>
  72.     </test>
  73.     <test id="testPrescribeMedicationWithInteraction">
  74.         <role>HCP</role>
  75.         <dateAdded>2/5/2011</dateAdded>
  76.         <usecase>UC37</usecase>
  77.         <description>
  78.             <precondition>HCP 9000000012 is a registered iTrust user.</precondition>
  79.             <precondition>Patient Andy Programmer exists in the database</precondition>
  80.             <precondition>Andy Programmer has had an office visit on 02/2/2011 at Central Hospital</precondition>
  81.             <precondition>Andy Programmer has been prescribed 200mg of Aspirin from from 02/2/2011, through 02/2/2011, with instructions, "Take once daily with a meal"</precondition>
  82.             <step>HCP 9000000012 logs in.</step>
  83.             <step>HCP 9000000012 clicks "Document Office Visit" link.</step>
  84.             <step>HCP 9000000012 types in "Andy" next to first name and "Programmer" next to last name</step>
  85.             <step>HCP 9000000012 clicks on "User Search" button</step>
  86.             <step>HCP 9000000012 clicks the button labeled "2" under MID column</step>
  87.             <step>HCP 9000000012 clicks on "02/02/2011"</step>         
  88.             <step>HCP 9000000012 prescribes 400mg of Ibuprofen from the 02/2/2011, until 02/16/2011 in the Prescriptions table</step>          
  89.             <step>HCP 9000000012 includes the instruction "Take once daily" and clicks on the "Add Prescription" button</step>
  90.             <step>If a warning message is displayed, HCP 9000000012 chooses to proceed with the prescription, selecting the "Limited Course of Treatment" override reason</step>
  91.         </description>
  92.         <expectedResults>
  93.             <eResult>The Edit Office page shows that the visit occurred at Central Hospital and has the previously entered note, "Second medical visit in two days"</eResult>
  94.             <eResult>The page also shows a prescription for 200mg of Aspirin from 02/2/2011, through 02/2/2011, with instructions, "Take once daily with a meal"</eResult>
  95.             <eResult>Upon adding the prescription, the system displays a warning message</eResult>
  96.             <eResult>Upon overriding, an email is sent to Andy Programmer alerting him to the potentially harmful drug interaction </eResult>
  97.         </expectedResults>
  98.     </test>
  99.     <test id="testEditingExistingPrescription">
  100.         <role>HCP</role>
  101.         <dateAdded>2/5/2011</dateAdded>
  102.         <usecase>UC11</usecase>
  103.         <description>
  104.             <precondition>HCP 9000000012 is a registered iTrust user.</precondition>
  105.             <precondition>Patient Random Person exists in the database</precondition>
  106.             <precondition>Random Person has had an office visit on 01/26/2011 at Eastern Hospital</precondition>
  107.             <precondition>Random Person has had a diagnosis for Tuberculosis of the Lung, an injection procedure, and a lab procedure for Bacteria identification test</precondition>
  108.             <precondition>Random Person has been prescribed 200mg of Ibuprofen from 01/26/2011 to 02/5/2011 with instructions "Take once daily"</precondition>
  109.             <step>HCP 9000000012 logs in.</step>
  110.             <step>HCP 9000000012 clicks "Document Office Visit" link.</step>
  111.             <step>HCP 9000000012 types in "Random" next to first name and "Person" next to last name</step>
  112.             <step>HCP 9000000012 clicks on "User Search" button</step>
  113.             <step>HCP 9000000012 clicks the button labeled "1" under MID column</step>
  114.             <step>HCP 9000000012 clicks on "01/26/2011"</step>         
  115.             <step>HCP 9000000012 clicks on the Ibuprofen prescription in the Prescriptions table</step>
  116.             <step>HCP 9000000012 updates the dosage to 1000mg</step>
  117.             <step>HCP 9000000012 includes the instructions "Take as many as you want"</step>
  118.             <step>HCP 9000000012 clicks on the "Change" button</step>
  119.         </description>
  120.         <expectedResults>
  121.             <eRestult>The office visit page refreshes, displays a success message, and shows the updated prescription information in the medication list</eRestult>
  122.         </expectedResults>
  123.     </test>
  124.     <test id="testAddPrescriptionNoInstructions">
  125.         <role>HCP</role>
  126.         <dateAdded>2/5/2011</dateAdded>
  127.         <usecase>UC11</usecase>
  128.         <description>
  129.             <precondition>HCP 9000000003 is a registered iTrust user.</precondition>
  130.             <precondition>Patient Baby Programmer exists in the database</precondition>
  131.             <step>HCP 9000000003 logs in.</step>
  132.             <step>HCP 9000000003 clicks "Document Office Visit" link.</step>
  133.             <step>HCP 9000000003 types in "Baby" next to first name and "Programmer" next to last name</step>
  134.             <step>HCP 9000000003 clicks on "User Search" button</step>
  135.             <step>HCP 9000000003 clicks the button labeled "5" under MID column</step>
  136.             <step>HCP 9000000003 clicks on "Yes, Document Office Visit" button</step>
  137.             <step>HCP 9000000003 adds the 02/05/2011 to the Date: text box in the Office Visit table</step>
  138.             <step>HCP 9000000003 clicks on drop-down box in the Office Visit table and clicks on "Central Hospital"</step>
  139.             <step>HCP 9000000003 types in "Everything seems fine" in the Notes: text area</step>
  140.             <step>HCP 9000000003 clicks on "Update" button</step>
  141.             <step>HCP 9000000003 clicks on drop-down box in Prescriptions table and selects Ibuprofen prescription</step>
  142.             <step>HCP 9000000003 types "20" in the "Dosage" text box</step>
  143.             <step>HCP 9000000003 clicks "Add Prescription" button</step>
  144.         </description>
  145.         <expectedResults>
  146.             <eResult>A message notifying the HCP that the prescription cannot be added is displayed</eResult>
  147.         </expectedResults>
  148.     </test>
  149.     <test id="testRemoveLabProcedure">
  150.         <role>HCP</role>
  151.         <dateAdded>2/5/2011</dateAdded>
  152.         <usecase>UC11</usecase>
  153.         <description>
  154.             <precondition>HCP 9000000003 is a registered iTrust user.</precondition>
  155.             <precondition>Patient Random Person exists in the database</precondition>
  156.             <precondition>Random Person has had an office visit on 02/05/2011 and has been prescribed 20mg tetracycline</precondition>
  157.             <step>HCP 9000000003 logs in.</step>
  158.             <step>HCP 9000000003 clicks "Document Office Visit" link.</step>
  159.             <step>HCP 9000000003 types in "Random" next to first name and "Person" next to last name</step>
  160.             <step>HCP 9000000003 clicks on "User Search" button</step>
  161.             <step>HCP 9000000003 clicks the button labeled "1" under MID column</step>
  162.             <step>HCP 9000000003 clicks on "02/05/2011"</step>
  163.             <step>HCP 9000000003 clicks on "Remove" button in the Action column in the Prescriptions table</step>
  164.         </description>
  165.         <expectedResults>
  166.             <eResult>A message saying "Information Successfully Updated" is displayed</eResult>
  167.             <eResult>There is no lab procedure listed in the Immunization table</eResult>
  168.         </expectedResults>
  169.     </test>
  170.     <test id="testLoggedEdittedOfficeVisit">
  171.         <role>HCP</role>
  172.         <dateAdded>2/5/2011</dateAdded>
  173.         <usecase>UC11</usecase>
  174.         <description>
  175.             <precondition>HCP 9000000003 is a registered iTrust user.</precondition>
  176.             <precondition>Patient Andy Programmer exists in the database</precondition>
  177.             <precondition>Random Person has had an office visit on 02/02/2011 and has been prescribed 20mg tetracycline</precondition>
  178.             <step>HCP 9000000003 logs in.</step>
  179.             <step>HCP 9000000003 clicks "Document Office Visit" link.</step>
  180.             <step>HCP 9000000003 types in "Andy" next to first name and "Programmer" next to last name</step>
  181.             <step>HCP 9000000003 clicks on "User Search" button</step>
  182.             <step>HCP 9000000003 clicks the button labeled "2" under MID column</step>
  183.             <step>HCP 9000000003 clicks on "02/02/2011"</step>
  184.             <step>HCP 9000000003 clicks on the tetracyline prescription in the Prescriptions table</step>
  185.             <step>HCP 9000000003 upgrades the dosage to 20mg and clicks on the "Submit" button</step>
  186.             <step>HCP 9000000003 clicks on "Logout" in the top-right corner of the screen</step>
  187.             <step>Patient Andy Programmer logs into iTrust (MID: 5 password: pw)</step>
  188.         </description>
  189.         <expectedResults>
  190.             <eResult>A message saying "Gandalf Stormcrow edited your prescription today" is displayed</eResult>
  191.         </expectedResults>
  192.     </test>
  193.     <test id="testModifyOverrideReason">
  194.     <role>Admin</role>
  195.     <dateAdded>02/05/2011</dateAdded>
  196.     <usecase>UC37</usecase>
  197.     <description>
  198.         <precondition>Admin 9000000001 is a registered user of the iTrust system.</precondition>
  199.         <precondition>Admin 9000000001 has authenticated successfully.</precondition>
  200.         <step>Admin 9000000001 clicks the “Edit Override Reason Codes” link under the “Edit” menu subheading.</step>
  201.         <step>Admin 9000000001 clicks on the reason, "Benefit of drug outweighs disadvantages"</step>
  202.         <step>Admin 9000000001 modifies the title to "The benefit of the drug outweighs the disadvantages" and clicks on the "Update Code" button</step>
  203.     </description>
  204.     <expectedResults>
  205.       <eResult>The modified override reason apears as "The benefit of the drug outweighs the disadvantages" in the "Current Override Reason Codes" table.</eResult>
  206.     </expectedResults>
  207.     <actualResults>
  208.     </actualResults>
  209.   </test>  
  210.   <test id="testRemoveImmunization">
  211.         <role>HCP</role>
  212.         <dateAdded>2/5/2011</dateAdded>
  213.         <usecase>UC11</usecase>
  214.         <description>
  215.             <precondition>HCP 9000000003 is a registered iTrust user.</precondition>
  216.             <precondition>Patient Baby Programmer exists in the database</precondition>
  217.             <precondition>Baby Programmer has had an office visit on 11/10/2004 and has had a Human Papillomavirus immunization</precondition>
  218.             <step>HCP 9000000003 logs in.</step>
  219.             <step>HCP 9000000003 clicks "Document Office Visit" link.</step>
  220.             <step>HCP 9000000003 types in "Baby" next to first name and "Programmer" next to last name</step>
  221.             <step>HCP 9000000003 clicks on "User Search" button</step>
  222.             <step>HCP 9000000003 clicks the button labeled "1" under MID column</step>
  223.             <step>HCP 9000000003 clicks on "11/10/2004"</step>
  224.             <step>HCP 9000000003 clicks on "Remove" button in the Action column in the Immunizations table</step>
  225.         </description>
  226.         <expectedResults>
  227.             <eResult>A message saying "Information Successfully Updated" is displayed</eResult>
  228.             <eResult>There is no immunization listed in the Immunization table</eResult>
  229.         </expectedResults>
  230.     </test>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement