Testing primitives
Automated testing in web applications often requires to mock RESTful calls and substitude server data with predictable test datasets. Pip.WebUI.Test modules contains data generators and mocked REST resources that are used across all Pip.WebUI modules. They are also used in Pip.WebUI samples and can help in testing applications built with Pip.WebUI.
Test data generators
Data generators allow to create predefined or random data objects, or update existing object with random changes.
Todo: Add code snippet to demonstrate use of data generators
Mocks for REST resources
Connected controls in Pip.WebUI rely on certain server REST API. For testing purposes the RESTful API can replaced with mocked resources from this module.
Todo: Add code snippet to demonstrate use of mocked rest resources (how to plug standard and custom resources).
Learn more about the module
- User's guide
- Online samples
- API reference
- Developer's guide
- Changelog
- Pip.WebUI project website
- Pip.WebUI project wiki
- Pip.WebUI discussion forum
- Pip.WebUI team blog
Module dependencies
- pip-webui-lib: angular, angular-mocks, chance and other 3rd party libraries
License
This module is released under MIT license and totally free for commercial and non-commercial use.