ravkrr
Mar 25th, 2008, 06:11 AM
Hello people,
before I try to integrate the tracing and coverage in Spring webflow 2.0.
I would like to show you how the tools actually work with webflow1.0. They have been very useful for me on my project. I would like to have some feedback and some help to improve it if possible.
1.) Please download the application at http://jira.springframework.org/secure/ManageAttachments.jspa?id=16938.
Attachment phonebook_coverage.rar
2.) create the folders 'D:\research\coverageLogs' and 'D:\research\tracingLogs' on your system.
3.) build the project using Maven 2
4.) place the war in the webapp folder of your tomcat server and get it
started. You will see the logs in the tracing logs folder.
5.) on your IDE, run the tests and check the logs in the coverageLogs folder.
The tracing listener is configured in the phonebook-webflow-config.xml found in the WEB-INF folder.
I have added comments to the new test that i have included to explain how the coverage is to be used.
Thanks
Kris
before I try to integrate the tracing and coverage in Spring webflow 2.0.
I would like to show you how the tools actually work with webflow1.0. They have been very useful for me on my project. I would like to have some feedback and some help to improve it if possible.
1.) Please download the application at http://jira.springframework.org/secure/ManageAttachments.jspa?id=16938.
Attachment phonebook_coverage.rar
2.) create the folders 'D:\research\coverageLogs' and 'D:\research\tracingLogs' on your system.
3.) build the project using Maven 2
4.) place the war in the webapp folder of your tomcat server and get it
started. You will see the logs in the tracing logs folder.
5.) on your IDE, run the tests and check the logs in the coverageLogs folder.
The tracing listener is configured in the phonebook-webflow-config.xml found in the WEB-INF folder.
I have added comments to the new test that i have included to explain how the coverage is to be used.
Thanks
Kris