How do you return a value from a function
Answer / prabhakar
msgbox "returned value =" &example
function example()
a=2
b=3
example = a+b
end function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
how to upload an excel sheet to quality center?
Q) Please any body can help me how we can create descriptive programming if the application is not ready i.e we don't have unique property of object ? note:build not ready means we can't use object spy in build to get unique property .
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
Basically why we need testing?
Through array we can execute the testcase how ? give me example
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
How we test web based application by using QTP
How can we fill data in a text box without recording using object spy. Can you please provide the steps...