Displaying 2 results from an estimated 2 matches for "assert_elements".
Did you mean:
assert_element
2007 Jan 28
0
assert_select alternative
Hey guys,
I was having issues with some of the way assert_select worked, so I
wrote an alternative to assert_select using hpricot.
The major differences:
* You get full support for CSS3 and limited XPath
* It uses hpricot, which is fast; plus you get improvements to hpricot
for
free in assert_elements as long as you update the gem.
* Blocks work a bit differently (assert_elements tests whether any
matched
elements passes all of the assert_elements inside the
block--assert_select
tests whether the assert_selects in the block are true for the list of
matched elements). I felt as though this...
2006 Feb 13
9
Selenium. Replacement for traditional rails functional test?
Hi list
I''ve got a bit of a philosophical question. After just having discovered
Selenium /Selenium IDE and the rails selenium plugin I''ve realized that
it''s a whole lot easier to do functinoal testing than writing the
traditional rails functional tests.
However it implies that the development database consists of
standardized test data (e.g the test & dev