chchgb / android-crawler

Automatically exported from code.google.com/p/android-crawler
0 stars 0 forks source link

Generation of a library for functional and non functional testing #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The jUnit generator could easily be adapted in order to generate a different 
item of software, namely a library of testing methods to be used as elementary 
blocks while writing more complex test cases.

The methods would be named after the last event fired (i.e. clickOnSettings 
instead of testCase00087) and the amount of assertion to be performed should be 
parametrized.

Original issue reported on code.google.com by nofatclips on 30 Oct 2011 at 6:51