Selenium is an open source framework for testing web applications.
2
votes
1answer
41 views
Does Selenium's LoadableComponent make sense in a SPA (Single Page Application)?
I'm writing a UI testing suite for a single page javascript application using Selenium 2 web driver. I'm still experimenting with how to fit the app inside a page object model. At the moment I am ...
1
vote
0answers
46 views
Handling Alert box on page load
Is there any way to identify the JavaScript alert box (on page load) in selenium IDE?
I used commands like "storAlert", "assertAlert" etc. But selenium not identifying alert box.
-1
votes
2answers
67 views
Data driven testing on Selenium ide
Kindly let me know is there any option to call data from an Excel on selenium ide?
and how its works.
I have to call data from an excel (where data are stored) .Please let me know solution to this ...
2
votes
0answers
33 views
How to get the Event Object of the Click event on Selenium IDE?
I am a newb at selenium thing.
I have image map area and on click event of this area a function is firing where the click Event Object is being passed to do some calculation.
I have recorded the ...
1
vote
1answer
40 views
how to locate cursors randomly in map
there is 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 :(
i want to click at any cursor, tooltip should ...
1
vote
2answers
90 views
How to handle dynamically updated params in XPath queries in Selenium?
I am new to Selenium IDE.
In my Web application, while playing back the recorded events, some internal id in XPath expression gets changed dynamically.
E.g.: (//*[@id='edit_1_undefined']) in this ...
2
votes
1answer
48 views
Webdriver addon is not starting with Firefox
I have a Selenium test suite configured to run with Django & teamcity but today I have noticed that when running my tests locally, Firefox launches without the Webdriver addon bar across the ...
1
vote
0answers
38 views
Fitnesse + WebDriver: any working solution?
Could you please tell me if there were any attempts to integrate Fitnesse and Selenium WebDriver? I'm looking for something like Selenesse (https://github.com/marisaseal/selenesse), but for WebDriver, ...
1
vote
1answer
36 views
select random cursors on map using selenium ide
I'm using google map api in my site and I want to test the cursors on map using Selenium IDE.
Now I use this code and it works fine:
clickAt > xpath=(//map[@id='gmimap85'])
but it tests only one ...
2
votes
1answer
53 views
Acceptance testing between iOs and web app with cucumber
I have an iPad application which sends some data to our web application. With this data, you should be able to do different kind of things.
We have cucumber tests for the web application (Using ...
1
vote
0answers
207 views
Connection refused error when running selenium with chrome and firefox drivers
I am running selenium tests with firefox and chrome drivers. I get a connection refused error when I run the tests in as a block
Test example :
require 'minitest_helper'
headless = Headless.new
...
1
vote
1answer
104 views
SeleniumHQ stuct in Checking Resource aliases
I want to run testsuite from Hudson, for that i have installed seleniumhq plugin and configured in hudson, but when i run the hudson it stuck on "Checking Resource aliases" step.
Started by user ...
3
votes
2answers
167 views
What is the best way to have a SpecFlow project run across multiple browsers?
I'm working on setting up a SpecFlow project to test a portal. Thus far I've haven't had issues writing some "hello world" features and steps. My question is as the testing project grows, what is the ...
3
votes
4answers
473 views
Selenium IDE newbie - click on button not working .net
I am using this Selenium command within the Firefox IDE, it's my first time with Selenium so I may be missing something basic.
<tr>
<td>click</td>
...
1
vote
1answer
124 views
Robot Framework and Browser support
Has the robot framework support for IExplorer or only for Firefox and Chrome? (If yes, how to configure it?)
Thanks!
2
votes
1answer
145 views
Parse .htaccess credentials in Internet Explorer
I am trying to access a .htaccess protected test url
and I get the following error When i am trying to run the tests in IE
Failed to navigate to ...
1
vote
2answers
251 views
FileUpload using selenium RC and java
I am using Selenium RC and Java and I need to automate the file upload feature.I tried a lot, Clicking on Browse button is not executing and rather getting stuck. I tried in FireFox but to no avail.
...
3
votes
2answers
217 views
Running tests in parallel using Jenkins Grid plugin
I have Jenkins 1.499 running Watir-Webdriver tests on a Windows 2008 (64bit) server alongside the Grid 2 standalone server (and Jenkins Selenium Grid plugin).
I can run my tests through the ...
0
votes
1answer
50 views
How to make Selenium IDE prefer name attribute over id attribute while recording?
How to make Selenium IDE prefer name attribute over id attribute while recording?
This feature is needed when ids are auto generated by web framework.
0
votes
2answers
277 views
How to Automate Expand tree in Testlink since “XPath” is changing dynamically depending on the testcase
I'm trying to expand a tree of nodes with folder structure using XPath locators
selenium.click("//*[@id='ext-gen15']/li/div/img[1]");
but as the folder structure is not fixed and changes, so XPath ...
-7
votes
1answer
47 views
Pre-requisites & Procedure to install selenium tool on Windows 7 Operating system?
I would like to Install Selenium open source tool in my pc ( windows 7 OS)
hence would like to know the procedure as well as pre-requisities .
Thank you
regards
venkat
0
votes
1answer
391 views
How do I get Selenium Server to launch Chrome on 64bit Windows under Jenkins with Selenium Grid?
I am migrating a Selenium server environment from Windows 2008 server 32bit to Windows 2008 server 64bit. Whenever I try to run a job with Google Chrome, I get the following error message:
Error ...
0
votes
0answers
399 views
Why can't my Selenium Grid VM node get parameters from/register to the hub?
I'm trying to set up a Selenium Grid node on a virtual machine. I am using VirtualBox for the VM and Jenkins (with VirtualBox plugin) to set up the grid. When I try to register the node, I get the ...
0
votes
2answers
334 views
Selenium WebDriver and Highchart testing
I know this question has been asked before on S.O. and other websites but I haven't found a definite answer -- most of them say its not easily done but I wanted to make sure that was the final ...
-3
votes
1answer
61 views
Considering automation parameters, which is better: relative Xpath or absolute xpath? [closed]
I want to perform automation (selenium) using Xpath. Which one gives better results?
0
votes
2answers
1k views
How to open multiple browsers using webdriver?
I want to perform multiple browser testing:
While working on a project i needed to open multiple browsers simultaneously using Webdriver script.
Does anyone have experience in implementing this ?
3
votes
3answers
729 views
Webdriver Check if Checkbox is Set and Set it if Not
I am learning Webdriver with JUnit by going through Alan Richardson's Selenium Simplified book and taking translating the exercises/tests from Selenium RC to Webdriver. So far, this has proven to be ...
2
votes
1answer
93 views
How do I test that external CSS does not contain an absolute URL via unit test?
I have been given the task of validating that we do not have any http:// URLs in our CSS or HTML documents. I've created a selenium IDE test that looks at src & href attributes as well as script ...
2
votes
1answer
95 views
How to extract the Safari extension from the base code?
I got the developer certificate from Apple and running Selenium 2.23.1 jar. I checked out the base code from Selenium website and when I ran the command " go Safari", I am getting the following error ...
16
votes
3answers
520 views
Are Selenium functional tests reliable enough to be worthwhile?
I'm finding that regardless of how solid my tests scripts are, I still have tests that fail (falsely), even though they worked just fine before. I'm not talking about if markup changes (although that ...
4
votes
1answer
707 views
Selenium Tests run in the background when TeamCity CI is run as a Windows service
Our test suite is written in Python and makes use of the WebDriver Python bindings. We are looking into moving to TeamCity for continuous integration.
The setup I have in mind is a build triggered for ...
0
votes
2answers
743 views
Error upon starting Select server “Could not find agent library JVMHOOK”
I am attempting to run the Selenium server for the first time on my machine and am receiving an error when running the jar, or when attempting to find the java version. Here is the error:
...
2
votes
1answer
260 views
WebDriver Ruby binding: How to specify Firefox binary path in code?
I'm writing my test cases in Windows7 with Ruby (v1.9.3-p194).
Please, note that I want to specify Firefox binary path when using RemoteWebDriver, not FirefoxDriver.
Here is the command line I used ...
3
votes
1answer
111 views
How to share my test scripts with other stakeholders?
I have written Java automation scripts using Selenium WebDriver in Eclipse.
I uploaded everything to GitHub.
Here my questions are:
How can my manager/colleague execute these scripts in his or her ...
1
vote
2answers
136 views
Selenium, monitor network, captureNetworkTraffic command not available
I need to know if an application is requesting one beacon via an image or XHR request.
Manually I test it via the network tab in FireBug or monitoring the proxied requests in other browsers...
...
1
vote
1answer
152 views
How to create shortcut to run Selenium script?
Is it possible to have some kind of shortcut (probably bookmarklet) to run specific Selenium script?
While developing webapp I'd like to have a possibility to quickly run specific Selenium script to ...
0
votes
1answer
165 views
How to assert values on a page opened by a link on another page?
A link on page 1 opens a new page "receipt page". It contains only text values. I need to assert or verify values on the receipt page to ensure that this is the correct receipt.
After executing the ...
4
votes
1answer
250 views
OperaDriver is not navigating to desired URL
I have tried to open a URL using the OperaDriver. My issue is that I am getting browser launched but the desired page is not getting loaded. Below is the code.
@BeforeClass
public static void ...
0
votes
1answer
282 views
Can Siebel be automated using Selenium? [duplicate]
Possible Duplicate:
does selenium support testing siebel application?
I am accessing Siebel using IE browser. Will I be able to automate my functionality in Siebel using Selenium? If yes, ...
0
votes
0answers
40 views
Selenium RC Type command not working on IE10 [duplicate]
Possible Duplicate:
Does Selenium RC support IE 10 and windows 8 yet?
I am trying to run my script with "type" command against IE10 but it returns "element not found"
I have tried the ...
-3
votes
1answer
342 views
What are the advantages of web driver over selenium RC?
Please provide answers in detail, So that we could clarify that which one is to choose, Web driver or Selenium RC.
0
votes
1answer
128 views
Selenium RC is out dated or still in the market after selenium 2.5 release?
I am writing a training course for Selenium automation testing. I am a bit confused comparing Selenium RC to Selenium2/Webdriver, since the latest release of Selenium2/Webdriver has all of the ...
10
votes
6answers
360 views
How do I keep Selenium test cases DRY?
I'm somewhat new to Selenium and I have a problem. Whenever I write a test case, that test case starts with logging in, and it's the same four steps every time. If I change the password for that ...
3
votes
1answer
172 views
Selenium testing using checksums of html
I am new at selenium testing and am writing a bunch of tests for a webpage that relies heavily on javascript user interaction.
At first I wrote a lot of assertions of the style
If I press button ...
-3
votes
1answer
103 views
Are there tools that can help validate data imported to Excel from a grid view image?
I want to convert a scanned grid view image into excel spreadsheet, and then test its content using some automation tool.
Conversion can be done through Optical Character Recognition system but how ...
1
vote
3answers
787 views
Selenium Webdriver cannot locate element for right click event
Hi Guys. I have a problem with right click mouse event in Selenium 2.0. I'm using that method but in a console I've got:
Unable to locate element:
...
1
vote
0answers
111 views
Selenium Webdriver and OpenLayers
I would like to check that the locations asset on map (openLayer) are the same with some asset in a row. What is the best way to do this? I'm using the TestNG framework.
-3
votes
2answers
325 views
Outlook Mail testing
I want to know how to use outlook to test mails (the mail has a link that needs to be clicked to approve or deny the request). How do I write this in Selenium Webdriver in c#. I am quite new to ...
0
votes
0answers
195 views
How to integrate selenium scripts with TFS? [closed]
Can someone suggest me the entire steps of integrating selenium scripts(C#) in visual studio with the TFS?
1
vote
1answer
1k views
Unable to upload a file using selenium/web driver running with java
I have a complicated interface where uploading a file is three step ( The forum is not allowing me to add screenshots of my window so please try to visualise it)
step 1 click on browse tab and select ...
