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.

URL encode variable in Jmeter

I need to encode a variable in Jmeter, but it isn't a parameter. For example: URL path: /folder/guest/id;…

url automation httprequest jmeter
Setting accessibility identifier programmatically on UIBarButtonItem

The accessibility identifier is a developer generated ID for GUI objects, which can be used for automation tests. A UIBarButtonItem …

ios objective-c automation accessibility
how to stop appium server through command line?

The command I'm using to start the Appium server: node appium --address 127.0.0.1 --port 4723 --session-override --no-reset --platform-name Android --platform-version 23 --automation-name Appium …

selenium testing automation appium appium-android
Opening local HTML file using Puppeteer

Is it possible to open a local HTML file with headless Chrome using Puppeteer (without a web server)? I could …

unit-testing google-chrome automation puppeteer
Quickly Convert (.rtf|.doc) Files to Markdown Syntax with PHP

I've been manually converting articles into Markdown syntax for a few days now, and it's getting rather tedious. Some of …

php automation markdown file-conversion .doc
UI Testing Tool?

Looking for a tool to UI testing of a Windows (.NET WinForms) application. The idea is that the analysts will …

winforms testing user-interface automation
Auto yes to the License Agreement on sudo apt-get -y install oracle-java7-installer

The Oracle Java package for Ubuntu interactively asks about the License Agreement. So I have to say 'OK' and then …

ubuntu automation apt
HP LoadRunner and PerformanceCenter differences

Can someone point out the major differences between LoadRunner and Performance Center? My little research shows that both can be …

testing automation loadrunner hp-performance-center
"dynamic operations can only be performed in homogenous appdomain" error while launching PowerShell

I have a powershell script that I am trying to execute from WCF REST service.I am using the System.…

powershell automation code-access-security
How to scroll down to click the element in Android using appium and java?

I would like to know how to scroll down to click the element in Android using appium and java? I …

java android scroll automation appium