Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-08 Thread Nuwan Wimalasekara
On Fri, Mar 8, 2013 at 1:20 PM, Nirodha Pramod niro...@wso2.com wrote: Hi Nuwan, There is an already written xsl transformation to convert the jmeter results file (*.jtl) to a comprehensive html report. I have used that for generating test reports for one of our customers. It's in

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-08 Thread Krishantha Samaraweera
Thanks Nirodha. Your xsl transformation would be a good addition to improve readability of Jmeter results. However displaying the result on surefire report is the more vital requirement, when test runs on our CI servers, the generated results should be compatible to read by bamboo and display on

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-08 Thread Nuwan Wimalasekara
On Fri, Mar 8, 2013 at 10:11 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Nuwan, It would be a great idea to write a simple how to use doc based on instructions in this mail. So we can add that to our documentation space. Please find the documentation for how to add a Jmeter

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-08 Thread Pradeep Fernando
Nice work!. very useful --Pradeep On Thu, Mar 7, 2013 at 7:42 PM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi all, We have enable the test automation framework to run Jmeter script alone with integration test while building products. There are lot of Jmeter script for product functional

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-08 Thread Krishantha Samaraweera
On Fri, Mar 8, 2013 at 2:25 PM, Nuwan Wimalasekara nuw...@wso2.com wrote: On Fri, Mar 8, 2013 at 10:11 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Nuwan, It would be a great idea to write a simple how to use doc based on instructions in this mail. So we can add that to our

[Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Nuwan Wimalasekara
Hi all, We have enable the test automation framework to run Jmeter script alone with integration test while building products. There are lot of Jmeter script for product functional testing and those are manually triggered from Jmeter tool after building the product to test product functionality.

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Krishantha Samaraweera
Excellent work Nuwan and Dharshana! QA team/Product teams hope you guys can add the jmeter scripts that used for day to day testing in to automation framework and enable them to run daily with our build system. Thanks, Krishantha. On Thu, Mar 7, 2013 at 7:42 PM, Nuwan Wimalasekara

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Evanthika Amarasiri
Great work Nuwan Dhanshana. Now we can integrate all our Jmeter scripts to the automation framework. We will try this out and provide our feedback. Regards, Evanthika On Thu, Mar 7, 2013 at 8:47 PM, Krishantha Samaraweera krishan...@wso2.comwrote: Excellent work Nuwan and Dharshana! QA

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Lalaji Sureshika
Hi, This will be really value added feature to evolve product integration tests.Specially in APIManager,we have used several jmeter test scripts time to time,to test product functionality with help of QA team.. One question,how the results of executed jmeter scripts with integration tests

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Dharshana Warusavitharana
Hi Lalagi, Its on the roadmap, But will take some time to implemet. Orginal idea is use XSLT and map jmeter result xml and surefire.xml. Thank You, Dharshana. On Thu, Mar 7, 2013 at 11:42 AM, Lalaji Sureshika lal...@wso2.com wrote: Hi, This will be really value added feature to evolve

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Nuwan Wimalasekara
Hi We have already added the basic Jmeter reports with the framework .you can use surefire reports to find result. if there is a assertion failure according to your jmx script It count as a test failure. in addition to that, A log file and a report(xml) file are generated for each and every

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Krishantha Samaraweera
Hi Nuwan, It would be a great idea to write a simple how to use doc based on instructions in this mail. So we can add that to our documentation space. Thanks, Krishantha. On Fri, Mar 8, 2013 at 10:06 AM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi We have already added the basic Jmeter

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Nuwan Wimalasekara
On Fri, Mar 8, 2013 at 10:11 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Nuwan, It would be a great idea to write a simple how to use doc based on instructions in this mail. So we can add that to our documentation space. will work on this. Thanks, Krishantha. On Fri, Mar

Re: [Dev] Integrating Jmeter test script execution with test automation framework 4.0.8

2013-03-07 Thread Nirodha Pramod
Hi Nuwan, There is an already written xsl transformation to convert the jmeter results file (*.jtl) to a comprehensive html report. I have used that for generating test reports for one of our customers. It's in JmeterHome/extras/jmeter-results-report_21.xsl. Actually there are several