| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Mar 29 '12 at 2:46 | |
| stats | profile views | 4 |
|
Oct 26 |
awarded | Yearling |
|
Mar 28 |
comment |
Selenium 2.0 Webdriver file structure for automation testing @ChawarongSongserm I'm considering developing my solution as an open-source project. I've implemented the system twice now, and I think the next incarnation will be suitable for broad use. Did you want to help out? If so, email me at mrstevegross@gmail.com. |
|
Mar 12 |
answered | How to start a Selenium2 WebDriver window in background? |
|
Feb 27 |
answered | How do you prepare yourself for a testing position? |
|
Feb 27 |
comment |
Which language gives better career options: TCL or PERL? I share your concern about focus on a particular language; however, keep in mind the job listings tend to prioritize particular tech skills. And you often have to get past the HR drone hurdle to be considered for a job; this entails having just enough experience to convince them you "know" this-or-that language. |
|
Feb 22 |
comment |
Click() command in Webdriver API not working There are unfortunately LOTS of reasons a click can fail to work. IE is particularly problematic in that respect. Let us know which browser and we can help... |
|
Jan 27 |
answered | Selenium automating ICEFaces Application - locator for dynamically generated ids |
|
Jan 26 |
comment |
Failed automated tests: how to distinguish known and newly introduced bugs? Our test framework specifically allows for three test execution statuses: PASSED, FAILED, and KNOWN_ISSUE. KNOWN_ISSUE means that a test failed as expected. To accomplish this, we tie known issues to test execution steps. (Since it's all in C#, we can dynamically look up known issues to query their state). |
|
Jan 25 |
answered | Drag-and-drop failing on complex jQuery UI |
|
Jan 17 |
answered | What are recommended scenarios to use Selenium Tests for? |
|
Dec 9 |
awarded | Critic |
|
Nov 30 |
answered | What are useful integrations between TCM, Defect Tracker, Source Control and Project Management software? |
|
Nov 29 |
awarded | Revival |
|
Nov 29 |
comment |
Some Selenium tests fail on server but pass locally If the server in question is a Windows machine, you could remote-desktop into it to see what it's up to. |
|
Nov 28 |
comment |
Testing automated tests in Hyper-V virtual machines The quick answer is: Yep, there are lots of tools out there for that. However, it will take a lot of setup, so be prepared to become an amateur sysadmin to make it all work. |
|
Nov 28 |
answered | Any personal experiences on EggPlant, cross platform and application automated testing tool? |
|
Nov 28 |
comment |
Is Eggplant any good for image capture and image recognition? It's really important to clarify that automated GUI testing does NOT necessarily involve image capture/recognition. Can you clarify why you think you need that functionality? |
|
Nov 23 |
comment |
How to Debug Selenium WebDriver Actions? Can you post a code snippet to show us how you are using WebDriver? |
|
Nov 21 |
comment |
What are the good free mouse and keyboard automation programs? BTW, apparently Watir/Selenium will have better interoperability in the near future. So you'll get the benefit of Selenium's webdriver and Watir's natural language syntax. |
|
Nov 21 |
answered | Keeping automation code away from application source code |