Tags:Testing Questions | 58 views
How you used WinRunner in your project? – Yes, I have been using WinRunner for creating automated scripts for GUI, functional and regression testing of the AUT. Explain WinRunner testing process? – WinRunner testing process involves six main stages Create GUI Map File so that WinRunner can recognize the GUI objects in the application being [...]
Tags:Testing Questions | 61 views
What is load testing? – Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods. What is Performance testing? – Timing for both read and update transactions should be gathered to determine [...]
Tags:General Question | 99 views
Black box testing not based on any knowledge of internal design or code. Tests are based on requirements and functionality. White box testing based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, conditions. Unit testing the most ‘micro’ scale of testing; to test [...]
Tags:Testing Questions | 73 views
What criteria would you use to select Web transactions for load testing? Why are virtual users created? Why is it recommended to add verification checks to your all your scenarios? What’s the scenario, where you would want to parameterize a text verification check? Why do you need to parameterize fields in your virtual user script? [...]