Study for the Software Quality Assurance Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which of the following tools is commonly used for automated testing?

  1. Selenium

  2. JIRA

  3. Visio

  4. Notepad

The correct answer is: Selenium

Selenium is widely recognized as a powerful tool for automated testing, particularly for web applications. It allows testers to write scripts in various programming languages to simulate user interactions with a web browser, enabling extensive testing of web-based systems without manual intervention. Selenium supports multiple browsers and platforms, making it versatile for cross-browser testing. Its ability to automate repetitive tasks and execute a vast number of test cases quickly makes it invaluable for continuous integration and delivery practices in software development. In contrast, JIRA is primarily a project management and issue tracking tool, not designed specifically for automated testing purposes. Visio is used for creating diagrams and flowcharts, serving a different role in the documentation and design phases of projects. Notepad, being a simple text editor, does not provide any automation testing capabilities. Therefore, Selenium stands out as the appropriate choice for automated testing tools, given its functionality and widespread adoption in the software testing field.