0
votes
0answers
22 views

Why can't I use the selenium.(etc…) library?

When I try to use the selenium. library to perform commands, they don't work. I've imported the import com.thoughtworks.selenium.*; library but I get a java: can't find symbol error. ...
0
votes
2answers
42 views

What are some useful tests to do in selenium?

I'm using intelliJ to write some java tests for an online client data management site. I'm just experimenting at the moment. I've managed to be able to check elements on a page and click links. I was ...
0
votes
0answers
57 views

PyCharm unable to connect to GhostDriver

I have a unit test that is passing when I run it via python manage.py test, but failing when I run it from within PyCharm. def test_alpha(self): from selenium.webdriver.common.utils import ...
1
vote
2answers
67 views

How Can I Test An Icon Only Visible On Hover?

I have a page where a user can edit the title of a form by clicking on a pencil icon only visible on hover. I'm writing a phpunit Selenium test, and I've tried 'MoveToElement' and a few other Selenium ...
0
votes
0answers
83 views

Selenium Installation issue on ubuntu 12.10

I installed yii framwork and want to test unit test feature of demo blog.As i enter root@ibrahim-OptiPlex-745:/var/www/yii/demos/blog/protected/tests# sudo phpunit unit/PostTest.php I got PHP ...
0
votes
1answer
60 views

Check if audio is playing correctly using Selenium

I am writing tests for an HTML5 game, and I want to check that the audio is loading and starting correctly. Is there a way to check this using Selenium? or do I need to do this at the OS level?
1
vote
0answers
49 views

Django LiveServerTestCase + Nose

I discovered the Django LiveServerTestCase recently and use it to run Selenium test cases (python manage.py test). What I like about it is that it automatically runs a Selenium server in the ...
0
votes
0answers
20 views

Having trouble with clickAndWait() underPHPUnit

I want to run functional tests on the login form of a web application. 1 - I open the Selenium IDE in Firefox and I record the following lines : <tr> ...
0
votes
0answers
72 views

Selenium waitFor and confirm combinations

I am running Selenium on a page showing a list of objects and a 'delete' link for each object. Whenever the user clicks on the delete link, a confirm dialog shows and asks for confirmation. If the ...
0
votes
1answer
101 views

PHPUnit with Selenium2 - share session not working

I'm doing some tests with PHPUnit and Selenium and i would like all of them to run in the same browser window. I've tried starting the Selenium Server with java -jar ...
0
votes
0answers
52 views

How to run all these methods in test cases at once and generate report using HTMLTestRunner?

I have Python Unittest like this: import unittest from selenium import webdriver from selenium.webdriver.common.keys import Keys import HTMLTestRunner, time class AddEmployer(unittest.TestCase): ...
0
votes
0answers
117 views

mock HTTP POST request

I have a python FLASK view with only POST method implementation. I do not need a GET because an external template would POST data to this view. Now i want to write unit test for this view, where in I ...
1
vote
2answers
148 views

How do I run a PHPUnit Selenium test without having a new browser window run for each function?

Okey, so I am trying to run a selenium test case using PHPUnit. And the first thing I do is trying the login function, this works perfect but then I want to run a function to check information on the ...
1
vote
1answer
593 views

How to unit-test Page Objects in a Selenium framework with PowerMock

I'm working an automation framework built on Selenium 2 and based on the Page Object design pattern. I am at the point where I want to start thinking about writing test suites for my code. Due to ...
0
votes
2answers
59 views

Arquillian and Selenium in mixed Container/Client mode

i am reading the tutorial on Arquillian's website http://arquillian.org/guides/functional_testing_using_drone/ Under the paragraph of "Enabling Client Mode" they state that it is possible to mix ...

1 2 3 4 5 12
15 30 50 per page