Course Content
Testing Tools
Testing Tools
0/1
Sample Python Programs
Sample Python Programs
0/1
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Python Database Programming
Python Database Programming
0/1
Selenium Python for Beginners [ 2024 ]
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.