can we install qtp on server machine and do automation of
application which is installed on client machine.If yes
then how? If no then is there any other automation tool for
this (client-server) senario.

Answer Posted / baba

Hello buddy,

We Can install QTP in any System.... We can Run Any System
Tests in any System. But that system also contain QTP.

QTP Tests and Scripts can not run on a system which does
not contain QTP.

Here, You can install QTP in Server, develop Tests in
Server, You can access those tests from client system. But
You can run tests only on QTP installed client systems.

Here Server acts just like a Quality Center.

***** QTPro is Mandatory to run QTPro Tests ******

QTPro is .exe file............ Mr. Ramesh
No s/w is developed without .exe file(It is final stage of
development, Once .exe creates it means it is ready to
install)

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1340


write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading

1479


What is a data driven test in qtp?

576


How to handle dynamic objects in quicktest professional?

494


What is the new version of qtp which is recently released in the market?

637






unique properties of button,edit box, radio button,check box?

3814


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

1710


What is the parameterization?

573


what is the diff b/w assistive and mandatary rules of object repository in QTP???

1600


Explain in brief about the quicktest professional (qtp) automation object model?

559


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

1635


How you can delete excel file in qtp?

590


Which recording modes need more memory?

571


Explain calling sub procedure.

618


after click on compose mail how can we attached a file in qtp with vbscript code

1607