How could I control the Chrome web browser with Java black-box unit testing?
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?
精彩评论