Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1132441 of Setting up your own test automation environment

  • Revision slug: Learn/Tools_and_testing/Cross_browser_testing/Your_own_automation_environment
  • Revision title: Setting up your own test automation environment
  • Revision id: 1132441
  • Created:
  • Creator: chrisdavidmills
  • Is current revision? No
  • Comment

Revision Content

{{LearnSidebar}}
{{PreviousMenuNext("Learn/Tools_and_testing/Cross_browser_testing/Automated_testing", "Learn/Tools_and_testing/Cross_browser_testing/Testing_and_CI", "Learn/Tools_and_testing/Cross_browser_testing")}}

In this article, we will teach you how to install your own automation environment and run your own tests using the Selenium tool and a testing framework such as Nightwatch. We will also look at how to integrate your local testing environment with commercial apps like the ones discussed in the previous article.

Prerequisites: Familiarity with the core HTML, CSS, and JavaScript languages; an idea of the high level principles of cross browser testing, and automated testing.
Objective: To show how to set up a Selenium testing environment locally and run tests with it, and how to integrate it with apps like Sauce Labs.

Selenium

XXX

Summary

XXX

{{PreviousMenuNext("Learn/Tools_and_testing/Cross_browser_testing/Automated_testing", "Learn/Tools_and_testing/Cross_browser_testing/Testing_and_CI", "Learn/Tools_and_testing/Cross_browser_testing")}}

Revision Source

<div>{{LearnSidebar}}</div>

<div>{{PreviousMenuNext("Learn/Tools_and_testing/Cross_browser_testing/Automated_testing", "Learn/Tools_and_testing/Cross_browser_testing/Testing_and_CI", "Learn/Tools_and_testing/Cross_browser_testing")}}</div>

<p class="summary">In this article, we will teach you how to install your own automation environment and run your own tests using the Selenium tool and a testing framework such as Nightwatch. We will also look at how to integrate your local testing environment with commercial apps like the ones discussed in the previous article.</p>

<table class="learn-box standard-table">
 <tbody>
  <tr>
   <th scope="row">Prerequisites:</th>
   <td>Familiarity with the core <a href="/en-US/docs/Learn/HTML">HTML</a>, <a href="/en-US/docs/Learn/CSS">CSS</a>, and <a href="/en-US/docs/Learn/JavaScript">JavaScript</a> languages; an idea of the high level <a href="/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Introduction">principles of cross browser testing</a>, and <a href="/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Automated_testing">automated testing</a>.</td>
  </tr>
  <tr>
   <th scope="row">Objective:</th>
   <td>To show how to set up a Selenium testing environment locally and run tests with it, and how to integrate it with apps like Sauce Labs.</td>
  </tr>
 </tbody>
</table>

<h2 id="Automation_makes_things_easy">Selenium</h2>

<p>XXX</p>

<h2>Summary</h2>

<p>XXX</p>

<p>{{PreviousMenuNext("Learn/Tools_and_testing/Cross_browser_testing/Automated_testing", "Learn/Tools_and_testing/Cross_browser_testing/Testing_and_CI", "Learn/Tools_and_testing/Cross_browser_testing")}}</p>
Revert to this revision