execution status of gotoURL in Win32::IEAutomation

Hi,

I am using Win32::IEAutomation module to automate my Web based application.

I am trying to prepare a report for the test cases I automated.

The problem is I am unable to get the execution status of the commands gotoURL, getButton .... to know if my button click or url redirection is successful or not.

I tried putting the command in an if loop, but still am unsuccessful as getButton doesn't return o or 1 it returns null ' '.

Please help me how do I achieve this.

Regards,
Guru

  1. what platform?

  2. what web server?

  3. what programming language?

Perl

I am writing a perl script to automate my web pages.