111 reputation
5
bio website thegreenoak.blogspot.com
location Steventon near Basingstoke, England
age 41
visits member for 1 year, 4 months
seen Apr 29 at 20:34
stats profile views 2

I am a QA engineer, with 14 years of experience, and I am an aspiring Java programmer.


Apr
29
comment Is there a test management tool that I can associate tests with multiple projects?
I don't think TestWave does anything that a Jenkins server cannot already do.
Mar
7
comment WebDriverWait or ImplicitlyWait or ExplictlyWait nothing works
So you are saying I cant do this: element=wait.until(ExpectedConditions.visibilityOf( driver.findElement( locator ) ) ); ?
Jan
31
comment How do I close the browser window at the end of a Selenium test?
You need to use "quit()". I don't think "close()" would actually close the last remaining window.
Apr
6
comment WebDriver: find elements by text
The expression //div[contains() .... is an invalid expression.