Displaying 4 results from an estimated 4 matches for "httpunit".
2008 Jun 09
6
Selenium/Watir usage along side Webrat in story testing
This is related to Selenium/Watir usage along side webrat in story
testing.
MHS_Testing and Rspec-ui provide some great help for testing through
frameworks like Selenium/Watir.
But there is something missing, Webrat has changed the landscape
somewhat with Acceptance Tests/Story Driven development.
Now I have a choice:
1. Tests and rails process run as one test process (Webrat)
2. Use
2012 Feb 10
1
which R package is used for browsing web pages through coding
i know RCurl pakage to retrieve web content,it has limited use, i want
interactive package like
(in perl--->Mechanize,
In java--->Watij,Prowser,HTMLunit,HTTPunit,
in Ruby---->Watir ,etc)
this modules/packages opens appropriate browser,which can create
queries,retrieves output, clicks buttons, fill up form
automatically,searches keyword in search engine, Downloads many items from
internet
All this is by coding ....
if find ,kindly give me sample exa...
2012 Feb 08
2
which R package is used for browsing web pages through coding
Perl has Mechanize module which browse web pages through
programming(coding),creates queries & retrives data through it
which R package support web browsing through programming
--
View this message in context: http://r.789695.n4.nabble.com/which-R-package-is-used-for-browsing-web-pages-through-coding-tp4368349p4368349.html
Sent from the R help mailing list archive at Nabble.com.
2005 Sep 07
0
automated testing advice
Hello friends,
Any advice on automated testing of a web application with
Prototype-based Ajax stuff?
We were looking at something like Actiwate (Junit/HttpUnit stuff), but
they don''t support XMLHttpRequest (yet). Using the new JS unit testing
I''ve seen here doesn''t look like it would work, as we''re talking about
multi-page as test vectors:
1. go to some login page
2. enter userid/password
3. click some link
4. verify...