0
votes
1answer
30 views

I cant run my Maven Project - no main class found

I've never used Maven or Selenium, so I have quite simple question: I've followed this tutorial: http://docs.seleniumhq.org/docs/03_webdriver.jsp So, after mvn clean install and importing my project ...
1
vote
1answer
15 views

How can I make Selenium tests inside my JSF project?

I have quite big JSF 1.2 project and I want to write some integration tests to it. The perfect situation will be, when I can run these tests from my project and it opens my browser and makes all the ...
0
votes
1answer
12 views

Why I get GridException when trying to open a website using Selenium

I am new to selenium. This is what I did: I started a standalone selenium server on cmd prompt. I ran below code, for both webDriverWay() and seleniumWay() I get error like below. In both cases I ...
0
votes
1answer
32 views

Phpunit error drives me crazy :|

I am trying to learn how to test websites with Selenium Webdriver and PHPUnit, but i keep getting this error whenever i try to run a script. "PHP Fatal error: Class ...
0
votes
0answers
28 views

Improving jenkins reliability in randomly failled tests

I have a set of +800 selenium tests and because of problems in our application (mostly asynchronicity bugs which we are aware but cannot fix now) they, sometimes, randomly, fail. We use jenkins for ...
1
vote
0answers
25 views

selenium Firefox webdriver python: setting user authentication in setUp()

I am trying to write a selenium testing case using Python bindings. I am very new to this, so I am really at loss. My problem: The test is to check basic functionality for wordpress blogs, so logging ...
0
votes
1answer
41 views

Use one class more than once int TestNG

There is and example of structure in my test running using TestNG and Selenium: <test> <classes> <class name="com.pou.MyTest"> <methods> ...
-1
votes
1answer
40 views

How to test multiple version of google chrome using chromedriver?

selenium web-driver with java then how to use chrome driver for test their lower version of Google chrome
-1
votes
1answer
33 views

Web Application Tests Visualization [closed]

I'm testing a web application with several functionalities. I didn't develop this application, I'm a mere tester. I'm new to testing and when I started working on it I was given a series a Selenium ...
0
votes
1answer
52 views

Problems using fluentlenium with dynamic generated content

I am doing tests with fluentlenium to my application, but some errors are happening. I ‘m using Play Framework and Slickgrid to create my grid. Slickgrid create the grid dynamically in javascript. The ...
0
votes
4answers
97 views

Using selenium 2, how to type in textbox?

I am using Selenium 2. But after running following code, i could not able to type in textbox. package Actor; import org.openqa.*; import org.openqa.selenium.By; import ...
1
vote
1answer
67 views

How to run test in parallel using Selenium(LiveServerTestCase) in django project?

here is the problem: I have a class which is inherited from LiveServerTestCase. This class imitate some users(client) work - go to the site, filling some fields, add files. I need to imitate multi ...
0
votes
0answers
23 views

I don't find the documentation for the method getTestSuite() in extending selenium IDE

I am writing an extension for Selenium IDE and I have 2 questions :) I got the source code of a plug-in which exports the selenium logs in a file. I saw that the developer (in a javascript file) used ...
0
votes
0answers
26 views

How to get the Event Object of the Click event on Selenium IDE

In the web app the click event object is being used to calculate to get the click position and then ajax call is performed. pos_x = event.pageX ? (event.pageX - bodyImgPos[0]) : (event.offsetX); ...
1
vote
2answers
39 views

how to locate cursors randomly in map

a lot of cursors in the map every time you refresh the map you will get another different cursors with different IDs so i can't use the IDs to test random cursors i want to click at any cursor, ...
1
vote
0answers
38 views

Retry failed step in Selenium IDE

Is there a way to configure the Selenium IDE to retry a failed step after a defined period of time (e.g. 1 second)? This way you could let the tests run at the fastest speed, even with dynamic ...
0
votes
1answer
49 views

How to get the Browser info in C# WebDriver?

I see a ICapabilities interface to get the Browser info;Did couple of googling with no luck for any code example; Can anybody please share anything how I can get the browser info for a particular ...
0
votes
1answer
73 views

