Selenium is an open source framework for testing web applications.
3
votes
3answers
4k views
A way to match on text using CSS locators
So I use xpath locators and slowly converting to CSS.
I haven't found a way to do an exact match based on text.
For example converting //a[text()='Log Out'].
I know you can do css=a:contains('Log ...
1
vote
2answers
236 views
Can external object repository be used with dynamic objects?
I have heard as well as followed concept of keeping UI objects in external filed (xml or properties files in java). But there are times when I need to keep the objects with in test because I use them ...
9
votes
2answers
424 views
Maintaining automation framework for different browsers like IE and FF
How to maintain automation framework for different browsers like IE and FF?
In my current set up, I maintain two different configuration properties files, one with xpath locators that FF supports ...
5
votes
3answers
1k views
Handling self-refreshing pages from selenium
I have been running into intermittent errors with some java selenium-rc tests which I think are related to a page which has an ajax poll and automatically refreshes when some condition is reached on ...
6
votes
2answers
3k views
QTP vs Selenium [closed]
I have largely worked with Selenium for front end automation. Looks like there is great market for QTP in this arena, especially when you could afford commercial tools. Have you worked with both QTP ...
5
votes
4answers
4k views
Which locator do you use with Selenium CSS or XPath?
I have heard that, when using Selenium, the CSS Locator has better performance than the XPath Locator. Which Locator do you use in your tests? Have you seen a great performance improvement when using ...
2
votes
7answers
3k views
Capturing screen shots in selenium tests
How do you use screen shot capture in selenium tests? If anyone is using, how effective do you find it ?
4
votes
4answers
302 views
Functional tests for Flash
We are using a rich client developed with Flex. We would like to build automated tests to test whole features. I saw a module for Selenium, Flex Monkium, which could do the job.
Did you try it out? ...
4
votes
6answers
1k views
Can Selenium and Bromine 3 execute overnight and email the results
I would like to automate the testing with selenium - even when I am right now a beginner with automatic testing and especially selenium. Therefor I am working with Bromine 3 RC 2. Is there a way to ...
3
votes
2answers
1k views
How do I resolve a “Lock file still present” error?
I've got a Perl-based Selenium instance running on my Win7 workstation. When I fire up a test script, I get an error "Lock file still present!"
Caused by ...
0
votes
0answers
181 views
What is your setup? [closed]
I'm just starting new (web) project and I want to do things right.
We are going to use refinerycms with a couple of our extensions for sites and extjs in backend
Now I'm thinking about this toolset ...
25
votes
12answers
669 views
Building “slow to break” regression tests
I need to build a lot of regression tests for our product at work and I plan on using Selenium. I am concerned about building tests that will become quickly outdated and broken based on the fast pace ...