What is the main purpose of software testing?
To find defects / ensure quality / verify the software works as intended
prize: notepad
Name a non-functional testing type focused on user-friendliness.
Usability Testing.
Which type of testing is done before the software is released?
User Acceptance Testing (UAT).
prize: notepad
What is boundary value analysis?
A testing technique that involves creating test cases at the boundaries of input domains
What does a 'test case' describe?
A set of actions and expected results used to verify a particular feature or function
prize: notepad
What is the most commonly used programming language with Selenium WebDriver?
A) Java
B) Python
C) Ruby
D) JavaScript
A) Java
prize: notepad
What’s a flaky test and how can it affect CI/CD?
A test that sometimes passes and sometimes fails without code changes; causes instability in pipelines
prize:hat
What is Selenium mainly used for?
Automated testing of web applications
prize: notepad
What is the difference between verification and validation?
Verification ensures the product is built correctly, while validation ensures the right product is built
prize: coffee cup
Name a common tool used for test automation. (name at least 5)
Selenium, Tosca, UiPath Test Suite, Katalon, Cucumber etc etc
prize: notepad
What does CI/CD stand for?
Continuous Integration / Continuous Delivery (or Deployment).
prize: notepad