What r the different filters in defect in quality center
No Answer is Posted For this Question
Be the First to Post Answer
in qtp wha t is synchronisatin pt,what is the maximam time out
i'm using QTP 8.2, How should i select(browse) object repository from desktop(or from local local drives like C:\,D:\)?. Note:- object repository to select(browse) is been sent by some other person who is using QTP 9.0
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 run the script If QTP tool not identify object in web page
what is ODC and GDC?
Tell about descriptive programing in qtp8.2?
What In-string function will do?
Explain the types of object repositorys in qtp?
what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz
Mention what are the different types of recording modes in qtp? Which will be used when?
How to export QTP results to an ".xls" file?
What is method name to compare two XML files.