Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capturing a value in a webtable
#2
Not Solved
Hi EK21,

1. As documentary, you can write your code in any of IDE tools (should be Eclipse), then install LeanFT (it's comfortable with UFT 12.50) and call UFT execute your code.
Sorry, that just is my assumption because I still don't have plan to upgrade UFT 12.50

2. It may be:
Code:
Dim rows,cols,cells
cols = .Webtable("").GetROProperty("cols")
rows = .Webtable("").RowCount
For i = 0 to rows
For j = 0 to cols
  cells = .Webtable("").GetCellData(i,j)
  'do sth with cells value
Next
Next
Reply


Messages In This Thread
Capturing a value in a webtable - by EK21 - 08-20-2015, 04:14 AM
RE: Capturing a value in a webtable - by cuongtv - 08-20-2015, 01:43 PM
RE: Capturing a value in a webtable - by EK21 - 08-20-2015, 08:53 PM
RE: Capturing a value in a webtable - by EK21 - 08-21-2015, 01:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help in capturing the Calculator result using QTP 11 vishruth143 0 2,030 01-20-2015, 11:08 AM
Last Post: vishruth143
  How to mask the particular read only mode fields while capturing screenshot in QTP kalaivanan123 2 3,385 03-18-2014, 11:31 AM
Last Post: basanth27
  Capturing the exact time when an operation is performed. Dilliz 2 2,857 01-09-2014, 03:30 PM
Last Post: Dilliz
  Capturing value from data table kriday 5 4,350 10-31-2013, 05:41 PM
Last Post: ramkamal
  Capturing color in a webpage kriday 1 2,745 06-27-2013, 12:56 AM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)