Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

A sample react app used in the hiring process for WS QA

License

Notifications You must be signed in to change notification settings

heyjobs/QA-WS-sample-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample react app

Simple application built with React js; Used for the QA working student test.

Instructions for solving the problem

  1. Make sure you have git installed on your computer
  2. Make sure you have Node js installed in your computer.
  3. Then load this repository on your computer and run the application by using the following sets of commands
    git clone [This Repository]

    cd [Repository-Directory]

    npm install

    npm start

or if you prefer to use yarn:

    git clone [This Repository]

    cd [Repository-Directory]

    yarn install

    yarn start
  1. The start command should run the local server and automatically open the http://localhost:3000/ where you can checkout the app which only has 3 main features/pages.

  2. You are expected to write at least 6 test cases for these features. here is a guide to writing effective test cases

  3. Please write the tests in the format that you see fit and upload a pdf of your answer file on HackerRank

License

About

A sample react app used in the hiring process for WS QA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published