I have a set of test steps that I have to execute with different parameters. I have scripted this in Eclipse/TestNG, driven by the parameters supplied via an excel sheet.
I perform a process using selenium (i.e open pages, click on links,..) and I want to get the network traffic only of the last page and only on error. That is, when opening a moving to a new page the \
I\'ve been developing a workflow for practicing a mostly automated continuous deployment cycle for a PHP project. I\'d like some feedback on possible process or technical bottlenecks in this 开发者_如
Trying to do something simple - I have a set of statements to clear browser cookies: public void clearCookies () {
I try to start my selenium test using command line but test are fired to http://mycomputer and not to http://mycomputer/myapplication
I have an application in which you select an area of a map and our product price list changes (dependant of map area, size etc.)
I\'m struggling a lot to automate Flash using Selenium RC. Can any one please give me a sample Flash 开发者_如何转开发application code (methods) and the Selenium RC code to automate the same.You migh
I tried the below code but req/response is not captured?? String trafficOutput = selenium.captureNetworkTraffic(\"xml\");
I\'ve setup a new firefox profile for use with Selenium (accepted certificate warnings for local QA site).
I want to do this in sele开发者_开发问答nium: var variable = editors; if (typeof(variable) == \"undefined\") {};