![]() Related Questions I am testing a Java executable application and and IE based application.I have a script that I would I am testing a Java executable application and and IE based application.I have a script that I would like to launch the Java executable, enter a record in the database, the switch over to IE and search the database. Currently I am having trouble: 1) The java EXE cannot be launched from the QTP command line. So my run settings are run on any open Java application. This is not preferable and right now DEV cannot figure out why QTP can launch other Java apps and not ours. So when I start the script Tags : Java Script Function How to use global variables in QTP?also how to pass parameters between different actions?where to find info on functions? Read Answers (2) | Asked by : Ritu Latest Answer : Function_F1(Dyna_link)Set obj = Browser("Browser").Page("eProcurement_3").Link("Pending Approval for indent").Object.body.documentset Linkcollections= obj.Linksmsgbox “No. of Links is” & Linkcollections.Lengthdim ... Read Answers (3) | Asked by : divya In QTP script, many functions are there to use. I know, few of the frequently used functions and commands. (Ex: GetROProperty to retrieve data and to compare that with some other, like that)Can you plz tell me what are the functions are very much required to test. Read Answers (1) | Asked by : asha I need to automate tests on a inhouse built application. This application can be accesed through CITRIX terminal server. How can I connect to this server via QTP and access the application.Is there any Latest Answer : QTP 9.2 captures citrix keys.... U need to double click it...~Harsha ... Read Answers (2) | Asked by : Swapna Tags : Citrix Latest Answer : A Test Script can have multiple actions and each actions can access multiple functions. A function usually will be limited to processing a calculation or perfrom a small series of operations before returing some value for further manipulation. You would ... Read Answers (1) | Asked by : G. Aruna Kumar Difference between library files and reusable functions in QTP? What is the purpose of each? Explain Difference between library files and reusable functions in QTP? What is the purpose of each? Explain with an example.
In a project under what circumstances we use library files and in what circumstances we use reusable functions in a particular project. How to call functions in test case when they are decleared within library under a class defination? Read Answers (1) | Asked by : jadhav pandharinath how we can return a value from a function in qtp Latest Answer : Suppose if we write a function as follows:Public function Sum (parameter1,.......)a = 10b = 10c = a + bmsgbox cSum = cEnd FunctionAlways one thing make sure that whatever the value you return, for ex, c, should point to the function name. In this case, ... What are Private Functions in QTP? How they can be called from the function library? Latest Answer : Private functions means which are specific to your application, ex: Login to your app, you can call them in 2 ways1. By using the statement Executefile "c:fucntions.vbs"2. By adding ur function library at the "Test Settings->Resources->Libraries" ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||