Hi All, Test framework 4.3.1 has being introduced to the APIM integration test module under following structure.
Moving forward automation team would implement tests based on the test structure 4.3.1. integration ├ ├── pom.xml ├── tests-common │ ├── admin-clients │ ├── integration-test-utils │ └── ui-pages ├── tests-integration │ ├── pom.xml │ └── src │ └── test │ ├── java │ │ └── org │ │ └── wso2 │ │ └── am │ │ └── integration │ │ └── tests │ │ ├── server │ │ │ └── mgt │ │ │ ├── ApiMgtServerStartupTestCase.java │ │ │ └── OSGIServerBundleStatusTestCase.java │ │ └── workflow │ └── resources ├── tests-platform │ ├── pom.xml │ └── resources ├── tests-ui-integration │ ├── pom.xml Please note the APIM will move to 1.9.0 release with the SVN so we need o stick to the repository noted in [1]. [1]. http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/apimgt/1.9.0/ -- Dharshana Warusavitharana Senior Software Engineer , Test Automation WSO2 Inc. http://wso2.com email : [email protected] <[email protected]> Tel : +94 11 214 5345 Fax :+94 11 2145300 cell : +94770342233 blog : http://dharshanaw.blogspot.com lean . enterprise . middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
