XoopsModules25x/xoopstube

View on GitHub
tests/testSuit_xoopstube

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" lang="en">
<head profile="https://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://localhost/xtest256final/" />
<title>AdminAddCategory</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">AdminAddCategory</td></tr>
</thead><tbody>
<tr>
    <td>open</td>
    <td>/xtest256final/modules/xoopstube/admin/main.php</td>
    <td></td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>xpath=(//a[contains(text(),'Add Category')])[2]</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>id=title</td>
    <td>Cat1</td>
</tr>
<tr>
    <td>clickAndWait</td>
    <td>xpath=(//input[@id=''])[4]</td>
    <td></td>
</tr>

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