do we have this Dashboard deployed with our Bamboo automation tests? if so, please send a link.
--Srinath On Sat, Mar 17, 2012 at 7:54 PM, Amila Maha Arachchi <[email protected]> wrote: > Nice work! > > Regards, > AmilaM. > > On Fri, Mar 16, 2012 at 4:28 PM, Nuwan Wimalasekara <[email protected]> wrote: >> >> Hi all, >> >> One of main drawback in System test framework was to keep test report >> history in place where we can see test status and stats. System test >> framework generate test reports as TestNG result XML files. But those >> reports only show the result of last test run. So there is no way to find >> past results by build. Therefore we added new feature to System test >> framework to parse result XML files and write result data to a database >> after each test framework execution. Dashboard is capable for display those >> result in proper manner. >> >> Dashboard address the visualization of the test results and history using >> Charts. Test Automation dashboard is a web application which display test >> results and history of System test framework builds. Web application is >> developed using JSP technology. It is bundled as a webapp file and can be >> deployed on any java application server such as WSO2 App server, Tomcat >> etc.. We have designed the Dashboard as separate project and integrated to >> System test framework. Related dashboard DB configuration can be found in >> framework.properties file in System test framework. So the idea is to reuse >> the Dashboard with any project which generate TestNG result XML files. >> Automation dashboard source can be found at [1] >> >> How to deploy Dashboard : >> >> 1). Check out source of a dashboard from [1] >> 2). Build the source to generate war file (mvn clean package) >> 3). Extract a war file and open dbconf.properties in /WEB-INF/classes >> directory. >> 4). Configure database connection properties(jdbc url should be same as >> database configuration in framework.property) >> 5). Deploy the war fine on a application server. >> 6). Run System test framework and check results using dashboard >> >> It will display all test result and you can navigate result history also. >> >> Please refer attached screen shots of Dashboard. DB script and table >> structure is also attached. >> >> Your feedbacks and suggestions are welcome. >> >> Thanks Chanaka for the support given for theme design. >> >> Thanks, >> NuwanW /Chamara >> >> >> [1] https://svn.wso2.org/repos/wso2/carbon/platform/trunk/platform-integration/dashboard/ >> -- >> Nuwan Wimalasekara >> Software Engineer - Test Automation >> WSO2, Inc.: http://wso2.com >> lean. enterprise. middleware >> >> phone: +94 71 668 4620 >> >> >> >> >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> > > > > -- > Amila Maharachchi > Senior Software Engineer; WSO2, Inc.; http://wso2.com > > Blog: http://maharachchi.blogspot.com > Mobile: +94719371446 > > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > -- ============================ Srinath Perera, Ph.D. http://www.cs.indiana.edu/~hperera/ http://srinathsview.blogspot.com/ _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
