[jbossts-issues] [JBoss JIRA] (JBTM-955) Update the XTS WSTX11 interop tests to use Arquillian

Paul Robinson (Updated) (JIRA) jira-events at lists.jboss.org
Mon Nov 7 10:55:45 EST 2011


     [ https://issues.jboss.org/browse/JBTM-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson updated JBTM-955:
-------------------------------

       Priority: Minor  (was: Major)
    Description: 
These tests are built with ant. They are ran by deploying them as a war to a single JBoss instance which deploys the services needed by the test. This war also exposes a web interface that on request runs the tests and relays the results in the http response.

This process is automated by using ant to deploy the war and then making the http request and validating the response. See here in code for scripts: "XTS/localjunit/run-interop-tests.xml"

By using Arquillian we should be able to remove the ant script servlet, and web page then have Arquillian deploy the services and run the tests directly in the container.

  was:
Currently the XTS unit tests deploy a servlet that is invoked by an ant script. 

By using Arquillian we should be able to remove the ant script and servlet then have Arquillian deploy the services and run the tests directly in the container.


    
> Update the XTS WSTX11 interop tests to use Arquillian
> -----------------------------------------------------
>
>                 Key: JBTM-955
>                 URL: https://issues.jboss.org/browse/JBTM-955
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 5.0.0.M2
>
>
> These tests are built with ant. They are ran by deploying them as a war to a single JBoss instance which deploys the services needed by the test. This war also exposes a web interface that on request runs the tests and relays the results in the http response.
> This process is automated by using ant to deploy the war and then making the http request and validating the response. See here in code for scripts: "XTS/localjunit/run-interop-tests.xml"
> By using Arquillian we should be able to remove the ant script servlet, and web page then have Arquillian deploy the services and run the tests directly in the container.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list