Answer Posted / charan
syntax for function
fun <fun name>(arg1,arg2)
<statements>
end
for example if u want to call mul(3,6)
call mul(3,6)
function mul(a,b)
mul=a*b
end
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
What are main panes available in qtp test browser?
Explain the concept of object repository?
what is object and child object.. explain ..if possible give some example for better understanding ..
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How can I import environment from a file on disk?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Explain the check points in quicktest professional (qtp)?
How to handle the exceptions using the recovery scenario manager in qtp?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How can you handle exceptions in qtp?
What is Distributed testing? How does UFT support it?