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 |
Pls explain me the difference between ........ Description.Create and CreateObject
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What are the types of Object Repositories in QTP?
What is the scripting language used in QTP?
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
I have given u a application.To automate it what are the things will u consider?
What is the difference between "call to action" and "call an existing action"
9 Answers Accenture, Yana Software,
How did you resolve conflicts present in Object Repository?
How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?