In Webtable New rows getting added, we have select the name as Sandeep ,If name column is sandeep then need to check the checkbox ,we don't know the rows and columns ,Can anyone please tell me the answer.
Answer Posted / pushkar1206
Set obj=description.Create
obj("micclass").value="webcheckbox"
Set obj2=browser("Browser").Page("Page").childobjects(obj)
rw=browser("Browser").Page("Page").WebTable("Table 1").RowCount
For j=1 to rw
b=browser("Browser").Page("Page").WebTable("Table 1").GetCellData(j,3)
If b="N" Then
obj2(j).set "ON"
End If
next
3= Sandeep column number
try this and let me know. thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how qtp identifies object?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Explain runtime dynamic settings?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
what is profile tool?
Explain how Selenium is different from UFT?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
How many types of recording modes in the qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Difference between test object and run time object?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Explain types of descriptive programming?
How may types of defects identify application or your currently working application?pls give me answer..