Junior
What will you do if you find a bug during testing?
sobes.tech AI
Answer from AI
I will reproduce the bug, document the reproduction steps, expected and actual results, and environment.
I will check if this bug is duplicated in Jira.
If it is duplicated, I will add my observations and priority if necessary.
If it is not duplicated, I will create a new bug report, including:
- a title reflecting the essence.
- a detailed description (reproduction steps, expected result, actual result).
- priority and severity.
- environment (OS, browser/device, application version).
- logs, screenshots, videos (if necessary).
- responsible person (usually the team lead or developer).
I will discuss the bug with the team (developer, team lead) for confirmation and further actions.
I will track the bug status until it is resolved.
After fixing, I will conduct regression testing to confirm the fix and the absence of side effects.