Latest Answer : The tools that you need for testing totally depends on your needs whether you are performing white box or black box testing. Also in black box testing, it depends on the type of application, like some tools support WPF and some tools do not. ...
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
Latest Answer : What steps have you followed while automating?
1) Running the test manually and ensuring a "pass".
2) Recording
3) Checkpoints/Verification points
4) Parameterization if necessary
5) Output values if necessary
6) Set regular Expressions if ...
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 : we have soo many automation tools available in the market.those are winrunner,QTP..etc ...
Latest Answer : Store the values in global variables, which can be called and used across the scripts. ...
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
Does QTP support AJAX testing ?
Latest Answer : If the Plug-ins for Ajax available and supportrd for QTP means we can automate the AJAX Product ...
I tried writing the script from scratch by learning the objects but when i run the script its says the object is not learnt by object repository.
Latest Answer : No we dont record the script. We learn objects and start writing.Some times if the object is not added, add that object to repository. ...
write down script for synchronization which work intelligently ie it should wait only up to completion of that particular task for which we are using this sync?
Latest Answer : To make the wait time more intelligent, I create a function to constantly collect the wait time or network delay from previous actions, calculate the global wait time dynamically based on business logic, then return the best wait time. ...
"Inbuilt Support for Script Maintenance" supported by which automation toola) Rational Robotb) Winrunnerc) Both of the aboved) None of the above