How can I pass values from one action to another in QTP ?

Answer Posted / deepa

Through action input parameter

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP

1543


Hybrid framework supports Descriptive programming. Is it true?

651


How do you send email with attachment from outlook using qtp ?

563


what is the difference between development and testing

2390


Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

1637






What is use of object spy?

613


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1399


What is keyword view?

566


How can you give wait up to 10 seconds in qtp?

588


How many types of actions are there in quicktest professional (qtp)?

536


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

1415


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1519


What are the types of object repository in qtp?

569


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2573


What is text check point and text area check point?

610