| bio | website | lazeryattack.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | May 18 at 13:34 | |
| stats | profile views | 10 |
|
Jul 12 |
comment |
Xml Diffing Best Practices If you have written it a few times why don't you write an open source an implementation, chuck it on google code/github/whereever and just grab it each time you use it? The more you use it the more mature and stable it gets and it can be reused every time you get a new gig. Finally others get to enjoy it as well. |
|
Jul 12 |
answered | Selenium IDE has stopped recognising pop-up windows |
|
Jul 12 |
comment |
Is jQuery faster than CSS/Xpath selectors for IE 8.0 in Selenium1? Are you sure the name doesn't have spaces in it? Does By.xpath("//input[contains(@name,'soemName')]") work? |
|
Jul 12 |
revised |
Is there a captureNetworkTraffic implementation in Selenium 2 via webdriver? Added proxy information |
|
Jul 12 |
comment |
Solving “SeleneseTestCase is deprecated” issue What do you mean comes across a fix for it? The fix is don't use deprecated code, instead extend the class correctly as explained in my answer and it will all work. |
|
Jul 1 |
awarded | Critic |
|
Jul 1 |
comment |
Which locator do you use with Selenium CSS or XPath? Saying that CSS is the best locator strategy in the first half of your answer, and then saying that to get it to work you need to get your devs to modify the source code in the secnd half surely shows that CSS is not the best in all cases. Whilst it can be slow on IE XPath requires not modification from devs to allow you to find your element, so you could in effect say XPath is better as a locator strategy unless you are doing primarily IE testing. Not a great answer IMHO. |
|
Jul 1 |
comment |
Is jQuery faster than CSS/Xpath selectors for IE 8.0 in Selenium1? I don't have any metrics but I would expect CSS to be the fastest in IE8. jQuery has a JavaScript dependancy, as does XPath in IE8 (As IE8 doesn't support XPath nativly so has to run through a JavaScript libraray). IE's JavaScript performance is lacking. |
|
Jun 30 |
revised |
Performing administrative test cases in Selenium IDE added 248 characters in body |
|
Jun 30 |
answered | Performing administrative test cases in Selenium IDE |
|
Jun 30 |
comment |
Under what circumstances is Sikuli better for test automation than Selenium or Watir? Have to agree that i see little use for this. Screenshot comparisons are notoriously difficult for computers, but very easy for us humans. |
|
Jun 30 |
comment |
Selenium: Ajax Testing Only works if you are using jQuery, won't work for all AJAX sites. |
|
Jun 30 |
comment |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array +1 as you have given the correct xpaths |
|
Jun 30 |
comment |
Solving “SeleneseTestCase is deprecated” issue It may stop the warnings from showing up but it doesn't resolve the root cause of the problem which is that you are using deprecatd code and you should stop using it. When Selenium 2 goes final a lot of deprecated methods are being removed (RC3 already removed a lot of deprecated things) so if you are unlucky this will be part of the cull. The sensible thing to do is to stop using SeleneseTestCase. |
|
Jun 28 |
answered | Is there a captureNetworkTraffic implementation in Selenium 2 via webdriver? |
|
Jun 28 |
answered | Solving “SeleneseTestCase is deprecated” issue |
|
May 31 |
awarded | Commentator |
|
May 31 |
comment |
Newbie question: How do I run a JUnit 3 test on Portable Firefox 3.6 in Selenium RC (1.0.3)? Exactly the same error message? Very strange, FF4 is not offically supported fully until RC1 so that may be causing you issues. Does it work using IE? |
|
May 26 |
awarded | Teacher |
|
May 26 |
answered | Newbie question: How do I run a JUnit 3 test on Portable Firefox 3.6 in Selenium RC (1.0.3)? |