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.
I make my first simple test case, and I have one problem. Is it possible write a loop in Robot …
automated-tests robotframeworkI'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-instancesin a certain scenario, i was trying to use the select query inside QTP (More specifically QTP Using VB script) …
testing automated-tests qtp hp-uftI am having trouble getting my test case to run correctly. The problem is in the code below, the first …
vbscript automated-tests qtpI'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-rcI'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-browserI 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-webdriverI am using Selenium Remote Control . During executing the tests the actual Firefox window is so small. I want it …
firefox selenium selenium-rc automated-testsLooking 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 appiumHow to do a mouse hover/over using selenium webdriver to see the hidden menu without performing any mouse clicks? …
c# selenium-webdriver automated-tests