voloshynatest
v1.0.0
Published
voloshynatest 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 multipl
Downloads
2
Readme
voloshynatest 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 voloshynatest".
Running tests
In command promt type "npm test".