What is a bug?
Mismatch between actual behavior of a software application and its intended(expected) behavior. We learn about expected behavior from requirements, specifications, and other technical documentation.
Which type of testing results in highest number of bugs found?
Negative testing (versus Positive testing of same type)
What are bug report component?
What is a bug life cycle?
How can a tester be sure that bug was fixed?
Execute the steps (steps to reproduce) in the bug report
What is bug tracking system?
A software application that:
How do you write a bug report?
If you find a bug and the developer say it is as-designed, what can you do?
What would you do if developers cannot reproduce your bugs?
As a tester, you:
Reproduce on your computer;
Then reproduce on 1-3 other computers;
If you can reproduce the defect:
Compare developer’s and your working environment;
If environment is the same, make sure that steps to reproduce used by both are exactly the same;
Ask developer to debug on QA environment with his/her tools.