Posts: 6
Threads: 3
Joined: Jun 2009
Reputation:
0
06-15-2009, 08:58 PM
Hi,
Any one please let me know how to use Wrapper Functions in QTP 9.2?
This is an urgent one.
thanks,
Raja
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
06-15-2009, 09:36 PM
hmmm... it will be good if you can write your queries without the word "urgent" in them.
Coming back to your question, first let us know what do you mean by wrapper functions?
Posts: 6
Threads: 3
Joined: Jun 2009
Reputation:
0
06-16-2009, 10:09 PM
A Function which is defined inside of another function is called wrapper function.
Parent function is called the wrapper for the child function.
My Page contains "n" number of objects that are dynamic. I dont know the objects which are currently available in the application. It is purely depends on the application type what Test Data has.
For example : If first row in my Test Data having value for a WinEdit object called called "City" then it is sure that this object is available in application.
If Second row in my Test Data doesn't have value for
"City" then the object should not be in application.