What is unit testing?
This testing technique checks individual methods or functions in isolation.
What is Selenium?
This open-source tool is widely used for automating web browser testing
What is the source code?
Black-box testers don’t need access to this, unlike white-box testers.
What is regression testing?
The process of automatically re-running failed test cases to confirm fixes is called this
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.
What is Postman (or RestAssured)?
To automate API testing, you might use this tool that supports REST and SOAP requests.
What is integration testing?
This testing type focuses on interactions between integrated components, catching issues like API mismatches.
What is regression testing?
This type of automated test checks if new code breaks existing functionality.
What is performance testing?
A banking app must process 1,000 transactions/sec; this non-functional test type ensures it meets the requirement.
What is the testing (or quality) gate?
A CI/CD pipeline often includes this phase where automated tests run before deployment.