JSystem是一个开源的系统自动测试框架,包含以下的组件:
1.ServicesJavaAPI-exposesJSystemservices2.JSystemDrivers-Javamodulesusedtointerfaceswithdevicesandapplicationsinthesystemundertest.3.JRunner-GUIapplicationinterfaceusedforcreatingandrunningtestsscenarios.4.JSystemAgent-Executionengineusedtorunscenariosonadistributedsetup.5.JSystemEclipseplug-in-acceleratesthedevelopmentenvironmentsetupandenforcesJSystemconventions.
JSystem使用了很多其他的开源项目,其中两个最为重要的分别是JUnit和Ant。
评论