Hey there,
Do you have any special tips that you used as a tester to prevent defects ?
Hey there,
Do you have any special tips that you used as a tester to prevent defects ?
I believe the special tip is one of the principles of testing; Early Testing. I believe if your team can do a thorough verification of your specifications, you will have minimal defects.
I’m a junior tester, I don’t know anything, forgive me if I’m wrong.
@sabur is not wrong
If you can remove some defects in the grooming/analysis phase, you’ll definitely prevent some defects.
We also engage our clients in this phase and show them mock-ups or early designs, so if they wish to change anything, they can do so early on. It’s been a big help! We all know at least one story where we finish the product and the client goes “hmm is that what I asked?”
It’s true to make all the 3 amigos have the same understanding and avoid bugs in later phases
Absolutely ! Thank you for your comment. All the best for your role.
Hi. Here are a few tips which I use in my day-to-day work.
Agree with whats already been said. Talking to people prevents so many issues. Experience from other teams / projects helps too. In my context I’ve been able to prevent an issue in one team, that I’d encountered in others.
There will always be defects, so test as early as is humanly possible to minimize their impact.
I think everything was mentioned. I’ll just add static testing
Defect Prevention is a crucial activity in software quality assurance companies to manage quality of the product and to prevent later phase expenses.
Below are some techniques to prevent Defects in later phases:
1. Early involvement of Testing Team: Earlier the testing team will be involved the lesser will be the defects.
2. Analyzing Software Requirements : If testers/developers are involved in analyzing the requirements from the early phase and make clear understanding, defects can be prevented in later phases.
3. Reviewing and Inspection: Peer Reviewing or self reviewing various tasks within the team can be very helpful to prevent defects.
4. Defect Logging and Documentation : While reporting a defect, documenting it with key information, parameters and analyzing the reason for the defects.
5. Root Cause Analysis: Analyzing what triggered a defect to occur , team can be cautious to prevent such defects from occurring in future.
Lots of pairing and good communication.
Totally true, thanks for sharing @robbie.falck
We used to pair and work in branches test-dev and even if there is a bug we find it in early stage and collaboration is important to speed up things.