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 |
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
what is diffrense between action and function
if full in Object Repostoiory then how to load other Object Repository
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
how do we add a new sheet to data table in QTP?
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
How to save your test using quicktest professional?
Hello friends..... On which areas of an application we can not test with QTP
0 Answers Thatavarti Technologies,
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
10 Answers Aspire, MNC, Omega,
what is difference between Mandatrary proparties and Assistive proparties? Explain