Holly automated as many of the formerly manual tests as possible plus updated other tests to make sure all fields are tested.
This commit is contained in:
parent
b672cf7e0b
commit
4ea1f57f74
54 changed files with 3744 additions and 682 deletions
|
@ -138,7 +138,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Please enter a value in the name field.</td>
|
||||
<td>Please enter a value in the Name field.</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<!--Now enter something in the field-->
|
||||
|
@ -286,18 +286,18 @@
|
|||
</tr>
|
||||
<!--Verify everything entered is displaying properly-->
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Animal Health</td>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>link=Animal Health</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Primate Diet</td>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>link=Primate Diet</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>verifyTextPresent</td>
|
||||
<td>Ape Health</td>
|
||||
<td>verifyElementPresent</td>
|
||||
<td>link=Ape Health</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<!--Logout-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue