julianharty / testing-heuristics

Experiments to see if we can establish evidence of the value of testing heuristics
MIT License
3 stars 0 forks source link

testing-heuristics

Experiments to see if we can establish evidence of the value of testing heuristics

Many of these heuristics have been created specifically to test mobile apps. Their authors are often experienced testers. Some of these authors have kindly agreed to allow some of their materials to be incorporated. Thank you to the various contributors.

The materials will be made available in various forms. We're experimenting to see which are useful. Similarly we're exploring various approaches to recording their use and usefulness.

The content of this project itself is licensed under the Creative Commons Attribution 4.0 license, and the source code used to format that content is licensed under the MIT license. If you would like to learn more about opensource licensing here is a useful introduction https://opensource.guide/legal/.

Building content from Markdown files

To build html files, run the following:

> npm install
> npm start

Contributing Code