Types of testing
Unit testing
Testing basics
About instrumented testing
How to create UI test interactions
Basic test interactions
Implementing test verifications
Test recording
We’ve done a bit of programming work in the previous chapters. Next, we go through some testing concepts and techniques. The development lifecycle goes through a testing phase to find all errors and inconsistencies in the code. A polished app doesn’t have rough edges. We need to test it, debug it, and make sure it doesn’t hog computing resources.
Types of Testing
Functional testing. Functional testing