What is best Selenium tool to Automate tests?

I have just started with Selenium to automate couple of tests and have found that there are couple of tools that I can choose from, like the Selenium IDE, Selenium WebDriver, Selenium RC, WebDriver ...
0
votes
1answer
57 views

Selenium how to get the alert Alert message

Hi i am using the below for retrieving the alert message data but it is failed Alert alert = driver.switchTo().alert(); String ss1=alert.getText(); it display the bellow error message . ...
1
vote
3answers
67 views

test variable title with ID - selenium ide

using selenium IDE i testing my site in some pages i have a link with variable ID ex : ( http://yourorder.com/135046 ) every time user click on this link site take him to process page number ...
1
vote
2answers
149 views

Use of Selenium IDE or Selenium Webdriver for my case?

I am new to Selenium, and I have been ask to create a test case in which I need to get data from outside like xls or notepad, and include in the testcase, so without any manual input whole testcase ...
-1
votes
1answer
127 views

Selenium Data driven testing in perl

Need help on how to do data driven testing using Excel & by connecting to Database. Also not able to use Test harness: Error occurred: Can't locate Test/TAP/HTMLMatrix.pm in @INC (@INC ...
-3
votes
0answers
30 views

Failed test 'wait_for_page_to_load, 3000 in perl [closed]

Error occurred while running script: # Error requesting http://localhost:4444/selenium-server/driver/: # ERROR: Element //div[@id='navigation']/ul/li[6]/a/span not found not ok 51 - click, ...
-1
votes
0answers
62 views

What does the addScript command do in Selenium IDE? [closed]

I am new to selenium IDE. I want to know, what does the addScript command do in Selenium IDE.
1
vote
0answers
97 views

Selenium test cases for input text field is not working

I am new to Selenium IDE and I need help in one particular case. I am trying to create a test case for a module in which, when I enter a text it searches in the database and then give results based on ...
0
votes
3answers
92 views

Running multiple Selenium tests at the same time

I would like to run multiple Selenium Tests (on a Jenkins server) at the same time. It currently runs only a single test at a time cause ChromeDriver seems to communicate over a special port. So ...
3
votes
2answers
88 views

Capturing JS errors in Chrome

I'm capturing js errors in the application with window.onerror, but the thing is - in Chrome if dev tools isn't opened - then the url parameter passed to onerror handler always equals to the opened ...
0
votes
0answers
28 views

Run selenium test from hpqc

I have selenium tests and every time i am running these test by using Selenium IDE. Is it possible that i can export these test and run it directly from HPQC ALM? and set reult pass or fail ...
0
votes
0answers
81 views

Alternative to Selenium with FEST (with java applet support ) [closed]

Some of our applet objects are not FEST ready and we can't use Selenium on those applets for automated tests. What are some (if any, since we've searched extensively) alternatives to Selenium / FEST ...
0
votes
1answer
49 views

Sonar running tests from a different solution (.NET)

So here is my scenario, I have .NET project, lets call it FooBar, which is a web application, and in a entirely separate solution I have a .NET project lets call it FooBarSeleniumUITests to test the ...
0
votes
1answer
44 views

Need some information about security testing [closed]

as i am new to security testing i need some information about security testing (especially related to e-commerce) Here are my questions: How a security testing is performed? Is there good any ...
1
vote
1answer
381 views

Run local Selenium Tests via Jenkins/Hudson

I would like to run local Selenium test script written in Java, via Jenkins/Hudson. Is it possible to run scripts from my local windows machine? So far I have written some simple Selenium tests in ...
2
votes
2answers
108 views

getWindowHandle function doesn't exist for driver in Selenium

I need to implement switch from one window to another in IE. However, element driver doesn't support getWindowHandle function. I assume it might be just configuration problem or settings, though I ...
0
votes
1answer
47 views

Catch timeout event in ruby selenium

Is there any way to catch all timeout error events in selenium , written in Ruby? I am writing jenkins with selenium , but not sure the best way to terminate building tasks btw steps . The way I ...
0
votes
0answers
33 views

