How function returns a value?
Answer / sandeep
Simple
nearly at the end of function write statment
functionname = Value of variable you want to return.
If this is single value then only one value is returned.
If value of variable is an ARRAY then entire array is
returned.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between Class and MicClass
How to see the screens after running test in QTP?
what is difference between analog and low level recording
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
Explain the types of properties that quick test learns while recording?
Pls answer this: What is the difference between a subroutine and a function? A. A subroutine can call itself; a function cannot B. A function returns a value; a subroutine cannot C. A function can accept arguments; a subroutine cannot. D. A subroutine can call other procedures; a function cannot.
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
what are recovery management techiniques?
how to acess a test in RSA?
What is the main differece between QTP 9.0 and 9.2