KalaiSelvan Posted June 28, 2018 Posted June 28, 2018 I first clear my scenario . I am using autoIT with java , along with testNg framework to automate a pos application. Everything is working fine on my Windows 7 machine . Now i have new windows 10 pc, I have arranged the environment (IntelliJ , required Jacob jars, jacob dlls , registered dll in syswow64). In that autoIt not performing any actions on any applications. but it performing keystrokes in IntelliJ IDE. Please Help in my case or else tell me whether autoit SUPPORTS win10 OS or not ..?
Moderators Melba23 Posted June 28, 2018 Moderators Posted June 28, 2018 Moved to the appropriate forum. Moderation Team Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
careca Posted June 28, 2018 Posted June 28, 2018 That's a tricky question, because autoit works on win10, i use it. The real question should be: can i use autoit to interact with java applications? And that one is better, but still complex. Autoit doesn't like to interact with some applications. What does the infotool show for the control you want to interact with? Did it work before in whatever windows you had? Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
jdelaney Posted June 28, 2018 Posted June 28, 2018 I've had regression testing scripts that were being executed (with no issues) in win 7, 8.1, 10, server 2k8, server 2k12 and server 2k16. That's just my experience, not an exhaustive list. 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.
KalaiSelvan Posted July 19, 2018 Author Posted July 19, 2018 On 6/28/2018 at 6:31 PM, careca said: That's a tricky question, because autoit works on win10, i use it. The real question should be: can i use autoit to interact with java applications? And that one is better, but still complex. Autoit doesn't like to interact with some applications. What does the infotool show for the control you want to interact with? Did it work before in whatever windows you had? Yea... I am perfectly maintaining a test framework with Java+AutoiT+testNG which is running in win 7 without any issues .Even in Win 10 , code in that framework performing invoke application , minimize and maximize actions with this . but it is not performing 'click' , 'type' actions on applications which i have been automating in Win 7.
KalaiSelvan Posted July 19, 2018 Author Posted July 19, 2018 On 6/29/2018 at 5:20 AM, jdelaney said: I've had regression testing scripts that were being executed (with no issues) in win 7, 8.1, 10, server 2k8, server 2k12 and server 2k16. That's just my experience, not an exhaustive list. Are you using AutoIt with java in Win10..?
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