Tagged Questions
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 ...
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
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
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 ...
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
0answers
400 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 ...
-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?
3
votes
3answers
730 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 ...
16
votes
3answers
521 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 ...
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 ...
-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.
-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 ...
-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 ...
1
vote
2answers
337 views
Is there any way to convert existing QTP script in to selenium?
Is there any way to convert existing QTP script in to selenium? if yes then how ? is there any converter to convert or recreation of script is only possible solution for tha?
2
votes
6answers
758 views
Is FitNesse the only DSL for Selenium, or is there another DSL available?
I'm looking for a DSL for Selenium (or another testing tool) that will allow a non-programmer to automate functional tests.
4
votes
4answers
308 views
How to test the test scripts?
Once an automation test is created, how do I test it and make sure the test does what its supposed to do? I can easily test the scenarios where test passes, but how to go about the ones that fails due ...
1
vote
1answer
309 views
How can I automate in Selenium IDE for email activation link?
In the send invitation process, the user will get a link in his/her inbox. When the user will click on the link, it will ask for a password and confirm the password.
How can I automate it with ...
5
votes
4answers
811 views
what is the best way to write automated end to end user scenarios?
When automating user scenarios, we typically cover an end-to-end user flow.
Unit testing recommends that each test method should be independant and only test one thing.
But things are different in ...
0
votes
1answer
331 views
Need a similar functionality like WaitForPageToLoad in MonkeyTalk
Is there any similar function/ command in MonkeyTalk, like WaitForPageToLoad which is in Selenium, that lets me specify the script to wait for a screen to render before moving ahead? I checked ...
3
votes
4answers
2k views
Downloading a file in Internet Explorer through Selenium
I have to automate a case in which I have to download an Excel file using Selenium IDE.I have done this in Firefox by using custom profile feature which automatically downloads file and saves it into ...
0
votes
5answers
410 views
How do fitnesse and selenium work together
I have read about Fitnesse in a number of books but when I look on the web I don't see much activity with it.
And a newbie question - how does fitnesse fit into the Selenium world? Are they ...
4
votes
4answers
1k views
Testing Page Layout with webdriver
Has anyone tried to test the page layout of a website using webdriver? To be specific, using webelement.getPosition() and webelement.getDimension().
Shouldn't these two methods be enough for testing ...
0
votes
0answers
71 views
selenium runs the same method more then once [closed]
i have started with selenium few weeks back. i have designed my test this way
using @BeforeClass i am creating a object and calling a method of class which is opening the browser and performing a ...
0
votes
3answers
2k views
how to start work with selenium web driver any reference site for selenium web driver? [duplicate]
Possible Duplicate:
Where can I find information on getting started with Selenium 2
I want to learn selenium web driver from the scratch. any one suggest me the reference site for selenium ...
5
votes
3answers
2k views
Is Selenium the right tool for browser compatibility testing?
I have been seeing a lot of customers pushing for browser compatibility testing using Selenium. Was wondering whether this is really necessary. The push is mostly due to Selenium grid supporting multi ...
1
vote
0answers
389 views
Selenium RC using Grails unable to open URL
My Selenium RC code is launching the browser but it is taking me to C:\Users\Kanishka\AppData\Local\Temp\customProfileDir3e16427300054effa807e843dd1a332f\core\Blank.html instead of the intended URL.
...
1
vote
1answer
273 views
Is the source code required when using Selenium-RC with Grails?
Can anyone help with using Selenium-RC + Grails? I have used Selenium with Java but had no problem writing the code and launching the browser. But is the source code of my project required when i need ...
1
vote
3answers
2k views
Error while running script selenium RC
I am working on selenium 2.18.0 version with firefox 8.0.1.While executing script i am getting error like
15:52:07.342 INFO - Started HttpContext[/wd,/wd]
15:52:07.347 INFO - Started SocketListener ...
3
votes
2answers
460 views
Selenium automating ICEFaces Application - locator for dynamically generated ids
I'm trying to automate a very short sequence in a web application developped using ICEFaces. I need to click on a button which is coded as
<input type="image" title="Unterbrechen" style="padding: ...
4
votes
2answers
427 views
What's the best approach to asserting values with automation testing test cases from complex business logic?
Suppose you have automation tests (my example uses Selenium) to assert complex business logic for a web site. What is the best way to assert that thousands of different test cases are outputting the ...
3
votes
6answers
2k views
Is mail testing with selenium possible?
We have merely just had a kick off meeting for a new project that i am required to automate and ASAP. The project is essentially a "mailbox project",if you will,and i have no idea as to where to start ...
4
votes
4answers
2k views
What are recommended scenarios to use Selenium Tests for?
My company is introducing BDD into our projects. Our customers have differents processes-cases wich also may fork at specific points. It is a mostly long and tedious work to test each case and each ...
4
votes
3answers
542 views
Does the latest version of QTP have something similar to Selenium Grid?
Does anyone know whether QTP supports parallel test execution on multiple browsers now? I am looking for something similar to Selenium Grid.
4
votes
2answers
218 views
Test isolation and automation
We are using Selenium webservices for our automated functional testing .
I have a test which tests creation of some objects. If I run the same test again, I need to make sure that each test has a ...
5
votes
4answers
1k views
Do you verify presence of text in your automated tests?
While automating multi locale application I had to stop using -
assertTrue(selenium.isTextPresent("success text message"));
where success text message would change for each locale.
to -
...
5
votes
1answer
4k views
How to use Selenium's PageFactory annotations with dynamic loaded elements?
I'm rewriting some Selenium tests according to the page object design pattern taking advantage of Seleniums' annotations. My problem is that I have some html select elements whose option elements are ...
3
votes
1answer
381 views
PageObjects: Aggregation/Composition vs Inheritance for nested components
I need to refactor my Selenium tests, and was wondering what the best design solution would be for a portal with a hierarchical page organization. We are using tiles, and we have defined a baselayout ...
6
votes
1answer
1k views
Is Selenium's LoadableComponent a good solution as test design pattern?
I need to refactor my Selenium tests, and come across their LoadableComponent wiki page. I began trying to use it, though I couldn't really understand what is it good for. I took a look at their ...
3
votes
1answer
512 views
Selenium IDE has stopped recognising pop-up windows
I'm relatively new to Selenium and since the update to 1.0.12, when I run my tests, each case with a selectWindow command fails. If I run these steps seperately, by clicking individually, it passes, ...
8
votes
3answers
615 views
Is jQuery faster than CSS/Xpath selectors for IE 8.0 in Selenium1?
I am planning to run my existing Selenium 1.x tests in IE 8.0.
After checking few blogs and reading this, I tried to run my tests using jQuery locators with the method mentioned here. My tests uses ...
3
votes
2answers
3k views
Solving “SeleneseTestCase is deprecated” issue
I'm working through the "Selenium Simplified" book just to really gain a solid understanding of Selenium and Java. I know the basics of Java, but this one is frustrating me. I must be missing some ...
3
votes
3answers
3k views
Running Selenium test on TFS
I am currently working on implementing UI tests of .NET web application using Selenium RC.
The tests are now coming together and I am beginning to look at how these will be incorporated into TFS. ...
6
votes
2answers
1k views
What aspects normally differ when developing automation framework in QTP VS Selenium
I have worked in Selenium. For developing Web UI Functional Test automation suite I considered below aspects
Using TestNG Framework
Using Page Object pattern
XML based configuration
Logging of ...
5
votes
2answers
386 views
Testing Java or Silverlight plugins embedded in a page using Selenium?
We have a product that defaults to a Java plugin to upload files, and then Silverlight after that if Java's not installed. There is a third fallback of a HTML 4 + JavaScript uploader, but I'd like to ...
14
votes
11answers
7k views
Under what circumstances is Sikuli better for test automation than Selenium or Watir?
The Sikuli website says:
Sikuli is a visual technology to automate and test graphical user
interfaces (GUI) using images (screenshots).
Under what circumstances is Sikuli a better technology ...
3
votes
2answers
238 views
Selenium test timing out
I am facing a strange issue with Selenium RC. I have a test which runs perfectly fine when I run my selenium server manually on the default port. The test passes in seconds. However since my tests are ...
4
votes
4answers
2k views
Selenium.click not working on some anchor elements
The application that am working on was recently revamped and as part of that a new JQuery calendar was introduced. I need to click on a link in the calendar to select the time and date. However, ...
3
votes
1answer
2k views
Can the base-url be changed in the same browser session using Selenium RC?
Suppose I login to evernote.com using Selenium RC. Is it possible for me to change the base_url to google.com while staying on the same page. I do not want to open a new browser for google.com. When I ...

