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.

Expect script does not work under crontab

I have an expect script which I need to run every 3 mins on my management node to collect tx/rx …

automation cron crontab expect
Capybara - Click element by class name

For what seems to be a simple question I've been on this for a stupidly long time and can't seem …

ruby automation capybara
Lighting Control with the Arduino

I'd like to start out with the Arduino to make something that will (preferably) dim my room lights and turn …

automation arduino embedded
How to ignore or Pass 'Yes' when The authenticity of host can't be established in Expect Shell script during Automation

I want to Provide 'Yes' automatically or Ignore it and proceed in a SECURE way, when the below statement comes …

shell automation rsa expect host
Automated Unit Testing with JavaScript

I'm trying to incorporate some JavaScript unit testing into my automated build process. Currently JSUnit works well with JUnit, but …

javascript jquery unit-testing ant automation
Automation Testing web services

I work for a Midtier team & I've been pretty much testing web services Manually using SOAP UI. I got …

web-services testing automation soapui
How to print logs by using ExtentReports listener in java?

Here I am using the listener for generating reports in HTML format but it is not printing the logs present …

java selenium automation testng extentreports
Is it possible to change the automatic configuration script address in the LAN settings of Internet Explorer 8 with the help of a script?

I use 2 different automatic configuration script addresses in the LAN settings of Internet Explorer 8. During the course of my work, …

internet-explorer internet-explorer-8 automation wsh
Can we automate Application available under Citrix Program Neighbourhood?

I tried to automate an application available under Citrixl Program Neightbourhood using QTP 9.5, but QTP does not identify the objects …

testing automation qtp citrix
Is it best practice to use Thread.sleep() or explicit wait before click on any element in selenium web driver

I am new to web driver and I wrote a selenium script for web application which contains backbone.js and …

selenium-webdriver automation selenium-grid