difference between do while and do until ?
Answers were Sorted based on User's Feedback
Answer / bhargavi
In both Do-until and Do-While,Code will be executed atleast once.
But,the difference is Do-until executes the code until the specified condition is reached.Once the condition is reached it stops executing the code inside the loop.
Do-While will execute the code till the specified condition is true. once the condition becomes false,it exits from loop.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / viji
Do until will execute once when the condition is false whereas do while will execute only when condition is true
| Is This Answer Correct ? | 1 Yes | 1 No |
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
WHAT IS PARAMITARIZATION?
How to use parameterization in qtp?
how to get the object count ?????????
How QTP recognize the object??how to add objcts into object repository??
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.
can u tell me website address of VBscript with examples.
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
How can we check whether a particular sheet loaded (existed) or not in Data Table.