What is object & properties (in QTP)
Answer Posted / baskar palani
Object:
Ok button is an object.
Properties:
Label,class,enable,visible is the some of the properties of
an OK button.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
If I change the property value at runtime is it effect is object repository?
Which recording modes need more memory?
if numbers are always changing write a script for that
tell me QTP standards ?plz
What is method name to compare two XML files.
How do we analyze the checkpoint results?
How to analyzing test results using quicktest professional (qtp)?
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.
What are the steps involved in the recovery scenario wizard?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What is quick test pro? What is a quick test professional?
What is qtpro? What is quick test pro?
what is review
write script for bitmap image?