• Home
  • Raw
  • Download

Lines Matching +full:before +full:- +full:script

9         <script type="text/javascript" src="banner.js"></script>
11 <script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
12 <script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
13 <script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
14 <script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script>
15 <script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
18 <script type="text/javascript">
22 </script>
25 /* Set the command-line table option column width. */
26 #command-line colgroup.option {
33 <script type="text/javascript">
35 </script>
39 …d from <a href="http://knorrium.info/2010/08/31/using-testng-to-launch-your-tests-and-the-selenium
54Before writing a test case, you need to know how and what will be validated. Let's use the WordPre…
58 … href="http://demo.opensourcecms.com/wordpress/wp-login.php">http://demo.opensourcecms.com/wordpre…
71 …e. However, since we are writing an automated test, we want to write our script as modular as poss…
98 selenium.open("wp-admin");
107 selenium.click("wp-submit");
137 selenium.click("//a[contains(text(),'Posts') and contains(@class,'wp-first-item')]");
153before your test suites, test groups or test methods. This is very useful for our Selenium tests b…
155 <p>To achieve this, we will use two TestNG <a href="http://testng.org/doc/documentation-main.html#a…
189 …t> object, which was <a href="http://testng.org/doc/documentation-main.html#dependency-injection">…
191 …s, the TestNG engine will invoke the configuration methods automatically before/after your test su…
197Before TestNG 5.13.1, you had to use Method Interceptors if you wanted to run the tests in the ord…
202 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
204 <suite name="Knorrium.info - Wordpress Demo" verbose="10">
210 <test name="Write new post" preserve-order="true">
236 <a href="http://testng.org/pictures/testNG-run.png">
237 …/testng.org/pictures/testNG-run.png" alt="" title="testNG-run" width="464" height="59" class="alig…
244 <a href="http://testng.org/pictures/testNG-exec.png">
245 …testng.org/pictures/testNG-exec.png" alt="" title="testNG-exec" width="591" height="256" class="al…