Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an other way of "Wait" statement in QTP
I dont want to use wait("Some number").
Can any one tell this please..........

Answers were Sorted based on User's Feedback



What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / hemakumar..m

Use Exist Method.

Ex:
Browser("title:=.*").Page("title:=.*").Link
("name:=OK").Exist(2)

It will wait upto specified time(2sec) when object does not
exist.

Is This Answer Correct ?    9 Yes 3 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / deepak

You can also use Do Until

E.g- There is a particular button in the next page which is
about to come then you can write like this:

Do Until Browser("...").Page("...").WebButton("...").Exist
Wait(1)
Loop

Is This Answer Correct ?    6 Yes 2 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / jitendra

It depends upon why you have used wait() in ur code.
Probably you can use the Sync() method.

This method will wait, till the client gets a response from
server or the Object Synchronization time is not crossed.

Browser().Page().Button().Click
Browser().Page().Sync

Is This Answer Correct ?    4 Yes 0 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / king

Increase the defult time... the default time is 20 seconds
u can increase how much u want..

Is This Answer Correct ?    4 Yes 2 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / prashanth

I use a windows application where except wait function and
wait property i have no other options.
Then how to proceed, as wait function is not a right way of
coding as I know and wait property cannot be used in case
as no object is going to change exceot the window gets
refreshed when RETURN key is clicked.

Is This Answer Correct ?    1 Yes 0 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / kajal

object.WaitProperty "Property Name","Property
Value",10000

Is This Answer Correct ?    2 Yes 1 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / kumar

obj hierarchy.wait proprerty"property name",property value,extra time in milli seconds

Is This Answer Correct ?    0 Yes 0 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / suvrat sharma

Service.ThinkTime(5)

It's same as Wait(5) and will pause your execution of
script for 5 sec.

Thanks!

Is This Answer Correct ?    0 Yes 0 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / litan

Excluding Wait 2 other methods are there.
1.Browser("micclass:=Browser").page("micclass:=Page").Sync
2.Wait Property
Ex:Browser("micclass:=Browser").Page("micclass:=Page").Image
("name:=Pic).WaitProperty "Property Name","Property
Value",30000
It will wait till in next page That Property Match

Is This Answer Correct ?    1 Yes 2 No

What is an other way of "Wait" statement in QTP I dont want to use wait("Some number..

Answer / tvs ramakrishna chowdary

timeout=0
expval=true
actval=window("Flightreservation").winbutton
("updsteorder").getroproperty("enabled")
while((expval<>actval) & (timout<30))
wait(2)
timeout=timeout+1
actval=window("FR").winbutton("UO").getroproperty("enabled")
wend
if(timeout=30)then
msgbox "update order btn is not enabled in given time frame
hence exiting action")
exitaction

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

how we will use output values in qtp? is there any possibulity by descriptive programming?

2 Answers  


how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables

6 Answers   iton, TATA,


WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?

3 Answers  


How to use regular expression in descriptive programming?

0 Answers  


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

0 Answers  


how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.

3 Answers  


Write a script to verify font style and color of a windows object using descriptive programming

0 Answers  


If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?

4 Answers  


How you can find length of array in qtp?

0 Answers  


HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people

3 Answers   GE,


how to write scripts in QTP?

4 Answers   Ordain Solutions,


How many types of object repository in qtp?

0 Answers  


Categories