Hi,

HtmlUnit engine is mature and only require a new release when
 a bug is found (test case + patch are welcome) or when there is a new 
release of HtmlUnit (in fact it is not required as long as HtmlUnit API 
do not change as users can override HtmlUnit dependency).

Selenium
 engine is not completed. I did my best to implement JWebUnit interface 
with Selenium. The purpose is to allow people to use JWebUnit API but 
switch from HtmlUnit to Selenium in order to take advantage of real 
browser testing. AFAIR there was 80% of tests passing. Remaining 20% are
 complicated/impossible to implement without breaking JWebUnit API. The 
reason is that JWebUnit exposes some functionalities that are tighly 
coupled with HtmlUnit. For example, here are some topics that are not 
working :
  - support of JavaScript alerts/confirm/prompt
  - support of advanced request/response interactions (getting HTTP status 
code, changing headers/cookies, redirect, ...)


Selenium
 1 was a direct concurrent of JWebUnit (a simple API to deal with test 
automation). 2 years ago if you had asked me I would have said JWebUnit 
would slowly die in favor of Selenium.

Selenium 2/WebDriver is 
advertised as a low level common API to drive Web Browsers [1]. IMHO 
Selenium 2/WebDriver is at the same level/purpose than the 
ITestingEngine. That's why I now think JWebUnit is still a valuable tool
 to add advanced functionalities/glue on top of Selenium 2 API.


Regards,

Julien

[1] 
http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_What_does_it_mean_to_be_%22developer_focused%22?


----- Mail original -----
> De : Tim Pizey <t...@paneris.org>
> À : Usage problems for JWebUnit <jwebunit-users@lists.sourceforge.net>
> Cc : 
> Envoyé le : Mardi 3 juillet 2012 10h31
> Objet : Re: [JWebUnit-users] Is this project still active?
> 
> On 2 July 2012 18:40, Tony Anecito wrote:
>> 
>>  Hi,
>> 
>>  I am looking into using JWebUnit for projects at work but I noticed it 
> looks like there has not been activity for nearly a year either in 
> development 
> or mail list postings. So is it still active and if so what is the status of 
> the 
> selenium addon and are there some frameworks code wise to add data driven or 
> keyword driven capability?
>> 
>>  Thanks,
>>  -Tony
> 
> Hi Tony,
> 
> The project is working fine for me. Any question is immediately responded to.
> I have seen one bug reported by a used, fixed and a new release made.
> So yes there is little activity but the developers still take pride in
> a good tool.
> I think it is a finished project: it does what it says.
> 
> cheers
> Tim
> 
> 
> --
> Tim Pizey
> http://pizey.net/~timp
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> JWebUnit-users mailing list
> JWebUnit-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jwebunit-users
> 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
JWebUnit-users mailing list
JWebUnit-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to