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
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Who uses qtp tool?
When to use descriptive programming?
Write a script to customize the test results in PDF and HTML format.
How will you report the bug and explain the defect tracking sheet you handled?
Sql questions to find second max salary and how to use joins
If I give some thousand tests to execute in two days what do you do?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is the latest version of qtp?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Explain types of descriptive programming?
what is meant by Implicit and explicit requirements?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up