The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-22-2007
gurukottur gurukottur is offline
Registered User
  
 

Join Date: Apr 2006
Posts: 40
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