How can the functions inside DLL be called from QTP?
i mean How can i use those functions(Inside DLL) in QTP
Answer / jay prakash
This part is a two step process…
Declare the method using Extern.Declare
Example
Extern.Declare
micHwnd, “FindWindow”, “user32.dll”, “FindSomeWindow”,
micString, micString
Here:
micHwnd -the data type of value returned by method
FindWindow -the user supplied procedure name. You can set
it to anything as long as it’s a valid syntax.
user32.dll -the DLL from where you wish to call the method
FindWindowA -The actual method name inside the DLL
Last two are the data types of the arguments that will be
passed to the procedure
| Is This Answer Correct ? | 4 Yes | 1 No |
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
hi nani my doubt is how does qtp process metrix related to software process.
how can we know the program is testing by multiple test data in data driven frame work?
what is database check point, how will you parameterize the database from seperate data table?
what is the main process in QTP?
How to open an application through scripting?
How many types of recording modes in the qtp?
what is the difference between DATA TABLE and DATA SET?
h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.
How to change the screen name while running the test.
What are the common defects found in your project? (in qtp interview)