Hi, I am working on evaluating WSO2 test Automation Framework for automating Apache Stratos tests. In WTAF we use central configuration file (automation.xml) to store all configurations related to tests. So in Apache Stratos case we have to use automation.xml to store all configurations related to test. Currently we have designed that configuration file considering our common requirements. While examining Stratos configuration details I could observe that automation.xml cannot be used as it is to store those configurations. We already allow users to store custom properties in automation.xml.
<property name="region">myRegion</property> <property name="zone">myZone</property> But the configuration I found in Apache Stratos cannot be formatted into above simple structure Ex: Consider following configuration details for partition deployment ( This cannot be simply mapped into above property nodes - There are 2 partitions that has same structure ) Partition 01: porvider: aaa region:bbb zone:ccc Partition 02 provider:aab region:bbc zone:ccd IMO we have to facilitate users to define custom structures in automation.xml an allow them to obtain configuration details from those custom structures.I propose to change schema of the automation.xml file in order to allow users to put their desired configurations in their own structure in a separate node. And then it is their responsibility to obtain those configuration details using the API already provided by WTAF. Regards, Malintha Adikari -- *Malintha Adikari* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware Mobile: +94 71 2312958 Blog: http://malinthas.blogspot.com Page: http://about.me/malintha
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
