What do you do if QTP doesn't recognize object ,what action
should be taken

Answer Posted / mns

Steps to handle the non recognised(Or Custom objects) objects
1. Load proper AddIn(for example load web addin to recognise the HTML objects )
2. If then also not recognised, Class mapping (to closet class)

3. If then also not, then try writting some test(wrapper dlls) API's

4. Other wise go for low level recording or mapping to virtual object, but it's not reliable method. Smart identification will be handy only if objects are getting recognised.

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between call to action and copy action?

524


how to write xml output check point bu useing descriptive programing .means without useing output check point

1654


what is the mail use of frame work(with detail). architecture for keyword driven frame work

1424


Suggest and Define a solution for an application whose objects are not recognized by UFT?

676


What are the disadvantages of recording test cases in qtp?

597






how to test use the quality control .how to verify the image verification

2548


what is meant by source control?

1698


An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

576


If the objects hierarchy is changing from build to build, then how you will handle that condition?

621


Explain the features of quick test pro(qtp)?

581


What is quicktest professional (qtp)?

567


What are the different attribute used with regular expression?

537


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

1607


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

2576


What is Distributed testing? How does UFT support it?

609