Skip to content

Commit

Permalink
add script
Browse files Browse the repository at this point in the history
  • Loading branch information
jploewen committed Mar 6, 2017
1 parent 2fef9f9 commit 23b3fc9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions monitors/selenium/ui-open.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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="" />
<title>shop_onlineStore</title>
<!-- Simple Selenium test that opens base URL and waits for the loading of the Load Tester link -->
<!-- MyURL allows the same selenium script to be used with each unique UI URL in the DevOps toolchain -->
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">shop_onlineStore</td></tr>
</thead><tbody>
<tr>
<td>store</td>
<td>https://www.ibm.com</td>
<td>MyURL</td>
</tr>
<tr>
<td>open</td>
<td>${MyURL}</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Catalog Load Tester</td>
<td></td>
</tr>

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

0 comments on commit 23b3fc9

Please sign in to comment.