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 |
WHY U CHOOSE TESTING FIELD?
Give me some real time point of way where exactly we can conduct audits?
What is data driver in qtp? Where we use it?
who is the best faculty in Hyderabad for QTP?
What is driver script and driver script in qtp frame work????
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
what is objectidentification?
How u call functions in QTP
can u put checpoints for moving images
what is the diff between Procedure and function