How to call a function in QTP?Is there any method ?
Thanks ,
PRASANNA
Answers were Sorted based on User's Feedback
Answer / siva
there are twoways
call login( login is a function name) for this we have to
create a function in a notepad and we have to save it
with .vbs extension, then we have to go to settings-
resources-you the show he path of the vbs file) then it
will work perfect or else
executefile"pathof your vbs file"
ex: executefile"d:\\login"
i hopw you can understand
| Is This Answer Correct ? | 2 Yes | 0 No |
I want to learn Advanced QTP, suggest me the best faculty in Hyderabad
in a web table , i want you to click a particular object inside cell
what is the smart identification techniqu?what r the different mechanisums used in it?
we have 10 automation scripts. how to call them from one main script.
What is Virtual Object? Plz Explain me with an example?
How to export data present in Datatable to an ".xls" file?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Once we get the Test Result from QTP.,I Have to convert into Excel file format..Is it possible..Can any gudie me regarding this... For Example : Total Test Case is : XXXXX Test Case passed : XXX Test Case Failed : XXX -------- Total XXXXXX ---------
How many types of parameters are there?
How is a Step generator used in UFT?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?