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 : GUI checkpoint :Any application we are testing we need to ascertain if it is working according to our requirement specification. This can be ascertained by using the GUI check points.Synchronization :Synchronization Point concept for time balancing in ...
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
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 : Write from the scratch is the best way to overcome with our Test steps. for time consuming record the scriipts for the process. which means record the flow of the application according to the bussiness needs from end to end recordingly. Later add the ...
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?