facebook

MyEclipse and Testing Best Practices

  1. MyEclipse IDE
  2.  > 
  3. Comments
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #216100 Reply

    Any opinions on a “best practices” for integrating testing with development using MyEclipse.

    junit…..cactus….others?

    Lee

    #216104

    Riyad Kalla
    Member

    Moving to Random Thoughts:

    P.S.> I think it depends on what you are developing. Straight Java/Beans/EJBs? Use JUnit… developing Swing Client, try JFCUnit or some of the other newer unit testers for GUIs…

    I just use Junit.

    #216105

    @support-rkalla wrote:

    Moving to Random Thoughts:

    P.S.> I think it depends on what you are developing. Straight Java/Beans/EJBs? Use JUnit… developing Swing Client, try JFCUnit or some of the other newer unit testers for GUIs…

    I just use Junit.

    Web apps — struts based web applications.

    Lee

    #216106

    You say you use junit — that’s where my search started — trying to find info on how to effectively use junit from within MyEclipse

    Lee

    #216108

    Riyad Kalla
    Member

    Web apps — struts based web applications.

    Ahh, ok check here then: http://www.onjava.com/pub/a/onjava/2004/09/22/test-struts.html

    And here for a Struts testing toolkit: http://javaboutique.internet.com/tutorials/StrutsTestCase/

    Here is its homepage: http://strutstestcase.sourceforge.net/

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: MyEclipse and Testing Best Practices

You must be logged in to post in the forum log in