About Lesson
Software Testing Tools
Software testing refers to a set of processes and procedures that help us identify whether the product is working as expected.
If we find any deviations, we log them as defects. In subsequent releases, we perform regression testing and retest the bugs before releasing the product.
Many automation tools are available in the IT market, both commercial and open source.
Some of the tools are as follows:
- Selenium
- QTP
- Watir
- LoadRunner – Load Testing
- JMeter – Load Testing
- RFT
- AutoIT ( Desktop Automation )
Selenium is an open-source functional testing tool for web applications.