Micro Focus QTP (UFT) Forums
Working with QTP 10 on Janus web grid. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Working with QTP 10 on Janus web grid. (/Thread-Working-with-QTP-10-on-Janus-web-grid)



Working with QTP 10 on Janus web grid. - RandomUser - 08-17-2010

Hi, we are using QTP 10 to automate a web grid generated by janus and we have some problems with it

when clicking on each cell in the table we have a textbox with data
when we use the record we see that it records the clicking on the cell [as webTable] and then it recognizes the textbox [as webEdit] and sets data inside.
we can't recognize each with the object repository and we have to find some other way to recognize the webEdit's and to set values inside them.

I tried t o use description and identifying after clicking on the cell but it didn't work.
any one ever had something like this and knows how to handle it? we ran are out of ideas :\