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 |
If the object property is changing very frequently, what was your approach?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
What are the two types of repositories available, explain them?
Does QTP support Linux Red Hat? Does QTP support Flash?
What is the extension of script and object repositary files?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
how many types of actions r there? what r they? explain? pls give any one answer?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
What are the main features we have to compulsory test by using qtp in an web based application
what is parameterisation?
What are the types of object repository in qtp?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming