What is the difference between browser sync and page sync
in QTP?
Answer Posted / hokrani
Browser sync will wait to all frames to load completely
however Page sync will not wait frames to load.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to post xml data from QTP scripts to any application?
What is use of object spy?
How many types of recording modes are there?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to use the object spy in quicktest professional (qtp) 8.0 version?
Hoe can we do retesting using functions please give the code for it using login page
whare exactly we have to use functions and sub routain
Limitations in QTP?
What are the various automation frameworks available in qtp?
How to check bitmap output value?
What test you perform mostly? Regression or retesting in your testing process?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
what is the hierarchy to use properties in descriptive programming
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.