-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45b311b
commit b58c1f3
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# QA-challenge | ||
Challenge for QA developer candidates | ||
|
||
# QA Developer Technical Test | ||
|
||
## Requirements | ||
* Must be written in Nodejs (you should also install npm) | ||
* Java Development Kit (JDK) installed, minimum required version is 7 | ||
|
||
## Quick Start | ||
|
||
1. Download zip file into your working folder | ||
2. Install | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
3. Run Test Demo | ||
|
||
``` | ||
npm test | ||
``` | ||
|
||
If the test was successful, you are correctly configured to start the test | ||
|
||
## The Test | ||
|
||
Establish a few scenarios to validate the following web page: | ||
http://todomvc.com/examples/react/#/ and build up a complete browser (End-to-End) test suite. | ||
|
||
You can refer to testDemo.js to help you start building your own browser test file. | ||
|
||
## Background link | ||
* Nightwatch website: http://nightwatchjs.org/ |