Exploratory testing automation in Java/jUnit

I have a large web based system which I have to test. Are there some tools or some Java based APIs which allow me for automation of exploratory tests. I already have a set of unit tests written in Java using Selenium. Are there some tools, which can generate a ranodm scenarios basing on already written tests. Maybe there are other ways to reach my goal. I found sth which can suit me in Jartege but it uses JML which will produce an extra work in project.

链接地址: http://www.djcxy.com/p/62664.html

上一篇: Linux上的GUI自动化

下一篇: Java / jUnit中的探索性测试自动化