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
explain how to write vb script in qtp?when will you write own script?
How does quicktest professional (qtp) identifies the object in the application?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What are the types of object repository in qtp?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
what is run action?
Can I change properties of a test object?
how to test Web application using QTP software
What is Distributed testing? How does UFT support it?
Discuss quicktest professional (qtp) environment?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What are metrics and matrix?
What is difference in global and action sheet in qtp?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?