Testing Types & Techniques
Test Automation
100

What is unit testing?

This testing technique checks individual methods or functions in isolation.

100

What is Selenium?

This open-source tool is widely used for automating web browser testing

200

What is the source code?

Black-box testers don’t need access to this, unlike white-box testers.

200

What is regression testing?

The process of automatically re-running failed test cases to confirm fixes is called this

300

What is equivalence partitioning?

To test a login page, you’d use this technique to divide inputs into valid/usernames, invalid/usernames, and valid/invalid passwords.

300

What is Postman (or RestAssured)?

To automate API testing, you might use this tool that supports REST and SOAP requests.

400

What is integration testing?

This testing type focuses on interactions between integrated components, catching issues like API mismatches.

400

What is regression testing?

This type of automated test checks if new code breaks existing functionality.

500

What is performance testing?

A banking app must process 1,000 transactions/sec; this non-functional test type ensures it meets the requirement.

500

What is the testing (or quality) gate?

A CI/CD pipeline often includes this phase where automated tests run before deployment.

M
e
n
u