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 / 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 |
Post New Answer View All Answers
What is synchronization point in QTP?
Describe synchronization point.
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Where to use Property Let, Property Get, Property Set in UFT
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What are the differences between table and db checkpoints?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Does QTP record on Objects created on XWindows Environment?
What is the syntax to call one action in another?
When to use descriptive programming?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to break the object spy ?
What are the types of properties that quick test learns while recording?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?