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.

Programmatically add trusted sites to Internet Explorer

I'm doing an IE automation project using WatiN. When a file to be downloaded is clicked, I get the following …

.net internet-explorer automation watin trusted-sites
Install Docker Toolbox on a Mac via command line

I am trying to automate setting up a developer environment on Mac. Part of that setup is installing the Docker …

macos automation docker docker-toolbox
How can I unlock the screen programmatically in Android?

I am working on a remote automated test framework for Android based on JUnit (tests run outside android, interacting with …

android automation
How to simulate mouse click on blank area in website by Selenium IDE?

I want to perform mouse click on blank area outside a form in order to wake up the data traffic …

javascript selenium web automation qa
NAnt or MSBuild, which one to choose and when?

I am aware there are other NAnt and MSBuild related questions on Stack Overflow, but I could not find a …

.net msbuild automation nant
Android test project is crashing with error "Test run failed: Instrumentation run failed due to 'Process crashed.'"

My problem seems little different than here Test run failed: Instrumentation run failed due to 'Process crashed.' when testing …

android automation robotium
JMeter : How to record HTTPS traffic?

I'm using Apache JMeter 2.3, which now supports "attempt HTTPS spoofing" under the Proxy Server element. I've tried this on several …

performance https automation jmeter load-testing
How to make multi-lines test setup or teardown in RobotFramework without creating new keyword?

I need to call two teardown keywords in test case but must not create new keyword for that. I am …

testing automation robotframework
Steps to Install and run headless chrome browser on centos 6.5 using chrome driver

I need to install chrome browser on centos 6.5, Here i need to automate some web gui. I have installed chrome …

linux automation selenium-chromedriver centos7
Automatically (or more easily) reconnect to a screen session after network interruption

ADDED: This question is now, I believe, subsumed by this one: Using GNU Screen completely transparently and automatically See also …

ssh scripting automation gnu-screen