Latest Answer : stress testing:Testing conducted to evaluate a system or component at or beyond the limits of its specified requirements to determine the load under which it fails and how. Often this is performance testing using a very high level of simulated load.load ...
1) Running the test manually and ensuring a "pass".2)Recording3)Checkpoints/Verification points4)Parameterization if necessary5)Output values if necessary6)Set regular Expressions if necessary7)Alter
The AUT displays 2 numbers on the screen whose sum should be equal to a third number displayed, all the times. We have to customize the script to perform this check.
Latest Answer : we customize the automated script by inserting checkpoints, sometimes like in data driventests we record our operations one time and later we enclosed in a loop. so that we can automate our data driventests. data driven test is one exanple where u can ...
Latest Answer : when record a script in analog mode It will stored in temp folder by default in win runner.sudhakar kolla,My email:kollasudhakar2005@yahoo.co.in.My number:09819859346 ...
In winrunner we can record all the steps required to check the functionality of the application under test. Then why writing codes in TSL is preferred more than recording the steps through recorder?
Latest Answer : Store the values in global variables, which can be called and used across the scripts. ...
I need to understand test automation properly.There are some checkpoints that i went through while reading the manual of QTP.e.g.1.Table checkpoint checks information within table.2.Text checkpoint checks that a string is displayed in the appropriate place in the application or not.3.Page checkpoint checks how long a web page takes to load or whether the page has broken linksetc.Now, All these checkpoints can be checked manually, and infact, in my point of view, it is easy to do it in the manual
1.what are the limitations of automating software testing?2.what is the common problems of test automation?3.How can data caching have a negative effect on load testing results?4.what is the race condition
Latest Answer : We can perform loadtesting by using JAVA Script. ...
What is a parameter?What is load generator / injector?What is correlation?What is a scenario and where do you set up a scenario?You record a script and run it. It passes but fails on other attempts. Why is this