WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Answer Posted / umasankar
QuickTest provides a Function Definition Generator, which
enables you to generate definitions for new user-defined
functions and add header information to them. You can then
register these functions to a test object, if needed. You
fill in the required information and the Function
Definition Generator creates the basic function definition
for you. After you define the function definition, you can
insert the definition in your function library and
associate it with your test, or you can insert the
definition directly in a test script in the Expert View.
Finally, you complete the function by adding its content
(code).
If you insert the function directly in the Expert View, the
test will be able to access the function anywhere within
the specific action.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
images are dynamically changes how to compare two images with out using the bitmap
Explain how you can replace string in qtp?
What are the two types of repositories available, explain them?
What are benefits of qtp?
What is the quicktest professional (qtp) testing process?
What is quick test pro? What is a quick test professional?
Explain how Selenium is different from UFT?
what are the utilities and drivers
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What are the types of properties that quick test learns while recording?
How to use the object spy in quicktest professional (qtp) 8.0 version?
how to do the batch testing in test director using manual testing procedure?
What is the syntax to call one action in another?
If the objects hierarchy is changing from build to build, then how you will handle that condition?