some times we write user define functions.where we write
main and sub program,how,where to insert the functions in
qtp?
Answer Posted / chengaiah
user defined functions can write in function library in qtp
or we can take note pad ,develop functions and save with any
one extension txt or vbs of q fl and associate navigation:
file--->settings---->resources--->Browse the path of
funciton library and call the function in the main test of QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is debugging? How you debug your script?
How to add verification steps to tests?
how to convert 100 into hundred repees only and viceversa
Thanks....But can u tell me how i use the QTP for GIS with one Example...
what is the advantages and disadvantages of using functions instead of re usable actions
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is the syntax to call one script from another?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
can anyone tell me from where i can download qtp demo or crack version
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How will you declare a variable in qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
how to test load test and block box testing an a web based application pls give ans briefly
Write a script to verify font style and color of a windows object using descriptive programming