How to stop the time until a website has loaded with Selenium IDE?

I want to know if a website has finished loaing in one second. And if I change things it still should be finished after 1 second! So how can I test the time until it is finished automaticily with ...
0
votes
1answer
97 views

How do i automate testing of touch and multi-touch based web applications using selenium web driver?

I am writing some automated tests using cucumber and selenium for various web applications. Currently this is working well, however we are about to start making mobile specific versions of our pages. ...
0
votes
1answer
74 views

Capybara's existing test + using Selenium to run the tests against a remote server

first of all, excuse my bad English, and execuse my lake of knowledge, am totally new to web development. I wrote some Tests (Capybara & Rspec), and i am trying to run them against a remote ...
0
votes
0answers
25 views

Selenium Project Query

I am working on a selenium project. The main part in my project is to record a test case using selenium IDE then export the test case as testng remote control and then make changes in that exported ...
0
votes
1answer
144 views

How to use Selenium RC for Selenium IDE test cases dependency?

I have an authentication test case made in Selenium IDE that must be executed before every other test. I don't want to use them ordered inside a test suite because if I make some change in the ...
2
votes
1answer
56 views

Diffing the DOM - how to write a unit test that checks that a script doesn't make any user-visible changes to elements on the page?

A Javascript plugin that I've been writing recently has various failsafes built in that tell either the whole plugin or parts of it to hide itself and die under circumstances where it can't function. ...
1
vote
0answers
96 views

Running an arbitrary command/program on selenium grid node

Is it possible to run an arbitrary OS program on the selenium node before running tests? Why I need such a weird thing: In one test of the web application I need to simulate mouseover for 1 second, ...
1
vote
4answers
294 views

How to perform auto complete textbox operation in selenium IDE

I am testing a Magento POS application with Selenium IDE. There is a auto complete textbox, where I need to put the product name. As the auto complete textbox works, when we started typing, it starts ...
1
vote
1answer
66 views

Is there any phpunit/selenium documentation?

I've searched and searched - but I can't find any. There are lots of pages that claim to be documentation, but most of them are just lists of methods with no arguments or usage info, or are simply how ...
1
vote
3answers
107 views

How to create functional / UI-Tests for an existing web application

I've got the interesting task to build complex workflow tests for an existing web application which has never had unit or integration tests (all testing by developers / users without structure or ...
0
votes
1answer
167 views

How can I get table row Id in selenium

Currently, On page all control ids are dynamically generated. And in order to iterate through table, I need to get that row guid generated by java script. e.g <table id="tblPass" ...
1
vote
1answer
62 views

ExecuteScript does not execute func described in html and which are run after page has been loaded

There is Silenium server, NUnit, WebDriver. I have C# dll with following code: private IWebDriver driver; // ... driver = new InternetExplorerDriver(); // ... [Test] public void test() { ...
0
votes
1answer
232 views

Mono “Hello World” example working, but Java is not

I'm running the Getting Started Examples from the Sauce Labs homepage both with Java and C# Mono. The Mono example works like a charm, but the Java one reports that Could not start a new session. ...
1
vote
3answers
354 views

How do i make a Selenium WebDriver run for many hours(CHO) without it causing a crash / OutOfMemory problems?

I am using selenium-2.30.0 to run a single test(on windows) which runs for many hours (~ 8 Hrs). I was using the FF driver, but it runs out of memory after just 45 minutes or less, & the test ...
1
vote
0answers
86 views

Selenium (with soda) getEval returning [object Object]

I'm using soda (https://github.com/LearnBoost/soda) to help me write a couple of selenium tests. However, I'm running into a problem with getEval. I have these helpers defined: soda.prototype.two = ...
0
votes
0answers
66 views

automated testing with selenium [closed]

what would be best practise with testing of complex webapps? Is selenium and an alignment with the database enough? should the testcases (with ajax apps) be tested with robot fw? Is there any kind ...

1 2 3 4 5 12