Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Table check point.
#3
Solved: 10 Years, 10 Months, 1 Week ago
Hi Preetha,

The best way to handel this would be dont use table checkpoint rather use combination If Else and For Next as below,

For Ex:
Code:
rowcount=Browser().Page().Frame().WebTable().GetRowCount
colcount=Browser().Page().Frame().WebTable().GetColumnCount

For i=1 to rowcount
For j=1 to colcount
arr=Browser().Page().Frame().WebTable().GetCellData(rowcount,colcount)
If arr=expectedvalue then
Reporter.reportevent micPass,"",""
Else
Reporter.reportevent micFail,"",""
End If

Regards,
Raghav
Reply


Messages In This Thread
Table check point. - by Bala Preetha33 - 05-18-2010, 07:11 AM
RE: Table check point. - by basanth27 - 05-18-2010, 07:51 AM
RE: Table check point. - by raghavendra.hosur - 05-18-2010, 11:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  To check table is sortable or not. Zalavadia86 0 1,115 10-13-2016, 06:48 PM
Last Post: Zalavadia86
  QTP standard check point Error? Ramadas 0 2,178 10-31-2013, 01:23 PM
Last Post: Ramadas
  Synchronization point vasanthibv@gmail.com 2 3,376 08-08-2012, 05:54 PM
Last Post: pradeep singh
  Synchronization point vasanthibv@gmail.com 2 2,984 08-07-2012, 03:26 PM
Last Post: Tarik Sheth
  synchronization point balatester 4 17,561 01-18-2012, 02:57 PM
Last Post: zeeshanyshaikh

Forum Jump:


Users browsing this thread: 3 Guest(s)