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
Why are my checkboxes not being set from on to off?
What is the difference between mvg applet and a pick applet?
If my ip address seems to be wrong, how can that be?
What is dynamic sql in pl sql?
Dear sirs, pls check this 4-20ma to RS485 module datasheet,pls guve me some suggestions. http://www.szsunyuan.com/sy/pro_more.asp?Productid=539 Thanks. E-mail:yunianjiang99@gmail.com
Define a complete binary tree?
What is the difference between window.onload and ondocumentready?
Explain how can we measure the performance of an ip link?
what is the voltage regulation for unity and zero power factor?
Why do we need a system alias if gw_core and iw_bep components are installed on the same abap system?
What are the types of css selectors?
As a project manager, you're responsible for maintaining and ensuring integrity for all of the following except: A. Personal integrity of others B. Project management process C. Personal integrity D. Product integrity
What is system r?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard