| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | Jan 30 at 20:33 | |
| stats | profile views | 8 |
|
May 3 |
awarded | Yearling |
|
Jan 24 |
comment |
Compare screenshots of rendered web pages I'm pretty sure I would like to implement this in our selenium stack... +1 |
|
Jan 23 |
comment |
Compare screenshots of rendered web pages sikuli is good to automate things based on images, but comparing images as osjak needs is not something you get out of the box. Look at blog.sikuli.org there you can see that image recognition in sikuli is used to find images on desktop, so you can use desktop areas as methods parameters. Calculating differences of images, marking differences is totally different topic. I would argue that sikulii is not much better to that task, than selenium (or basically language with which you use selenium). |
|
Jan 23 |
comment |
Is there a way to disable a JavaScript function of the tested application from Selenium WebDriver automation project? You can execute JS with selenium, so this will work until original function source is re-loaded. |
|
Jan 23 |
answered | Compare screenshots of rendered web pages |
|
Jul 8 |
comment |
What is the Java code to subclass HtmlUnitDriver to support http authentication? nice hack, I will try it next time when creating new instance ;) |
|
Jul 7 |
comment |
How do I educate that it's not test automation framework? @glowcoder and @Bruce McLeod, didn't you both mean 'frAgileā¢' ? :P |
|
Jul 7 |
comment |
Which locator do you use with Selenium CSS or XPath? I agree that XPATH is not so great on IE. But I would argue with not asking devs to add some distinctive IDs. How do you use xpath? Do you find elements (with xpath) by their position in DOM? I would do everything I could to get distinctive IDs instead. |
|
Jul 7 |
comment |
Is jQuery faster than CSS/Xpath selectors for IE 8.0 in Selenium1? And IE xpath is not reliable. For example I found that in my test when I do By.name("soemName") it finds WebElement, and when I do By.xpath("//input[@name='soemName']") it doesn't. On FF both work perfectly. |
|
Jul 7 |
comment |
How do you prepare yourself for a testing position? Ahh... good old dice rolling. Unfortunately I don't do that anymore. I just fill the void with PC substitutes... |
|
May 12 |
answered | How do you prepare yourself for a testing position? |
|
May 10 |
comment |
Alternatives to Session Tester for recording exploratory test session results oh, sorry. Windows app. |
|
May 4 |
awarded | Supporter |
|
May 4 |
answered | Alternatives to Session Tester for recording exploratory test session results |
|
May 4 |
awarded | Teacher |
|
May 3 |
answered | Building “slow to break” regression tests |