Can we call a parameter from an action to other action?

Answer Posted / joshua

S of sourse we can send by parameterising the input and
output parameters from the action propperties window...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i call function (which has link with excell sheet at a remote location) within another function

1579


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3062


i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji

1582


how do i know how to use tools

1458


Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.

1525






How to handle dynamic objects in quicktest professional (qtp)?

550


How may types of defects identify application or your currently working application?pls give me answer..

1517


To which environments does quicktest professional (qtp) supports?

593


Mention what are the different types of recording modes in qtp? Which will be used when?

564


I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.

1729


How do I get the QTP scripts result in xml format by using vb script function?

1789


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618


what is error and fault in terms of software quality?

1511


In qtp is it possible to check broken links of a page?

591


How to associate shared object repository to test in qtp?

510