Types of properties that Quick Test learns while recording?
Answer Posted / ramyab.mca@gmail.com
Hai....
(a) Mandatory (b) Assistive .
In addition to recording the mandatory and assistive
properties specified in the Object Identification dialog
box, QuickTest can also record a backup ordinal identifier
for each test object. The ordinal identifier assigns the
object a numerical value that indicates its order relative
to other objects with an otherwise identical description
(objects that have the same values for all properties
specified in the mandatory and assistive property lists).
This ordered value enables QuickTest to create a unique
description when the mandatory and assistive properties are
not sufficient to do so.
K,Byeeee.
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How to creating an output value using quicktest professional (qtp)?
what are all the fileds present in object repository?
regular expression in qtp standar check point for months from accepting months from january to december only
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
What is contained in the object repository?
Explain the concept of object repository?
give me an example where u used good judgement and logic in solving a problem
what is stepin & stepout?
Explain how Selenium is different from UFT?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Explain about the quicktest professional (qtp) automation object model?
how can we compare descriptive programing with a regular expression
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api