Interview Questions

Bug Analyzing and Reproduction Tips

Why are there Bugs in Software?


(Continued from previous question...)

Bug Analyzing and Reproduction Tips

To reproduce an environment-dependent error, both the exact sequence of activities and the environment conditions (e.g. operating system, browser version , add-on components, database server, Web server, third-party components, client-server resources, network bandwidth and traffic, etc.) in which the application operations must be replicated.

Environment-independent errors on the other hand are easier to reproduce -- they do not require replicating the operating environment. With environment-independent errors, all that need to be replicated are the steps that generate the error.

(Continued on next question...)

Other Interview Questions