What is difference between the For..Next and While..Wend
statements?
Answer Posted / minal
For loop executes a block of code for a fixed no. of time where as While...Wend statement uses a condition to control the number of iterations to be run.
The loop continues as long as the condition expression is True.
| Is This Answer Correct ? | 54 Yes | 19 No |
Post New Answer View All Answers
How you create new action in qtp?
What are the features and benefits of quick test pro (qtp 8.0)?
How to use debug tools?
What is use of object spy?
What is the difference between analog and low level recording?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What is business process testing(bpt) in qtp?
How to add synchronisation points in qtp?
Is qtp supports uni-code?
Can we create user defined functions in qtp?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How many types of object repository in qtp?
What is the parameterization?
Thanks....But can u tell me how i use the QTP for GIS with one Example...