These are two different types of tests. 1. Unit tests are to verify small piece of code. 2. Integration tests are ran for the product itself.
These are two different types of testing. Refer to [1] [1] http://stackoverflow.com/questions/5357601/whats-the-difference-between-unit-tests-and-integration-tests Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Jun 2, 2015 7:11 PM, "Mahesh Chinthaka" <[email protected]> wrote: > Hi all, > > In addition to integration tests we are having JDBCApplicationDAOTest.java > and JDBCAppVersionDAOTest.java in org.wso2.carbon.appfactory.core (under > src/test). > > Other org.wso2.carbon.appfactory bundles dont have such test classes. > > If this is a test case why dont we have it as a integration test case , > why is it inside the same bundle ? > Or is this some another test thing ? What is the purpose of having it > theres ? Can somebody explain to me ? > > > -- > *Mahesh Chinthaka Vidanagama* | Software Engineer > WSO2, Inc | lean. enterprise. middleware. > #20, Palm Grove, Colombo 03, Sri Lanka > Mobile: +94 71 63 63 083 | Work: +94 112 145 345 > Email: [email protected] | Web: www.wso2.com >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
