| bio | website | media.rsbohn.com/index.html |
|---|---|---|
| location | Orem, UT | |
| age | 46 | |
| visits | member for | 2 years |
| seen | Mar 15 at 22:07 | |
| stats | profile views | 12 |
I like to break things.
|
Mar 15 |
comment |
How do I compare the performance of two .toString() methods? Agh, you're right. Edited the question. |
|
Aug 12 |
comment |
Unable to run standalone test script in Selenium with Python Try typing it in to the Python interpreter, see what happens. Try other URLs besides google. Also, do you get the same results with IE? |
|
Jun 14 |
comment |
Tools for Python software testing Mechanize is included in twill twill.idyll.org |
|
May 20 |
comment |
Page Objects design issues They all start from "/". |
|
May 20 |
comment |
Page Objects design issues In Selenium 1 it means the link with innerText()=='Settings'. Selenium 2 would use By.linkText('Settings'). |
|
May 3 |
comment |
When to start testing a solo project How do you test the code now? How often do you repeat the same tests? You will write more stable code if you have a suite of tests you can run against it. |
|
May 3 |
comment |
Building “slow to break” regression tests Which version of Selenium are you using? |