in reply to Re: execution status of gotoURL in Win32::IEAutomation
in thread execution status of gotoURL in Win32::IEAutomation

AMonk,

Thanks for your reply and $nowait option. My problem is I am trying to prepare a report of my test case execution using Test::More.

when I try to use is() function of Test::More is($ie->getButton('id:',"<value>"), 0, $test_name);

I get the result as

failed test.

got: ''

expected:0

How do I fix the above issue.
  • Comment on Re^2: execution status of gotoURL in Win32::IEAutomation

Replies are listed 'Best First'.
Re^3: execution status of gotoURL in Win32::IEAutomation
by Anonymous Monk on Nov 23, 2007 at 07:21 UTC
    expect "" instead of 0?