Pink
Yellow
Green
Blue
Purple
1

What is the main purpose of software testing?

To find defects / ensure quality / verify the software works as intended

prize: notepad

1

Name a non-functional testing type focused on user-friendliness.

Usability Testing.

1

Which type of testing is done before the software is released?

User Acceptance Testing (UAT).

prize: notepad

2

What is boundary value analysis?

A testing technique that involves creating test cases at the boundaries of input domains

2

What does a 'test case' describe?

A set of actions and expected results used to verify a particular feature or function

prize: notepad

3

What is the most commonly used programming language with Selenium WebDriver?
 A) Java
 B) Python
 C) Ruby
 D) JavaScript

A) Java

prize: notepad

3

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

3

What is Selenium mainly used for?

Automated testing of web applications

prize: notepad

4

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

5

Name a common tool used for test automation. (name at least 5)

Selenium, Tosca, UiPath Test Suite, Katalon, Cucumber etc etc

prize: notepad

5

What does CI/CD stand for?

Continuous Integration / Continuous Delivery (or Deployment).

prize: notepad

M
e
n
u