what is the use of VIRTUAL OBJECTS? explain ?
Answer Posted / priya
After coming to know that QTP could not identify
non-standard objects, we set virtual objects using Virtual
object wizard. But How do u know that QTP could not identify
non-standard objects? could anyone help me on this que?
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Explain hybrid framework with advantages and disadvantages?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What is a programmatic description?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is the difference between qtp and selenium?
how to acess a test in RSA?
What is the use of running the scripts in Hidden-mode in UFT?
When ‘option explicit’ keyword is used in qtp?
how u will evaluate the tool for test automation?
how to find that tools work well with ur existing system?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
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...!!!
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp