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 are the option you can use to synchronize your test?

Answers were Sorted based on User's Feedback



What are the option you can use to synchronize your test?..

Answer / sonal.pagare

• You can insert a synchronization point, which instructs
QuickTest to pause the test until an object property
achieves the value you specify. When you insert a
synchronization point into your test, QuickTest generates a
WaitProperty statement in the Expert View.
• You can insert Exist or Wait statements that instruct
QuickTest to wait until an object exists or to wait a
specified amount of time before continuing the test.
• You can also increase the default timeout settings in the
Test Settings and Options dialog boxes in order

Is This Answer Correct ?    3 Yes 0 No

What are the option you can use to synchronize your test?..

Answer / reddy prasad

and also .SYNC

only for browsers

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

Difference between test object and run time object?

0 Answers  


what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief

3 Answers  


How to change the run-time value of a property for an object?

3 Answers   Crea,


object types is used for what?

1 Answers  


There is a name "AJAY" how do u count no.of. "A" in that name ?

4 Answers  


Is it possible to use two instances of UFT on the same machine? If not why?

0 Answers  


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?

2 Answers   IBM, Sony,


why we use check points , In qtp we use the any check points , what r they , when and why

1 Answers   Polaris,


Can we run test with out adding object in object repository? How it is possible?

0 Answers  


how do u handle an object with out name in our application using QTP 9.2?

0 Answers   CTS,


QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!

1 Answers  


Explain the concept of Output values in Quick Test Professional?

1 Answers   Crea,


Categories