Selenium 3976
TDDjangoTutorial
4 days ago by genieyclo
This idea is to provide an introduction to Test-Driven web development using Django (and Python). Essentially, we run through the same material as the official Django tutorial, but instead of 'just' writing code, we write tests first at each stage - both "functional tests", in which we actually pretend to be a user, and drive a real web browser, as well as "unit tests", which help us to design and piece together the individual working parts of the code.
The tutorial uses the new release of Django (1.4), and covers 95% of what's covered in the official Django tutorial. Suggestions, comments and feedback are gratefully received... What should I do next??
django
golden:django
tdd
testing
selenium
python
The tutorial uses the new release of Django (1.4), and covers 95% of what's covered in the official Django tutorial. Suggestions, comments and feedback are gratefully received... What should I do next??
4 days ago by genieyclo
how to search dom elements using xpath or css selectors in chrome developer tools? - Stack Overflow
4 days ago by adolph
$x(xpath, context) This allows you to select a particular iframe content, for example, and run an xpath query against it. So for the first iframe:
myframe = document.getElementsByTagName("iframe")[0];
#to xpath query that iframe for table cells:
$x("//td",myframe);
xpath
chrome
handy
selenium
myframe = document.getElementsByTagName("iframe")[0];
#to xpath query that iframe for table cells:
$x("//td",myframe);
4 days ago by adolph
Test::WWW::Selenium::More
5 days ago by kablamo
I recently released Test::WWW::Selenium::More to CPAN. It is a small collection of utilities to help you write Selenium tests. Here are some reasons to use it: It has a manual which provides a sho ...
cpan
perl
selenium
testing
from delicious
5 days ago by kablamo
Selenium linked to diabetes
6 days ago by catgrass
55 micrograms is daily allowance
selenium
supplements
6 days ago by catgrass
6. WebDriver API — Selenium Python Bindings 2 documentation
6 days ago by dfh
Python bindings to Selenium 2 WebDriver API.
python
selenium
doc
api
programming
ref
6 days ago by dfh
Copy this bookmark: