Can we install QTP on remote server and access it as a web
application on other system (client place)? If so please
let me know.
Thanks in advance,
Ravi
Answers were Sorted based on User's Feedback
Answer / umesh
Hi ravi,
We can Run the Web Application from any where through QTP.
But the application is related to Client Server
Application,then U Can install Client Software in that
Perticular QTP machine & U can run the Application exe
through QTP code, Continue the Scripting
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the differences between image check point and bit map check point?
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
Hi All, What is an XML Checkpoint in QTP? How can i use it while testing a web application? Kindly explain in detail. Thanks in advance
How many types of recording modes in the qtp?
Can we record an application running on a remote machine using qtp?
How to create a standard checkpoint ?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
How to handle dynamic objects in quicktest professional?
How to capture a window in qtp or how to take snapshot of any window while writing script in qtp
How can you pass value one action to another action?