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
what are all the fileds present in object repository?
What is system testing and what are the different types of tests you perform in system testing?
What are the factors on which script execution time is dependent?
How to find operating system information using the qtp script?
How to use descriptive programming?
Can we Test Welcome Screens and Process Images with QTP
can i compare two databases using QTP ?
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
What is an expert view and keyword view?
what is the hierarchy to use properties in descriptive programming
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Explain the difference between call to action and copy action?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How does quicktest professional (qtp) identifies the object in the application?