Top "Automated-tests" questions

Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions.

How to write a loop while in Robot Framework

I make my first simple test case, and I have one problem. Is it possible write a loop in Robot …

automated-tests robotframework
Selenium multiple tabs at once

I'm working with Selenium, and am wondering if it's possible to use multiple TABS at once? I do not want …

selenium tabs automated-tests multiple-instances
Item cannot be found in the collection corresponding to the requested name or ordinal in qtp

in a certain scenario, i was trying to use the select query inside QTP (More specifically QTP Using VB script) …

testing automated-tests qtp hp-uft
QTP: Checking If an array of strings contains a value

I am having trouble getting my test case to run correctly. The problem is in the code below, the first …

vbscript automated-tests qtp
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

I'm trying to run a Junit Test case which i exported from Selenium IDE. Im getting above exception.I'm using …

junit automated-tests selenium-rc
Does Selenium support headless browser testing?

I'm looking at Selenium Server at the moment, and I don't seem to notice a driver that supports headless browser …

unit-testing selenium selenium-webdriver automated-tests headless-browser
WebDriver open new tab

I have trawled the web and the WebDriver API. I don't see a way to open new tabs using WebDriver/…

java automated-tests webdriver selenium-webdriver
How to resize/maximize Firefox window during launching Selenium Remote Control?

I am using Selenium Remote Control . During executing the tests the actual Firefox window is so small. I want it …

firefox selenium selenium-rc automated-tests
Setting up appium for iOS app test automation

Looking far and wide for a step-by-step guide to set-up iOS Test Automation using appium, with scripts in Java (no …

java ios automated-tests appium
How to do a mouse over using selenium webdriver to see the hidden menu without performing any mouse clicks?

How to do a mouse hover/over using selenium webdriver to see the hidden menu without performing any mouse clicks? …

c# selenium-webdriver automated-tests