QA & Testing
A technical blog about QA & testing
Showing posts with label
xpath
.
Show all posts
Showing posts with label
xpath
.
Show all posts
Friday, January 8, 2016
Difference between using current node (.) and text() function in XPath for Selenium locators
›
Recently someone asked about using the partial link text to find an anchor with an IMG tag in the middle of the text. The HTML snippet was:...
Wednesday, December 28, 2011
Selecting WebDriver locators
›
When you are using WebDriver for test automation a test case really boils down to: Find an element Perform an action Confirm the expected...
5 comments:
Monday, September 5, 2011
maintenance versus performance
›
I was recently sent an example xpath for Selenium automation. The xpath, for a DIV, was: "//*[@class="val1 val2 val3 val4" ...
1 comment:
Wednesday, June 23, 2010
Understanding how xpath relates to web pages
›
When using automation tools like Selenium or Watij you often find yourself creating an xpath to find an element. Talking to a few people the...
2 comments:
Thursday, March 11, 2010
How to pick identifiers
›
When doing software automation pretty much all automation tools require some way of finding the elements in the application. If it is a desk...
3 comments:
Wednesday, January 27, 2010
xpath
›
I have been doing a lot of web testing. The general idea behind all UI test automation tools is to locate an element on a page then do somet...
3 comments:
›
Home
View web version