Answer Posted / pravati
if a new object is found in application u should add the object in shared object repository,drop nd drag the new object in function library script, or if a modification can found in object property then add or modify the object property in object repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain different recording modes?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How to handle the exceptions using recovery secnario manager in quicktest professional?
What are the different types of checkpoints?
What are the types of environment variables in qtp?
Why to use descriptive programming?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How does qtp identify the object in the application?
What is test object model in quicktest professional?
How do you send email with attachment from outlook using qtp ?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Explain different type of event trigger option.
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
how to convert 100 into hundred repees only and viceversa
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.