Skip to content

Instantly share code, notes, and snippets.

@bourg-ismael
Last active August 29, 2015 14:16
Show Gist options
  • Save bourg-ismael/9fa6aa668aed0a3b2ffa to your computer and use it in GitHub Desktop.
Save bourg-ismael/9fa6aa668aed0a3b2ffa to your computer and use it in GitHub Desktop.
Test Case
<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Test Suite</title>
</head>
<body>
<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
<tr><td><b>Test Suite</b></td></tr>
<tr><td><a href="test">SimpleTest</a></td></tr>
</tbody></table>
</body>
</html>
ubuntu@ip-172-31-21-140:~$ cat test.html
<?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 xmlns="http://www.w3.org/1999/xhtml" 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://test.test.com/" />
<title>test</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">test</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/login</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>name=login</td>
<td>test@test.com</td>
</tr>
<tr>
<td>click</td>
<td>name=password</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>name=password</td>
<td>test</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=button.btn.btn-primary</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=i.fa.fa-sign-out</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>id=bot2-Msg1</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment