what is Function Definition Generator? can any one explain
me in details?
Answers were Sorted based on User's Feedback
Answer / aparna
This is correct answer than previously given by me
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 also
use the Function Definition Generator to register a
function to a test object. You fill in the required
information and the Function Definition Generator creates
the basic function definition for you. You can then copy
the definition to a library file and associate it with your
test or component, or you can copy the definition directly
to a test script in the Expert View. You can complete the
function by adding its content (code).
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / aparna
FDG is a tool provided by QTP which generates the function
definition in vbscript format.After that u need to write
the logic what to do in the vbscript
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / abhesheke
hey "kamakshi" thanks for u answer could u give me a
details explanation i am not able to get u plz..........
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / sekhar
Function definition generator :
it is used to know all bulit in functions in QTP
and help to write VB script for unknow objects.
we can define the objects in QTP we can store
these objects in some ware, we can call these objects as
our require ments, because of these what ever objects we
are using those objects not necessary to store it in object
repository.
sekhar
| Is This Answer Correct ? | 1 Yes | 5 No |
User defined function in QTP
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Excepton Handling?
What is standalone database?
3 differences between QTP & Winrunner?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
in real time when we are creating the script by default it is going to save in action object repository or not any way my question is in one of my interviewer said that in real time the default object repository is action object repository and by using quick test plus they are going to merge is it correct i said that by selecting the object repository as shared one in selecting the test>>settings>>resources but she is not convinced what is the correct one
How can we count the no of rows are available in a data table ?
after initiating one project for testing, when exacltly QTP tester role starts?
What is a Run-Time Data Table? Where can I find and view this table?