Answer Posted / 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 |
Post New Answer View All Answers
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
how can i call function (which has link with excell sheet at a remote location) within another function
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is quicktest professional (qtp)?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Is it possible to use two instances of UFT on the same machine? If not why?
what is the difference between development and testing
How do know the number of browsers opened?
how will you load the test cases in ddt?
Is it possible to change the property value at runtime? How it is possible?
What is the diff between image and bitmap check point?
What Folder Structure following in Keyword Driven Frame work?
With what extension you can save the list of tests in a file to run in test batch runner?
What are the differences between table and db checkpoints?