XoopsModules25x/xoopspoll

View on GitHub
test/XOOPS Poll Create

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://www.tabletapplications.com/xtest255/" />
<title>XOOPS Poll Create</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">XOOPS Poll Create</td></tr>
</thead><tbody>
<tr>
  <td>open</td>
  <td>/xtest255/modules/xoopspoll/admin/xoopspoll.php</td>
  <td></td>
</tr>
<tr>
  <td>clickAndWait</td>
  <td>link=Create new poll</td>
  <td></td>
</tr>
<tr>
  <td>type</td>
  <td>id=question</td>
  <td>Was the test poll created?</td>
</tr>
<tr>
  <td>type</td>
  <td>id=description</td>
  <td>This poll was created by the Selenium test routines</td>
</tr>
<tr>
  <td>type</td>
  <td>id=option_text[0]</td>
  <td>Yes, it was created correctly</td>
</tr>
<tr>
  <td>type</td>
  <td>id=option_text[1]</td>
  <td>It was created, but sonething looks strange</td>
</tr>
<tr>
  <td>type</td>
  <td>id=option_text[2]</td>
  <td>No, it was not created correctly</td>
</tr>
<tr>
  <td>clickAndWait</td>
  <td>id=submit</td>
  <td></td>
</tr>
<tr>
  <td>verifyTextPresent</td>
  <td>Was the test poll created?</td>
  <td></td>
</tr>
<tr>
  <td>clickAndWait</td>
  <td>css=img[alt=&quot;Edit poll&quot;]</td>
  <td></td>
</tr>
<tr>
  <td>verifyValue</td>
  <td>id=option_text[0]</td>
  <td>Yes, it was created correctly</td>
</tr>
<tr>
  <td>verifyValue</td>
  <td>id=option_text[1]</td>
  <td>It was created, but sonething looks strange</td>
</tr>
<tr>
  <td>verifyValue</td>
  <td>id=option_text[2]</td>
  <td>No, it was not created correctly</td>
</tr>
<tr>
  <td>clickAndWait</td>
  <td>css=input[type=&quot;button&quot;]</td>
  <td></td>
</tr>

</tbody></table>
</body>
</html>