Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 707 Bytes

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
  1. 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