Answer Posted / santhosh
The extension for the Virtualobject in QTP is .vot
And these .vot files can be seen using the below path
QuickTest installation folder>\dat\VoTemplate folder
If we go for that folder we can find .vot files.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to use conditional loops in qtp ?
What is expert view in qtp?
How do client side image and server side image work?
What is the syntax to call one action in another?
With what extension you can save the list of tests in a file to run in test batch runner?
How to do call a output parameter from one action to another action??/
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What are the types of object repository in qtp?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What is the difference between run time object and test object in QTP?
What is the difference between local and shared object repository in qtp?
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...!!!
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.