How will u find that how many List boxes( and check boxes)
are present in one particular window
Answer Posted / venkatesh
Set oPageObject = Browser("browsername").Page
("pagename").Object
Set oTableObject = oPageObject.getElementsByTagName
("list")
iTotalTbl = oTableObject.length
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How to handle Java tree in QTP?
What is action? How many types of actions are there in qtp?
How to create scenario selector
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is the difference in the global and action sheet in qtp?
Do you know how to connect database? Can you tell me the procedures?
How to create runtime property for an object?
write a script to verify the image path(src property) of the images which are in web pages.
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
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.
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Explain the concept of object repository and how quicktest professional recognises objects?