[jira] [Commented] (OFBIZ-1463) JUnit test case for various application components

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-1463) JUnit test case for various application components

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382667#comment-15382667 ]

Taher Alkhateeb commented on OFBIZ-1463:
----------------------------------------

Hello everyone, I've introduced unit tests to the start component which helped me actually detect some minor errors in the code. If you wish you can use these tests as a reference of how to introduce unit tests utilizing gradle. These tests automatically run every time you call build, test, or run any of the server commands (upon any code change). If no change in the code is detected then the tests are cached and not run again (just like ant or any other build system)

> JUnit test case for various application components
> --------------------------------------------------
>
>                 Key: OFBIZ-1463
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1463
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Vikas Mayur
>            Priority: Minor
>
> This is an effort to create JUnit test suites for various bussiness processes in Ofbiz.
> It would be good to have such tests in place so that we can test Ofbiz on a certain day.
> These tests are in initial stage, so I would like community members to post there comments so that we can move
> ahead with them to make these test even better.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)