Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Testing .java and .class files

How can we test .java/.class files
Dear all,
Is their a way to test a J2EE based appication (.class/.java) file with the help of BPELMaestro or Is their a way to integrate JTest with BPELMaestro?
A quick responce will be highly appreciated.

Regards,

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Unfortunatly BPEL Maestro and JTest do not integrate. You can use BPEL Maestro to invoke other web services. So if your app is exposed as a web service (is described by a wsdl), you can call that service with BPEL Maestro.

    With that being said, if you do have the app exposed as a web service, you are better off using SOAPTest to test the application. BPEL Maestro is not designed as a testing tool.
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Hi,
    Thanks a lot for the information.

    Regards.....