Does we use Classes and methods in realtime..?How wud we
access methods in a class..?Thanq Guys..!
Answer Posted / rayudu
Shell we add Classes in the Function library?
Else where should we store classes?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is system testing and what are the different types of tests you perform in system testing?
How to analyzing test results using quicktest professional (qtp)?
How do you create new test sets in td?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is throw object?
How to capture all the data of a webtable, weblist and combolist using QTP?
How to associate function library at a run time?
What is a checkpoint? How many check points are there in qtp?
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 is the diffrence bw qtp architectute and qtp framework?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
how to find that tools work well with your existing system?
What is action split and the purpose of using this in qtp?