Unit Testing
on Javascript
Introduction
Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
Functional
No Functional
- Smoke
- Unit
- Integration
- User Acceptance
- Regression
...
- Performance
- Load
- Scalability
- Usability
- Security
...
- It focuses on execute a minimal unit of code.
- It search that each unit satisfy in agreement of requirements.
Format of hour
Input number | Output |
---|---|
0 | 12:00am |
5 | 05:00am |
12 | 12:00pm |
16 | 04:00pm |
23 | 11:00pm |
24 | error |
official website: https://jasmine.github.io/
configuration:
- Code Coverage
- Watch Changes of test and .js files
- Configure browsers for run test
rocka.co
jdmorales092@gmail.com