How can we return a value from User Defined Function ? For
Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b)
and i am addding those 2 and storing in to another var (c).
Now i want to pass that var(c) to another function (fun2).
What will be the script?
Answer Posted / ramesh
Hi Ganesh/Krishna,
Can you try it out the below one.
function add(out c)
{
c=a+b
add(c)
}
dis=add(c)
function len(dis)
{
count=length(dis)
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Someone who protect my excel file, m using ms office 2007 and windows 7 operating system, pls help me, how can i unprotect sheet
If we add regular expressions to a script recorded in QTP, will it effect the performance of the script?
Need a batch file or VB script to delete old (more than 90datys) roaming profiles
In sap script, created 1 form but when its went to production system , client want some changes in 1 (ex - addrss) window, what we will do?
Difference between the SAP MDM vs IBM MDM in approach, the tools used , ease in handling/implementing.
why script is client dependant.
database acl level has manager access.his name is listed in author and Reader fields. but he didn't sea a documents what is the reason?
What is the procedure for installing USP-35 on my compure?
how can we move to the next column in excel sheet in file operation using descriptive programming inQTP?
How can you convert QTP 8.2 scripts to QTP 9.2. Please give some inputs ASAP.
why do u need an ANT?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Hi Guys, I am very new to QTP tool , In real time environment how to test the application with this tool, 1. How to load application in QTP tool 2. How to write test script in QTP. 3. In manual testing we test login box (user id , password) how can we test this kind of testing with QTP tool with examples . Please guys put some focus on my questions , real time ecperienced answers would be appreciate, advance thanks ,please guys i am expecting ur answers as soon as posible
how do invoke OS task through ANT?
I have installed QTP version 9.0. I have installed Mozilla firefox version 2.0. But QTP "Record and Run settings" in WEB tab shows FIREFOX 1.5 in drop down to run session begins. So QTP does not record anything which I type in firefox. How can i recognise firefox 2.0 and how can i update browser version in QTP?