Windows automation

Post Reply
User avatar
nsande
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by nsande »

Hi,



I am not an IT guy so I would appreciate some pointers from those with more experience.



I need to find a way of automatically opening our FO trading system at a given time, navigating to the right page and running a report. Then saving the results to a file.



Unfortunately, the report I want to run is currently not available in the program "scheduler" so it would probably require some IT development and a lot of hassle. Our IT department is currently swamped with things related to MIFID and other regulatory stuff and I feel that my request would probably end up at the bottom of the pile.





I feel that there must be a simpler way of getting this done. I know that there are commercial software packages that claim to be able to do stuff like this





Automate



Robotask



etc.



Does anyone have experience with running either of these or anything similar?



Regards,



Niclas
"For all intents and purposes, politics is to keep the populace alarmed, so they demand safety measures. They are bombarded by an endless array of imaginary hobgoblins..." H.L. Mencken, publicist and author 1880-1956.
indiosmo
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by indiosmo »

While I personally don't have any experience with it I know the back office at my previous job used Automate extensively to do something similar to what you need with end of day reports (login to the system, click around screens, generate reports and email to clients).



This was programmed by the back office people themselves so it shouldn't require too much programming knowledge.
User avatar
cordura21
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by cordura21 »

I used https://www.autoitscript.com/site/autoit/

It's very good. I automated a pretty complex procedure of exporting hundreds of csv from hundreds of Windows installers. The installer even changed thru dates, so there was some 'if-else' logic.

I called 'the octopus'.



Check it out. Cheers, Cord
Vespertilio homo est cientificus
User avatar
Hansi
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by Hansi »

There most likely is an easier way of generating the report without the GUI so might be worth at least asking even if they say they don't have time.



Our IT uses Tricentis Tosca, CA LISA and AutoIt for automatic GUI testing but not experience on any of them personally.



Here are a few open source options: https://blog.testproject.io/2016/12/22/open-source-test-automation-tools-for-desktop-applications/
contango_and_cash
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by contango_and_cash »

fwiw, i would just use python for this. windows "clicking" stuff is straight forward.



i guess the only pain in the ass here is that you run into questions like:

- will you be logged in

- will you need control of the PC at the same time

- do you just create some slave computer that runs this type of of task + others in the future



whenever i have run into questions like this i start to wonder if i am approaching the problem correctly; normally the answer is yes.
User avatar
nsande
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by nsande »

Thanks everybody for the help.



I might try to get something working in Python. We use already Python for some other stuff.



I guess this would be most easily done using the pexpect environment?



Regards,



Niclas
"For all intents and purposes, politics is to keep the populace alarmed, so they demand safety measures. They are bombarded by an endless array of imaginary hobgoblins..." H.L. Mencken, publicist and author 1880-1956.
User avatar
Tradenator
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by Tradenator »

Windows Powershell? Just have Task Scheduler call it.
ac940
Posts: 1
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by ac940 »

I like autohotkey for this stuff www.autohotkey.com. But it requires a bit of experience if you don't want your automation to break up every now and then. I mainly use it with keyboard shortcuts for switching between bloombergs launchpad windows and my other apps (web, eclipse, etc) since I'm low on screen space.
User avatar
HitmanH
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Windows automation

Post by HitmanH »

Ditch windows?
Post Reply