Hi cud you plz answer my question..
what is the size of Object Repository?
Answer Posted / subhan
the size of the object repository is 20.0kb
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Hi How to retrieve data from web element line by line?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What are the different types of action?
what is the diffrence bw qtp architectute and qtp framework?
What is the default add-ins in qtp?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
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 save your test using quicktest professional?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How can i check items sorted or not in a weblist ? Give me the script for this...
Why do we use breakpoints in QTP?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework