- The software testing process consists of a program executing with the intention of finding bugs. By bugs, we mean mistakes that relate to logical errors in code or a misunderstanding of the application flow.
- Automated tests entail test scripts that are performed by a machine. In general, these scripts are written by developers or appropriately qualified testers.
- Spek is a testing framework that provides a way of describing requirements associated with test scripts.
- The main reason for testing is to ensure that a product meets end user expectations and complies with software requirements.





















































