简体   繁体   中英

Automation of test suite generation in eclipse

I would like to automate test suite generation in eclipse which includes following steps in manual process. can anyone help me how to achive this using java or any other comfortable language.

Right click on package -> select 'New' -> 'other'

click on 'test' ->select 'TPTP junit test' -> click on 'next'

give package and Test name -> click Finish

Add testcases in 'Test methods' tab

complete invocation in 'behavior' tab

save and close.

Tool should ask Test name and number of test cases needs to be generated and with this info test suite should be generated.

Step 4
Step 5

Just try MoreUnit . I didn't find how to add test cases with it, but it can handle the most part of the steps you've described.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM