How to return a value from a fn, if it has more than one value
how to return
Answer Posted / kishan
dim arr(4) 'declare the array if necessary
function myfunction()
....
....
....
myfunction=arr 'here arr is an array
end function
Point to Remember:
1. store req values in a array and assign that array to
function name (or)
2. Concatenate all the multiple values and assign it to
function name
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can test automation improve test effectiveness?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What is synchronization? What are the ways you can synchronize?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
Explain the types of properties that quick test learns while recording?
how to do the batch testing in test director using manual testing procedure?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
How to find the name of the machine where you are running your automation scripts in qtp?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
what is the structure for the data driven framework
Does QTP run in any environment?
what is output value in QTP and how it can be used in automation testing
What is difference between shared and local object repository?
What is the process of synchronizing qtp and aut?
Where can I find and view run-time data table?