Top "Automation" questions

Automation is the process of having a computer do a repetitive task or a task that requires great precision or multiple steps, without requiring human intervention.

How to use variant arrays in Delphi

I have two Delphi7 programs: a COM automation server (EXE) and the other program which is using the automation server. …

arrays delphi automation delphi-7 variant
What is Grunt for?

I'm trying to get into Grunt, which I am new to, but I do not understand its utility. I understand …

javascript automation gruntjs
Creating a file shortcut (.lnk)

I have been looking for a simple way to create a shortcut to a file in C#, but I've only …

c# automation shortcut lnk
How to Login without prompt?

I tried following commands to get a noprompt faster login experience but each time i find login popup. I even …

powershell azure automation
what is a good way to autorun macros upon open

I've tried using the code that many sites have suggested to autorun a list of macros upon opening an Excel …

excel vba automation autorun
How can Sikuli be used to wait for a button for a long time, with perhaps some maintenance task in between?

I have a webpage where I am waiting for a button to appear, and when it appears I would like …

automation wait sikuli
referencing System.Windows.Automation

I wanted to try out some of the automation stuff available through BugSlayer, but am having problems with the references. …

c# .net dll automation
Ole 800A03EC error when using TExcelWorkBook SaveAs method in Delphi 7

I am trying to open excel 2003 workbook and save it as something else, for example excel 95. I use the following …

delphi excel automation ole
how does selenium webdriver upload files to the browser?

I am a javascript/java developer and I have been trying to figure out how the selenium webdriver automation framework …

selenium automation webdriver browser-automation selenium-chromedriver
Auto-generation of .NET unit tests

Is there such a thing as unit test generation? If so... ...does it work well? ...What are the auto generation …

c# .net unit-testing automation automated-tests