Google News
logo
Software Testing - Interview Questions
Define latent bugs and golden bugs.
A latent bug is a bug that is present in the system from previous iterations or releases. It is a low priority bug. It includes those bugs that remain dormant or unhidden.
 
A golden bug is a bug that appears in every iteration or release, affecting the major module. It is a high priority bug as it may affect the critical functionality of the system.
Advertisement