Neo
Neo

Reputation: 13901

Need solution for automated testing of web application

There are testing solutions like selenium and webdriver for testing web applications. However those would be sort of overkill for me as I'm looking for a simple testing solution that sends the data using get/post and analyzes the received html code. So I'm definitely not looking something that requires browser integration etc. Got some pointers?

Upvotes: 1

Views: 89

Answers (2)

Axel Fontaine
Axel Fontaine

Reputation: 35169

HtmlUnit works very well for this. It even understands complicated pages using jQuery.

Upvotes: 1

Ayaz Malik
Ayaz Malik

Reputation: 138

Try cron jobs automating a script to do that

Upvotes: 0

Related Questions