This tool is used for automated testing.
What is Selenium?
This type of testing is done by a human without tools.
What is manual testing?
This document outlines the strategy for testing.
What is a test plan?
This type of bug is a problem with how the software looks.
What is a UI bug?
This person writes test cases and executes them.
Who is a QA Tester?
This tool is used for API testing.
What is Postman?
This type of testing is done using tools and scripts.
What is automated testing?
This is a set of steps to test a specific function.
What is a test case?
his type of bug is a problem with how the software works.
What is a functional bug?
This person writes code to automate tests.
Who is a QA Automation Engineer?
This tool is used for bug tracking.
What is Jira?
This type of testing checks if the software works as expected.
What is functional testing?
This document describes a problem in the software.
What is a bug report?
This type of bug is a problem with the speed of the software.
What is a performance bug?
This person manages the testing team.
Who is a QA Lead?
This tool is used for version control.
What is Git?
This type of testing checks how fast the software works.
What is performance testing?
This is a set of instructions for automated testing.
What is a test script?
This type of bug is a problem that makes the software unsafe.
What is a security bug?
This person finds and reports bugs.
Who is a QA Engineer?
This tool is used for managing test cases.
What is TestRail?
This type of testing ensures new changes do not break the old parts.
What is regression testing?
This process involves finding, reporting, and fixing bugs.
What is bug tracking?
This type of bug is a big problem that stops the software from working.
What is a critical bug?
This person ensures the software meets the requirements.
Who is a QA Manager?