How the objecs properties are identified?Tell me in
Hierarchical order?
Answer Posted / dhanu
(1)Mandatory Properties (title, Enable, Focused)
(2)Assistive Properties (Windowid, Progid, Window Title)
(3)Ordinal identifier ( Index, Location, Creation Time)
(4)Smart Identifier(Base filter properties, optional Filter
properties)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what function you write to do database testing with the help of qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
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 are the challenges you have faced while testing web based application using the automation tools ?
Shall we add Local Repository to shared object repository,if yes,how we add
could any help me please, how to work on visual foxpro application using UFT
What is the use of text output value in quicktest professional (qtp)?
If I change the object name in one action will it be updated in all the actions? Or not?
Where to use function or action?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How smart identification works in qtp ?
How to remove the associated function library?
What is the purpose of loading qtp add-ins?
How many types of recording modes in the qtp?
What is qtpro? What is a quick test professional?