In QTP whether is it possible to call a function from one
action to another action?
Answer / sandeep
Do more simple thing.
Store any function in any .vbs file.
Either link that .vbs file as a Resouce to QTP.
Or
Dynamically link .vbs file with QTP usign
ExecuteFile <file path >
Once either of the step is done then you can call any
function stored in .vbs file
| Is This Answer Correct ? | 2 Yes | 2 No |
What is iteration?
I have 3 browsers i want to give facebook url in 2 nd browser using qtp
Can you tell me any books or websites to learn VB Script for QTP ??
what is the extension for QTP files?
16 Answers American Solutions,
what is the abbrivation of .mtr in action reposirtory?
whai is meant by automation testing?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
how qtp identifies objects of application.
.qfl extension for which file? where vl use it
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
what is run action?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail