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.
Answers were Sorted based on User's Feedback
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 |
Answer / mukesh jain
There is a way to do it. You need to pubish QTP application
on Citrix server and then use citrix to access QTP and do
automation. With use of citrix you will only have to
install QTP at Citrix server and have citrix client
installed on your or any machine which wants to use QTP.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / casey maloney
Mukesh,
Do you have or know where to get step by step instructions
on how to setup the environment you explained?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramesh
we can't install qtp or any another automation tools on
server .it is impossible to access client machine,becoz qtp
is not a .exe .compulsarily we should install automation
tools at every client machine.
| Is This Answer Correct ? | 3 Yes | 6 No |
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
does qtp runs on internet explorer 7.0
what is the smart identification techniqu?what r the different mechanisums used in it?
where exactly we can't do the automation testing. give some examples
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
what is supply chain management?
HOw to add the recovery file at runtime to the test file .
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
If you use low level recording,what objects will be recorded in Object Repository and what properties?