guruk has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: execution status of gotoURL in Win32::IEAutomation
by Anonymous Monk on Nov 22, 2007 at 15:59 UTC | |
by Anonymous Monk on Nov 23, 2007 at 04:46 UTC | |
by Anonymous Monk on Nov 23, 2007 at 07:21 UTC |