Chapter 5 Tool Support For Testing
Chapter 5 Tool Support For Testing
• Path Tests: It finds the not used code and code with inconsistency in
the software.
6.Unit Testing Tools : Unit testing tools are used to check the
functionality of individual modules and to make sure that all
independent modules works as expected. For example,
Jenkins, PHPUnit, JUnit, etc.
7.Mobile Testing Tools : Mobile testing tools are used to test the
application for compatibility on different mobile devices. For
example, Appium, Robotium, Test IO, etc.
8.GUI Testing Tools : GUI testing tools are used to test the
graphical user interface of the software. For example, EggPlant,
Squish, AutoIT, etc.