Answer Posted / 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 |
Post New Answer View All Answers
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Why bpt?
what is Property......End Property loop? how to write sript for it in QTP
what is actually contain test report? can anybody post the test report
Write a script to customize the test results in PDF and HTML format.
Is it possible to merge two object repository files in qtp?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Explain how you can find the absolute value of the number in qtp?
How to associate shared object repository to test in qtp?
What is use of object spy?
Does quicktest professional (qtp) is unicode compatible?
We stored into the objects OR and then write the scripting
How many types of recording modes in the qtp?
When Recovery scenario actually starts while testing the application?
What are the views available in quicktest professional (qtp)?