Hi i want to export the data from applicatioon to excel and
later i want to import and use it for my scripts hoe can i
do this?
Answer Posted / jay prakash
This can be done using Output Parameters.
Give it a try !!
Regards,
Jay Prakash
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is business process testing(bpt) in qtp?
Your roles and responsibilities and daily tasks? (As automation tester)
How qtp recognizes the object?
Is virtual object supported in low level recording mode?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
give me the code to save all messages of inbox of gmail into a folder and notepad
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
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
By using QTP can we record any log files written by the application which is in execution?
How is UFT 11.5 version different from UFT 12.0?
Explain advantages and disadvantages kdf?
Can we create a qtp test from qc?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Why do we use breakpoints in QTP?
How can you identify the browser and its information using QTP script?