What all challenges you have faced during automation and
how you have resolved it?
Answer Posted / manohar
as a automation test engineer,most of the times we get object
recognition problem. In our applications some pages having
dynamic objects(we can handling using DP). Some pages having
Custom objects (we can change custom to standard using virtual
objecct concept).
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Hybrid framework supports Descriptive programming. Is it true?
How to use the object spy in quicktest professional (qtp) 8.0 version?
what is review
how will you check how many members visited the website www.infosys.com?
How do you create new test sets in td?
Plz Explain AUTOMATION REFERENCE MODEL?
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
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?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What are the Test design techniques you uses in ur project?
tell me QTP standards ?plz
How to build scripts that access data from external sources?
In qtp, how you can use xpath to identify objects?
Suppose I want fail that check point? How can you do that?