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 |
Brief the process of testing with UFT?
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
Tell me Three major differences between QTP & Winrunner?
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
How to connect to a database?
How to check the URL using Automation tool QTP
How many ways we can parameterize data in QTP?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
is it possible to add sheets to excel at runtime
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how