Answer Posted / kotike
we can make arguments optional by using "Optional" keyword
ex: fucntion fun_name(a,b,optional c)
end function
Regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to interact tool & application build in QTP?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
can i compare two databases using QTP ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
To which environments does quicktest professional supports?
Output values? i want a practical example
To which environments does quicktest professional (qtp) supports?
How do you perform Regreession Testing?
what is profile tool?
How many scripts did you have?
How do we handle run-time errors?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How smart identification works in qtp ?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?