How do we analyze the checkpoint results?
No Answer is Posted For this Question
Be the First to Post Answer
what is error and fault in terms of software quality?
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
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
In where you are keeping or maintaining shared object repository (file)in your appliction?
explain all the check point in QTP?
Explain different type of event trigger option.
wht type of User defined functions or Java Releated functions do we write in VB scripting
what is the use of Text output value in Qtp?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What is output value?
How we can add objects to the object repository during the running?is it possible or not?explain