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
how to acess a test in RSA?
How can I check if a environment variable exist or not?
How do you synchronization point through DP?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
What are the trigger events in qtp?
What is the Difference between test object and run time object?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How do you know the location Id of an object if you know its index id?
What is clean sweep?