In QTP how to interact tool and application build?

Answer Posted / satish

Actually the objects in the application are identified by
the interaction of "Add-ins". Then only the objects get
stored in OR. So the ideal answer is Add-ins interact with
application and identifies the objects. Object repositry
helps while running the script.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script

1418


How is the Bitmap checkpoint different from Image checkpoint?

625


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

650


What is Associate Repository in QTP 9.2 ?

603


How to find array size in qtp?

585






How to call a test from another test?

682


How to handle the exceptions using recovery secnario manager in quicktest professional?

639


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1399


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

1946


What is Unicode Compatibility?

1453


When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.

1627


How can you give wait up to 10 seconds in qtp?

588


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

2573


how to test Web application using QTP software

1332


what is the difference between data driver & data driven and driver script?

2139