Forum Moderators: phranque

Message Too Old, No Replies

web test automation tool

web automation

         

marcq

2:09 pm on Jun 5, 2003 (gmt 0)



Hi all,

I want to develop a tool like winrunner, that can help testers automate their testing steps.

The first hurdle i'm facing is this:
Using DOM and VB, I'm able to see all the fields present in any web page.
I want this to happen:
When i move my mouse over a field, I want that field to be highlighted with a box drawn around it and the details of that field in my application's text box. The problem is, i don't know how to capture the mouse events that occur when I move my mouse over these fields.
This is something like the Spy++ program available in VC++. Only that, this is for web pages.

Please help me in this regard.

with warm regards,
marcq.

Yoeri

2:01 pm on Jun 6, 2003 (gmt 0)

10+ Year Member



I know an article that handles this kind of probs ...

It shows you how to catch a mouseclick event on a webpage hosted in a webbrowser control ... it is in VB.Net

I'll send you the link ...