Simulate user interaction

Can user input be simulated? And how can I figure it out?

I need to automate user interaction with a Windows application. The problem is that this app does not provide an API for one special function that I need to call. But this function is available in the application window using standard mouse input.

I am not tied to any programming language. I only need to write an application that does the exact same thing that I do using my computer mouse input.

+3


source to share


2 answers


I haven't used it myself, but AutoIt seems to be what you're looking for.



+2


source


You can use Telerik Test Studio - http://www.telerik.com/teststudio/ , Sikuli - http://www.sikuli.org/ , Microsoft Visual Studio and UI Automation - http://msdn.microsoft.com/ en-us / library / aa348551 (v = vs.110) .aspx or AutoIt - <a3>



Telerik Test studio offers a very decent recorder that will allow you to record your test without writing any code.

+1


source







All Articles