in reply to validating the error message

Do you really think we will make an effort to help you do your day job?

You could at least show some respect towards us in showing what you've done so far, what the environment is in which you need to achieve your goal, what modules you are using, where the <span> element comes from and so on.

Replies are listed 'Best First'.
Re^2: validating the error message
by mld (Acolyte) on Apr 17, 2009 at 10:23 UTC

    I am trying to automate the web application. I am using Win32::IEAutomation. For accessing the textBox and other controls

    But I dont know to access the title of span to validate the error message.Because the application is designed in such a way that an error icon is displayed beside the respective field and error message displayed as tool tip of the error icon.

      I guess it's time you learn about HTML, how to retrieve it from Internet Explorer and how to look through it. I guess that's part of your job.