
Requirements of the application under test:
- Light bulb must become yellow when clicked on “Turn on the light”
- Light bulb must become grey when clicked on “Turn off the light”
- The number of clicks should not affect the operation of the bulb
- The user must see a gray light then open site for the first time
- The next time you reopen page, you should see the status of the light as you left it
Junior QA task:
- Define test cases for the application under test according to the requirements. Run it.
- Report defects (bugs) if you find any.
- What else would you test? Please define additional tests.
Mid QA task:
- Define test cases for the application under test according to the requirements. Run it.
- Report defects (bugs) if you find any.
- What else would you test? Please define additional tests.
- What tests would you automate? Automate tests using any test automation tool.
- Do security story, junior level task (optional).
Senior QA task:
- Define test cases for the application under test according to the requirements. Run it.
- Report defects (bugs) if you find any.
- Do security story, junior level task.
- What tests would you automate? Automate tests using any test automation tool.
- Please draw the User Story/QA processes.