Answer Posted / ravichandranath
Setroproperty.
using this we can add dynamic objects in object repository
bye
ravichandranath
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
if our qtp vb Script may be Currepted then What we want do?
Are Shared ORs read-only?
How many types of Automation frameworks are there in UFT? Describe them.
What is object spy in quicktest professional?
Where can I find and view run-time data table?
What are the technics follow in writing VB script?
What are the two types of repositories available, explain them?
Give the syntax to import/export xls into 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.
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Can the user toggle between using Local OR and shared OR for the same action?
Is it possible to merge two object repository files in qtp?
What are the differences between quicktest professional and winrunner?
Explain how to use QTP to check broken links on a page?
Difference between test object and run time object?