Answer Posted / prabhakar
msgbox "returned value =" &example
function example()
a=2
b=3
example = a+b
end function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which scripting language used by quicktest professional?
What is the recovery scenario in qtp?
How to associate shared object repository to test in qtp?
What is test object model in quicktest professional (qtp)?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
Differentiate the type of test cases which can be automated and which cannot be automated?
Suppose I want fail that check point? How can you do that?
How you can make an action as re-usable action?
How to write business scripts using object repository with different scenarios
How can i check items sorted or not in a weblist ? Give me the script for this...
What is system testing and what are the different types of tests you perform in system testing?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
what is the difference btn risks & Therads in the Test plan documentation?
What are benefits of qtp?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain