Tagged Questions
1
vote
1answer
206 views
Pretty / GUI formatting for the nosetests.xml xUnit report?
Is there a simple tool that will generate pie charts or otherwise "pretty", graphical output based on the .xml file that nose outputs with the --with-xunit switch?
I tried googling around for one but ...
1
vote
2answers
165 views
Selenium Selenium.Core v1.1.4322 - XPath not working
I've got the following XPath expression's working in firebug, that returns the correct element(s):
$x("(//input[@class='intervalInput timeInput'])")
returns two elements.
...
2
votes
2answers
360 views
Newbie question: How do I run a JUnit 3 test on Portable Firefox 3.6 in Selenium RC (1.0.3)?
I'm pretty new to selenium, and I'm following the Selenium Simplified book examples.
I'm trying to run a simple test that was created in Selenium IDE on Portable Firefox 3.6, and saved as a JUnit 3 ...