1.0.0 • Published 7 years ago

lvoltesttask v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

lvoltesttask Description

The project for testing online calculcator available at "http://web2.0calc.ru/". Consists of the framework and several tests checking calculator's main functions. The list of tests: 1. Checks multiplication function. 2. Checks addition function. 3. Checks subtraction function. 4. Checks division function. 5. Checks division by zero. 6. Checks addition of fractional numbers. 7. Checks addition of negative numbers.

Installing

-Project requires Windows OS and NodeJS + NPM(Node Package Manager) to be installed. -From desired direction open command promt and type "npm install lvoltesttask".

Running tests

Find "lvoltesttask" folder in "node-modules" folder, open command promt in it and type "npm test".