What is difference between the For..Next and While..Wend
statements?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / durrya saman
The while loop is usually used when you need to repeat something until a given condition is true. On the other hand, the for loop is usually used when you need to iterate a given number of times
| Is This Answer Correct ? | 17 Yes | 3 No |
How to convert QTP's ObjectRepository.mdb file to xml file
what is objectidentification?
Explain quicktest professional (qtp) testing process?
how to upload an excel sheet to quality center?
what is object and child object.. explain ..if possible give some example for better understanding ..
In qtp, explain what is qrs file?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
How to parameterize in QTP?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Can you brief the hurdles you faced during Automation testing?
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..