Answer Posted / b.venkateshwar
we can add runtime parameter to data sheet as follows
syntax:
Datatable.Gtglobalsheet.Addparameter("parameter name" ,
value)
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a script to verify font style and color of a windows object using descriptive programming
Write a script to customize the test results in PDF and HTML format.
Explain qtp(quick test professional)?
What is the process of synchronizing qtp and aut?
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
How to export quicktest professional (qtp) results to an .xls file?
How do you test DLL files using automation Tool QTP?
How to use setroproperty?
What does mean by Scope of Automation?n How we defined it?
How to get Traceability matrix from TD?
when u script reveiwing in which area u more concentrates?
What is the synchronization point in qtp?
explain how to write vb script in qtp?when will you write own script?
What is throw Object?
How to handle dynamic objects in quicktest professional?