Jump to content

How to write autoIT scripts using eclipse


dinbhat
 Share

Recommended Posts

Hi,

I want to write the autoIT scripts using Java and write the same with the help of Eclipse. My ultimate goal is to add this autoIT script in testng.xml and run along with other selenium tests.

Can you please help me with steps to write autoIT scripts in java using Eclipse?

Thanks,

Dinesh

Link to comment
Share on other sites

 

Can you please help me with steps to write autoIT scripts in java using Eclipse?

 

?

class WriteAutoIt {
    public static void main(String[] args) {
        System.out.println("msgbox(16, \"error\", \"AutoIt code written in Java - exiting.\")");
    }
}

:thumbsup:

Edited by SadBunny

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...