Answer Posted / sarabjit
In do until , the code is run atleast once
eg: do
{
/// statement
} until i=0
whereas in while it checks whether condition is false/true , and then it executes the statement
while i=0 ******if i=0 is true*****
{
execute the statement
}
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the types of properties that quick test learns while recording?
What the differences are and best practical application of Object Repository?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
In qtp, explain what is qrs file?
How to define array in qtp?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
unique properties of button,edit box, radio button,check box?
Explain the use of action split in qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What is object spy in quicktest professional (qtp)?
Analyzing the checpoint results?
What is the use of running the scripts in Hidden-mode in UFT?
Why bpt?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?