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 |
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What is object repository?
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
can any body help me out by providing links/material for descriptive programming in QTP otherwise can you post decriptive programing based interview Questetion&ans. plz help me out . i need it.
What are the differences between quicktest professional and winrunner?
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
I want to open a text file and then search some specified text in it and then replace that text with some other text i found that text in .txt but do not know how to replace that text can any body help me. if possible put the code for qtp
does QTP provides any tools for parametrisation?
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
how much space occupies in object respository by default?
Have you used TD?