Automated interaction with a an AJAX UI

M

maui

Hi all,

One of our vendors provides an ASP service that uses an AJAXian UI.
However, many of the operations we commonly perform are repetitive and
are ripe for automation. I've developed a prototype automation tool
that uses Perl's WWW::Mechanize to simulate transactions. The problem
is WWW::Mechanize doesn't support javascript so I've ended up writing
all sorts of code the greps thru these HTML pages for window.open()
calls and pulls out URLs to call.

Obviously, this technique is limited and very brittle. I'd prefer to
have a system the deals with this type of UI with less code on our
part. Does anyone have experience with automation of these types of
systems? What tool sets do you use?

Thanks,

Mark
 
J

Jim Ley

Obviously, this technique is limited and very brittle. I'd prefer to
have a system the deals with this type of UI with less code on our
part. Does anyone have experience with automation of these types of
systems? What tool sets do you use?

browsers, I generally automate Internet Explorer.

Jim.
 
M

maui

Hi Jim,

How do you do that? Are you using ie COM objects or some other tool?

Thanks,

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,688
Members
48,796
Latest member
Greg L.

Latest Threads

Top