ghigo Posted February 16, 2012 Share Posted February 16, 2012 Hi guys, Maybe my question sounds stupid but i'm in a new company and need to set up a new testing environment. Basically, they use a Jenkins environment for build machine and we would like to start some automated tests when builds are done. Now, there are web and desktop applications to test. What do you think, is it possible to use AutoIt for such thing? Thanx for Your help!! gg Link to comment Share on other sites More sharing options...
KaFu Posted February 16, 2012 Share Posted February 16, 2012 If the underlying machines are running on Windows... yes. OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2022-Nov-26) BIC - Batch-Image-Cropper (2019-Dec-11) COP - Color Picker (2009-May-21)HMW - Hide my Windows (2018-Sep-16) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2021-Oct-10) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16) Link to comment Share on other sites More sharing options...
pradumnb29 Posted June 4, 2014 Share Posted June 4, 2014 hi, Am posting this hoping someone would have already figured this out.. so am running Auto it script on Jenkins slave .. please find below complete configuration. Maven project which has @Test to execute Autoit scripts. and jenkins slave is where this script is getting executed. my trouble is that maven project is kicking off the .exe but am not able to get hte pass or fail status of the script back to jenkins.. please help Link to comment Share on other sites More sharing options...
jdelaney Posted June 4, 2014 Share Posted June 4, 2014 (edited) If in your script, you output results to an xml file, you can use plugins (publish junit test result report) to grab that file, and report results. We use JUNIT, here. If you want just a generic pass/fail, then if your script fails, run this...jenkins will pick this up, and fail the job: Exit 1 Edited June 4, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. Link to comment Share on other sites More sharing options...
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