Interview Question : How to handle the low frequency issues during you testing ?
Answer : By low frequency, I hope you mean the issues that cannot be reproduced consistently over time. If a issue is not coming up every time we repeat the same sequence of steps, we do some digging around to see if we can find any evidence to the occurrence of the bug(logs or failure messages) and if nothing else works, we report it all the same. As testers, we cannot leave anything without reporting.
Interview Question Category : Testing - General
|