For what purpose to we use object repository in a
application?also explain usage of obj.repository?
Answer Posted / radhika
Whenever the user records the script, the objects logical
names are stored in Object Repository,
When the script called for playback then according to the
script if object is identified in the object repository it
runs the script. If any object is missing in the
object repository then the script fails to playback.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is the parameterization? Give one example?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to check feasibility of the appliction?in automation testing?
How to get the particular property value?
What is the extension of the recovery scenario file in qtp?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
what is meant by source control?
Write a QTP script to enter a keyword in to Google search engine?
How to use Environment parameterization? Explain with an example.
How do you capture tooltip using 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 processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?