Hi,
I'm currently working on refactoring JWebUnit for release 2.x, and one of the feature request is to remove JUnit dependency (in order to allow use of another testing framework, like TestNG).
jwebunit-2.0 will be splitted in the following Maven modules:
- jwebunit-core
- jwebunit-htmlunit-plugin
- jwebunit-selenium-plugin
- jwebunit-junit-plugin (wrap jwebunit-core with JUnit assertion)
For your need, you can use directly jwebunit-core, and you will not have JUnit dependencies. Therefore, this require a lot of work, so don't expect a beta before at least two or more weeks.
Today, you could use jwebunit-htmlunit-plugin (class HtmlUnitDialog) but you will not have all advantages of jWebUnit.
++
Julien
I'm currently working on refactoring JWebUnit for release 2.x, and one of the feature request is to remove JUnit dependency (in order to allow use of another testing framework, like TestNG).
jwebunit-2.0 will be splitted in the following Maven modules:
- jwebunit-core
- jwebunit-htmlunit-plugin
- jwebunit-selenium-plugin
- jwebunit-junit-plugin (wrap jwebunit-core with JUnit assertion)
For your need, you can use directly jwebunit-core, and you will not have JUnit dependencies. Therefore, this require a lot of work, so don't expect a beta before at least two or more weeks.
Today, you could use jwebunit-htmlunit-plugin (class HtmlUnitDialog) but you will not have all advantages of jWebUnit.
++
Julien
----- Message d'origine ----
De : Furash Gary <[EMAIL PROTECTED]>
À : [email protected]
Envoyé le : Mercredi, 27 Septembre 2006, 4h18mn 55s
Objet : [Jwebunit-users] Simple Scraping Approach
De : Furash Gary <[EMAIL PROTECTED]>
À : [email protected]
Envoyé le : Mercredi, 27 Septembre 2006, 4h18mn 55s
Objet : [Jwebunit-users] Simple Scraping Approach
I need a web scraping library and, while I could build my own out of the
HttpClient, JWebUnit is chock full of nice navigation features that make
this kind of stuff easy
...but...
Everything is in the context of test cases, etc. Has anyone taken a
stab at doing something similar to what I'm trying? I would guess that
there's a series of classes (I tried using some of the parent classes of
webtestcase) that I could instantiate without having to build a test
case and run it junit-style.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users
HttpClient, JWebUnit is chock full of nice navigation features that make
this kind of stuff easy
...but...
Everything is in the context of test cases, etc. Has anyone taken a
stab at doing something similar to what I'm trying? I would guess that
there's a series of classes (I tried using some of the parent classes of
webtestcase) that I could instantiate without having to build a test
case and run it junit-style.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Jwebunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
