What is iteration? How it is related to Test Results in QTP?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Here iteration means repeat the processes, with same values
or different values,when You take the datadriven test with
different values... the test process repeats that much of
time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dilip
Iteration is nothing but one or more times Run the testscript
that is called iteration
in qtp we can see the test result is Testresult window
| Is This Answer Correct ? | 3 Yes | 3 No |
what function you write to do database testing with the help of qtp?
What is the difference between Functions and Action ?
What is the extention of Virtualobject
Why we load add-ins in qtp?
How can we QTP Scripts in xml format? is there any way to do so?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
How to Analyze the Checpoint results by Checking Bitmaps?
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
What is Cross browser testing? Does UFT support it?