Jump to content

can we take data from XML/xcel file as script i/p


Recommended Posts

1) does AutoIT support the 'verification' part of

the automated scenarios.

Suppose if we add a new file share by our script,

can we write code for checking whether the share

really got created or not?

2) can we take inputs from a XML or excel file

(.csv etc) , if so how ?

Thanks

Link to comment
Share on other sites

1) does AutoIT support the 'verification' part of

can we write code for checking whether the share

really got created or not?

"AutoIT" does not, but your properly written Au3 script can error check to its heart's content.

2) can we take inputs from a XML or  excel file

(.csv etc) , if so how ?

RTFM, File*()

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Link to comment
Share on other sites

1) does AutoIT support the 'verification' part of

the automated scenarios.

Suppose if we add a new file share by our script,

can we write code for checking whether the share

really got created or not?

 

2) can we take inputs from a XML or  excel file

(.csv etc) , if so how ?

 

Thanks

<{POST_SNAPBACK}>

I started once with an attempt parsing the Microsoft's MSSECURE.XML from within AutoIt3, using COM extensions.

Attached is an example script. It requires the AutoIt beta 3.1.1.x version to run.

Regards,

-Sven

parsexml.au3

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...