How do you return a value for an array.
Answer / sandeep
If you want to return ARRAY from function then simple trick
is
functioname = name_of_array
This statement will force function to return array.
Array may be of any size.
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .
what is the extension for the test version of the script?
How to creating an output value using quicktest professional (qtp)?
what are the cases in which we use XML and accessibility check points.
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
Diff b/w test scenario's and test Procedures?
How to find the number the number of Links, Brolken Links in a webpage?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
What is TOM in QTP?
how and what kind of vb functions do us ein QTP?
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
i have 100 manual test cases, how to automate from no 1. ols detail steps