PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/website/index.html

https://github.com/ballpen66/selenium-grid
HTML | 99 lines | 92 code | 7 blank | 0 comment | 0 complexity | 4acb825a6141b4a06125a17e44f3f2f4 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head>
  3. <title>Selenium Grid</title><link rel="stylesheet" type="text/css" href="stylesheets/site.css">
  4. <link rel="stylesheet" type="text/css" href="stylesheets/home.css">
  5. <script type="text/javascript" src="javascripts/shadedborder.js"></script></head>
  6. <body>
  7. <div class="marketing-banner">
  8. <img width="250px" alt="Selenium_grid_logo_large" src="images/selenium-grid-logo-huge.png">
  9. <p class="tagline">Web Testing That Doesn't Take Hours!</p>
  10. <p>
  11. Do you think feedback is important? Do you want it quick, up-to-date and accurate?
  12. Stop waiting hours to get the results of your web acceptance builds!
  13. Selenium Grid
  14. transparently <strong>distribute your tests on multiple machines</strong>
  15. so that you can <strong>run your tests in parallel</strong>,
  16. cutting down the time required for running in-browser test suites.
  17. This will <strong>dramatically speeds up
  18. in-browser web testing</strong>, giving you quick and accurate feedback
  19. you can rely on to improve your web application.
  20. </p>
  21. </div>
  22. <table id="start-tracks" align="center" >
  23. <tbody><tr valign="top">
  24. <td id="get-started">
  25. <h2>Get Started</h2>
  26. <ul>
  27. <li><a href="download.html">Download Selenium Grid</a></li>
  28. <li><a href="get_started.html">Setup Your Environment</a></li>
  29. <li><a href="run_the_demo.html">Run The Demo</a></li>
  30. </ul>
  31. </td>
  32. <td id="get-better">
  33. <h2>Get Better</h2>
  34. <ul>
  35. <li><a href="how_it_works.html">How it Works</a></li>
  36. <li><a href="run_the_demo_on_ec2.html">Run The Demo on EC2</a></li>
  37. <li><a href="faq.html">F.A.Q.</a></li>
  38. <li><a href="build_it_from_source.html">Build it from Source</a></li>
  39. </ul>
  40. </td>
  41. <td id="give-feedback">
  42. <h2>Give Feedback</h2>
  43. <ul>
  44. <li><a href="give_feedback.html">We Need Your Feedback</a></li>
  45. <li><a href="http://clearspace.openqa.org/community/selenium_grid/selenium_grid_users">User Forums</a></li>
  46. <li><a href="http://ph7spot.com/about/contact_me">Contact Us</a></li>
  47. </ul>
  48. </td>
  49. <td id="participate">
  50. <h2>Participate!</h2>
  51. <ul>
  52. <li><a href="participate.html">More Than One Way to Participate</a></li>
  53. <li><a href="http://jira.openqa.org/browse/GRID">Report Bugs</a></li>
  54. <li><a href="hack.html">Start Hacking the Grid!</a></li>
  55. </ul>
  56. </td>
  57. </tr>
  58. </tbody></table>
  59. <div id="news">
  60. <p>
  61. <a href="http://ph7spot.com/agora/announcing_selenium_grid_1_0">
  62. New Release available with Amazon EC2, TestNG and Ruby+RSpec support!
  63. </a>
  64. </p>
  65. </div>
  66. <div class="section">
  67. <h2>What is It?</h2>
  68. <div class="content">
  69. <p>Selenium Grid is a tool that dramatically speeds up functional
  70. testing of web-apps by leveraging your existing computing infrastructure.
  71. It allows you to easily run multiple tests in parallel, on multiple
  72. machines, in an heterogeneous enviroment.&nbsp;
  73. </p>
  74. <p>
  75. Based on the excellent
  76. <a href="http://www.openqa.org/selenium/">Selenium</a> web
  77. testing tool, Selenium Grid allows you to run multiple instances
  78. of Selenium Remote Control in parallel. Even better, it makes all
  79. these Selenium Remote Controls appear as a single one, so your tests
  80. do not have to worry about the actual infrastructure. Selenium Grid
  81. cuts down on the time required to run a Selenium test suite to a
  82. fraction of the time that a single instance of Selenium instance
  83. would take to run.
  84. </p><p>
  85. Of course, you get to choose which language you develop your tests
  86. in: Ruby, Java, Python, C#, PHP, ...
  87. </p><p>
  88. Last but not least, Selenium Grid is easy to use and simple to install.
  89. </p>
  90. </div>
  91. </div>
  92. </body></html>