ranjit Posted May 16, 2005 Posted May 16, 2005 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
flyingboz Posted May 16, 2005 Posted May 16, 2005 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.
SvenP Posted May 16, 2005 Posted May 16, 2005 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,-Svenparsexml.au3
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now