[KSS-checkins] r53444 - kukit/kss.core/trunk/kss/core/plugins/core/demo/selenium_tests
gotcha at codespeak.net
gotcha at codespeak.net
Sun Apr 6 14:33:55 CEST 2008
Author: gotcha
Date: Sun Apr 6 14:33:54 2008
New Revision: 53444
Added:
kukit/kss.core/trunk/kss/core/plugins/core/demo/selenium_tests/log_level.html
Log:
add jscoverage support
Added: kukit/kss.core/trunk/kss/core/plugins/core/demo/selenium_tests/log_level.html
==============================================================================
--- (empty file)
+++ kukit/kss.core/trunk/kss/core/plugins/core/demo/selenium_tests/log_level.html Sun Apr 6 14:33:54 2008
@@ -0,0 +1,134 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>log_level</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">log_level</td></tr>
+</thead><tbody>
+<tr>
+ <td>open</td>
+ <td>http://localhost:8080/demo/basic_commands.html</td>
+ <td></td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>/demo/@@kss_devel_mode/ui</td>
+ <td></td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>document.loglevel.loglevel[1]</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAndWait</td>
+ <td>button_loglevel</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>INFO</td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>http://localhost:8080/demo/basic_commands.html</td>
+ <td></td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>/demo/@@kss_devel_mode/ui</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>INFO</td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>document.loglevel.loglevel[2]</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAndWait</td>
+ <td>button_loglevel</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>WARNING</td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>http://localhost:8080/demo/basic_commands.html</td>
+ <td></td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>/demo/@@kss_devel_mode/ui</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>WARNING</td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>document.loglevel.loglevel[3]</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAndWait</td>
+ <td>button_loglevel</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>ERROR</td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>http://localhost:8080/demo/basic_commands.html</td>
+ <td></td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>/demo/@@kss_devel_mode/ui</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>ERROR</td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>document.loglevel.loglevel[0]</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAndWait</td>
+ <td>button_loglevel</td>
+ <td></td>
+</tr>
+<tr>
+ <td>assertText</td>
+ <td>loglevel</td>
+ <td>DEBUG</td>
+</tr>
+<tr>
+ <td>open</td>
+ <td>http://localhost:8080/demo/basic_commands.html</td>
+ <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>
More information about the Kukit-checkins
mailing list