lvoltesttask
v1.0.0
Published
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 multipli
Downloads
2
Readme
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:
- Checks multiplication function.
- Checks addition function.
- Checks subtraction function.
- Checks division function.
- Checks division by zero.
- Checks addition of fractional numbers.
- 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".