can a Function return more than one value..??? if so please
give me the code for that.
Answer Posted / uday kumar _ anem
Another way to handle more than one return value is using
arrays and also use global variables.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is Cross browser testing? Does UFT support it?
Hi, how can we check or avoid the memory leakage in QTP9.2?
How to capture a window in QTP?
How would you directly trigger javascript in a test?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Tell some commonly used Excel VBA functions?
How may types of defects identify application or your currently working application?pls give me answer..
What are the types of data tables in qtp?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What is the difference between Keyword Driven test and Data Driven test?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is the file extension of the code file in qtp?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Is it possible to change the property value at runtime? How it is possible?