开发者

How could I control the Chrome web browser with Java black-box unit testing?

开发者 https://www.devze.com 2023-02-06 13:59 出处:网络
Is there a library to control Chrome browser in black-box unit testing? I prefer Java, coming from a WATIJ/WATIN testing background.I am wondering what options are out there a开发者_如何学JAVAnd/or if

Is there a library to control Chrome browser in black-box unit testing? I prefer Java, coming from a WATIJ/WATIN testing background. I am wondering what options are out there a开发者_如何学JAVAnd/or if there is anything on the burner for something like this?


I recommend using Selenium RC for this kind of testing. It supports Chrome and a lot of other browsers. This post has more details: How to run Google Chrome with Selenium RC?

0

精彩评论

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