Skip to main content
10 useful tips for Software Testers
- When
testing, never tamper with the testing environment that you have set up.
- Set
up goals for yourself. Start each testing day with the aim of reporting maximum
Bugs. Make the day worthwhile and try to add maximum value
- Apart
from following the test cases, allocate some extra time for exploratory testing
of the application. Chose a section of the application and make sure that by
the end of the day you have not left any part of it untested.
- Devise
practical life scenarios that can aid in testing the application from different
angles.
- No
bug in application is small enough not to be reported. Be it application
crashing or a minor issue of text alignment, report them all.
- Bug
reporting should be more efficient. Try not to merge too many issues in one
JIRA. This way there is a chance that few important points can get overlooked.
- Make
sure the steps to reproduce for an issue are detailed and easy to follow. Do
not miss out any detail so that the issue is easily reproduced at the other
end, and minimal questions are asked from you during the workaround.
- Review
the Bugs reported periodically as it would help in making the test case updates
process more efficient for future version.
- Write
all important observations during testing on a word document. It would help to save
a lot of time while reporting bugs or creating new scenarios for testing
- Most
importantly, stay focused. The time you spend testing, keep your attention on
the task at hand only as I believe testing is all about “Focus” and “intent of
finding errors”.
Comments
Post a Comment