Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Declare a variable in QTP within the QTP forums, part of the Software Testing category; What are mostly frequently used functions in QTP? What are the user defined functions in QTP? What is the meaning of TOOLTIPS? In How many ways we can declare a ...
|
|||||||
|
|||
|
Declare a variable in QTP
What are mostly frequently used functions in QTP?
What are the user defined functions in QTP? What is the meaning of TOOLTIPS? In How many ways we can declare a variable in QTP? Question asked by visitor dileep |
| Sponsored Links |
|
|||
|
Re: Declare a variable in QTP
Hi, what are mostly frequently used functions in qtp? could not understad what actually you are asking. what are the user defined functions in qtp? [color="blue"]user defined functions are basically those functions that are wrriten using microsoft vb scripting language and can be reused by calling within qtp script.[/color] what is the meaning of tooltips? :d tooltips is basically is a text that is displayed when you mouse over to some object in the application. in how many ways we can declare a variable in qtp? we can declare variable using dim statement. Same logic applies as in vb scripting language. I would suggesst you to study vb script language manual particluar variable declartion part. by cps
|
|
|||
|
Hi Dileep,
Whatever cps has said is very true. It is kind of difficult to say what are the most frequently used functions in QTP. It basically would depend on the kind of process / navigational flow of the Application under Test. User-defined functions would either qualify as .VBS files or VBScript functions or functions written by user apart from the in-built functions of QTP. For Instance, instead of using wait() or Delay(), incase user creates his own function - Wait_for_Object(ObjectName) Cheers..... |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to declare Global variables in QTP by using vb script? | Geek_Guest | QTP | 1 | 08-28-2008 11:13 AM |
| How to declare variables in SP? | bharathi_ark | SQL Server | 4 | 10-01-2007 07:38 AM |
| how to declare structure dynamically | san81 | C and C++ | 0 | 10-01-2007 06:49 AM |
| I would like to declare the log variable for class B | archanadadhich | Java | 1 | 08-30-2007 06:21 AM |
| Normal Variable and the Comp-3 Variable in Cobol | Geek_Guest | MainFrame | 0 | 07-04-2007 08:47 PM |