Answer Posted / raju
it is Just like a Global variable related to Programming.
the Tester can use the Environment variable value in all
the actions just by specifying the name of the variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What are the Test design techniques you uses in ur project?
What is the quicktest professional testing process?
Where we use data driver in qtp?
How to add verification steps to tests?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
How to do call a output parameter from one action to another action??/
How you know that a test case is a regression test case
What is Test Fusion Report in QTP?
What is checkpoints for quicktest professional?
What is a quick test professional?
Is the qtp course will help to create a virtual object?
What are the general steps involved in the data driven framework?
How to Test the mainframe application?
How to connect to a database?