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
How to remove the associated function library?
What is keyword driven framework?
What is the difference between local and shared object repository in qtp?
What is file database?
How to customize checkpoints with parameters?
can u please explain what is the exact difference between qtp8.2 and 9.0
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
how to prepared for first for the first interview?
What is parameter in qtp?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How many types of parameters are available in quicktest professional (qtp)?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What is qtp window?
wht type of User defined functions or Java Releated functions Do we write in VB scripting