开发者

Need solution for automated testing of web application

开发者 https://www.devze.com 2023-02-05 14:57 出处:网络
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 u

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 poi开发者_如何学JAVAnters?


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


Try cron jobs automating a script to do that

0

精彩评论

暂无评论...
验证码 换一张
取 消