You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Kam K. Yee (JIRA)" <ji...@apache.org> on 2007/08/06 21:53:59 UTC

[jira] Created: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Flexible test infrastructure and initial set of extensible functional tests
---------------------------------------------------------------------------

                 Key: MUSE-259
                 URL: https://issues.apache.org/jira/browse/MUSE-259
             Project: Muse
          Issue Type: Sub-task
          Components: Other
            Reporter: Kam K. Yee
            Assignee: Dan Jemiolo
             Fix For: 2.3.0


Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521158 ] 

Kam K. Yee commented on MUSE-259:
---------------------------------

======================================
 PROPOSED IMPLEMENTATION - HIGH LEVEL
======================================
Following are some initial thoughts/proposal for the implementation of the various tests and framework. (This proposal incorporates and adds to the input from Andrew Eberbach's previous postings and email exchanges (Thanks! Andrew).

- The unit, functional, and stress tests will be JUnit based.
- ANT scripts will be created to setup and invoke these JUnit test suites.

FUNCTIONAL TESTING:
- This would loosely follow Dan's current approach of top-level directories that are related to specific capabilties (wsrf, wsn, etc). The structure here isn't as easy to generalize, but some directory/hierarchical organization that seems sane would suffice. Again, the goal here is self-containment as to avoid an overly complex test environment.
- A new target will be introduced to the build.xml to build a new archive (muse-test-fvt-bin) containing only the functional test code and needed artifacts (e.g., WSDLs & XSDs).
- The identified steps for functional testing are as follows:
  1. Download or locally build muse-bin runtime archive
  2. Download or locally build muse-test-fvt-bin archive
  3. Unzip muse-bin
  4. Unzip muse-test-fvt-bin
  5. Run muse-bin code generation tool to generate endpoint(s) to be deployed to target container
  6. Deploy generated endpoint(s) to the target container
  7. Startup target container with generated endpoint(s)
  8. Invoke execution of JUnit functional test suites
- A new functional test ANT script will be created to invoke and execute the different JUnit test suites.
  Later on when full automation is introduced, the automation framework will be invoking these ANT script target to automatically execute the test suites.
- This design also allows for developers to do a sanity check by running these tests locally on their machines prior to checking code into the repository.

Finally, since modifying something simple is usually easier than generating something simple from scratch, we will create two "read only" top-level directories which would lay out a reasonable skeleton for users contributing their own junit and functional tests for top-level directories. 


> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhanu p velampati updated MUSE-259:
-----------------------------------

    Attachment: Muse-Tools_TestCases_v1.0.pdf

Attached document contains Test cases for wsdl2java and wsdlmerge tools

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: Muse-Tools_TestCases_v1.0.pdf, WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530620 ] 

nidhisingh edited comment on MUSE-259 at 9/26/07 8:35 PM:
-----------------------------------------------------------

Attached WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf and WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf contain initial set of testcases for WS-DistributedManagement MUWS component of Apache Muse 2.2.0. These components are based on 
WS-DistributedManagement MUWS(1.1) Part 1 and Part 2 OASIS web services standards.

      was (Author: nidhisingh):
    Initial set of testcases for WS-DistributedManagement MUWS component (based on WS-DistributedManagement MUWS(1.1) Part 1 and Part 2 OASIS web services standards) of Apache Muse 2.2.0.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Attachment: WS-ResourceFramework_1.2_Testcases_v1.0.pdf

Initial set of testcases for WS-ResourceFramework module (based on WS-ResourceFramework v1.2 OASIS web services standard) of Apache Muse 2.2.0.

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530619 ] 

nidhisingh edited comment on MUSE-259 at 9/27/07 2:49 AM:
-----------------------------------------------------------

Attached documents contain initial set of testcases for different components of Apache Muse v2.2.0. Brief summary of the contents of each of the files is as follows:

1. WS-BaseNotification_1.3_TestCases_v1.0.pdf- This document contains testcases for WS-Notification component of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification v1.3 OASIS web services standard. 

2. WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf & WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf: These files contain testcases for WSDM MUWS component of Apache Muse 2.2.0. These components are based on WS-DistributedManagement MUWS(1.1) Part 1 and Part 2 OASIS web services standards. 

3. WS-MetadataExchange_TestCases_v1.0.pdf: This document contains testcases for WS-MetadataExchange component of Apache Muse 2.2.0. This component is based on WS-MetaDataExchange 09/04 OASIS web services standard. 

4. WS-ResourceFramework_1.2_Testcases_v1.0.pdf: This document contains a set of testcases for WS-ResourceFramework module of Apache Muse 2.2.0. This module is based on WS-ResourceFramework v1.2 OASIS web services standard.

5. WS-Topics_1.3_TestCases_v1.0.pdf: This document contains testcases for WS-Topics component of Apache Muse 2.2.0. This component provides an implementation of WS-Topics v1.3 OASIS web services standard. 



      was (Author: nidhisingh):
    Attached WS-BaseNotification_1.3_TestCases_v1.0.pdf contains initial set of testcases for WS-Notification component  of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification v1.3 OASIS web services standard.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530619 ] 

nidhisingh edited comment on MUSE-259 at 9/27/07 2:51 AM:
-----------------------------------------------------------

Attached documents contain initial set of testcases for different components of Apache Muse v2.2.0. Brief summary of the contents of each of the documents is as follows:

1. WS-BaseNotification_1.3_TestCases_v1.0.pdf- This document contains testcases for WS-Notification component of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification v1.3 OASIS web services standard. 

2. WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf & WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf: These files contain testcases for WSDM MUWS component of Apache Muse 2.2.0. These components are based on WS-DistributedManagement MUWS(1.1) Part 1 and Part 2 OASIS web services standards. 

3. WS-MetadataExchange_TestCases_v1.0.pdf: This document contains testcases for WS-MetadataExchange component of Apache Muse 2.2.0. This component is based on WS-MetaDataExchange 09/04 OASIS web services standard. 

4. WS-ResourceFramework_1.2_Testcases_v1.0.pdf: This document contains a set of testcases for WS-ResourceFramework module of Apache Muse 2.2.0. This module is based on WS-ResourceFramework v1.2 OASIS web services standard.

5. WS-Topics_1.3_TestCases_v1.0.pdf: This document contains testcases for WS-Topics component of Apache Muse 2.2.0. This component provides an implementation of WS-Topics v1.3 OASIS web services standard. 



      was (Author: nidhisingh):
    Attached documents contain initial set of testcases for different components of Apache Muse v2.2.0. Brief summary of the contents of each of the files is as follows:

1. WS-BaseNotification_1.3_TestCases_v1.0.pdf- This document contains testcases for WS-Notification component of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification v1.3 OASIS web services standard. 

2. WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf & WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf: These files contain testcases for WSDM MUWS component of Apache Muse 2.2.0. These components are based on WS-DistributedManagement MUWS(1.1) Part 1 and Part 2 OASIS web services standards. 

3. WS-MetadataExchange_TestCases_v1.0.pdf: This document contains testcases for WS-MetadataExchange component of Apache Muse 2.2.0. This component is based on WS-MetaDataExchange 09/04 OASIS web services standard. 

4. WS-ResourceFramework_1.2_Testcases_v1.0.pdf: This document contains a set of testcases for WS-ResourceFramework module of Apache Muse 2.2.0. This module is based on WS-ResourceFramework v1.2 OASIS web services standard.

5. WS-Topics_1.3_TestCases_v1.0.pdf: This document contains testcases for WS-Topics component of Apache Muse 2.2.0. This component provides an implementation of WS-Topics v1.3 OASIS web services standard. 


  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhanu p velampati updated MUSE-259:
-----------------------------------

    Attachment:     (was: WS_Specs_Testcases.zip)

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530400 ] 

bhanu.prathap edited comment on MUSE-259 at 9/26/07 2:53 AM:
-----------------------------------------------------------------

Attached WSDM_Specs_Testcases.zip file contains PDF files. Each PDF file has set of Test cases (for specs MetadataExchange, WSRF, WS-Topics, Base Notification, MUWS1.1 part1, MUWS1.1 part2).

Note: These are the initial set of Test cases

      was (Author: bhanu.prathap):
    Attached WSDM_Specs_Testcases.zip file contains PDF files. Each PDF file has set of Test cases (for specs MetadataExchange, WSRF, WS-Topics, Base Notification, Muse1.1 part1, Muse1.1 part2).

Note: These are the initial set of Test cases
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WSDM_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Assigned: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Chris Twiner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Twiner reassigned MUSE-259:
---------------------------------

    Assignee: Chris Twiner  (was: Dan Jemiolo)

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Chris Twiner
>             Fix For: 2.3.0
>
>         Attachments: Muse-Tools_TestCases_v1.0.pdf, tests.zip, WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Comment: was deleted

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Attachment: WS-BaseNotification_1.3_TestCases_v1.0.pdf

Initial set of testcases for WS-BaseNotification component  (based on WS-BaseNotification 1.3 OASIS web services standard) of Apache Muse 2.2.0.

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530623 ] 

nidhisingh edited comment on MUSE-259 at 9/26/07 8:58 PM:
-----------------------------------------------------------

Attached WS-Topics_1.3_TestCases_v1.0.pdf contains initial set of testcases for WS-Topics component of Apache Muse 2.2.0. This module provides an implementation of WS-Topics v1.3 OASIS web services standard.

      was (Author: nidhisingh):
    Initial set of testcases for WS-Topics component (based on WS-Topics v1.3 OASIS web services standard) of Apache Muse 2.2.0.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530619 ] 

nidhisingh edited comment on MUSE-259 at 9/26/07 8:28 PM:
-----------------------------------------------------------

Attached WS-BaseNotification_1.3_TestCases_v1.0.pdf contains initial set of testcases for WS-Notification component  of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification v1.3 OASIS web services standard.

      was (Author: nidhisingh):
    Attached WS-BaseNotification_1.3_TestCases_v1.0.pdf contains initial set of testcases for WS-BaseNotification component  of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification 1.3 OASIS web services standard.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530621 ] 

nidhisingh edited comment on MUSE-259 at 9/26/07 8:55 PM:
-----------------------------------------------------------

Attached WS-MetadataExchange_TestCases_v1.0.pdf contains initial set of testcases for WS-MetadataExchange component of Apache Muse 2.2.0. This component is based on WS-MetaDataExchange 09/04 OASIS web services standard.

      was (Author: nidhisingh):
    Initial set of testcases for WS-MetadataExchange component (based on WS-MetaDataExchange 09/04 OASIS web services standard) of Apache Muse 2.2.0.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhanu p velampati updated MUSE-259:
-----------------------------------

    Attachment: WSDM_Specs_Testcases.zip

Attached WSDM_Specs_Testcases.zip file contains PDF files. Each PDF file has set of Test cases (for specs MetadataExchange, WSRF, WS-Topics, Base Notification, Muse1.1 part1, Muse1.1 part2).

Note: These are the initial set of Test cases

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WSDM_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhanu p velampati updated MUSE-259:
-----------------------------------

    Comment: was deleted

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WSDM_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530622 ] 

nidhisingh edited comment on MUSE-259 at 9/26/07 8:57 PM:
-----------------------------------------------------------

Attached WS-ResourceFramework_1.2_Testcases_v1.0.pdf contains initial set of testcases for WS-ResourceFramework module of Apache Muse 2.2.0. This module is based on WS-ResourceFramework v1.2 OASIS web services standard.

      was (Author: nidhisingh):
    Initial set of testcases for WS-ResourceFramework module (based on WS-ResourceFramework v1.2 OASIS web services standard) of Apache Muse 2.2.0.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhanu p velampati updated MUSE-259:
-----------------------------------

    Attachment:     (was: WSDM_Specs_Testcases.zip)

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Kam K. Yee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-259:
----------------------------

    Attachment: tests.zip

Attached is the implementation of this new feature contributed by the IBM Team

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: Muse-Tools_TestCases_v1.0.pdf, tests.zip, WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "bhanu p velampati (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhanu p velampati updated MUSE-259:
-----------------------------------

    Attachment: WS_Specs_Testcases.zip

Attached WS_Specs_Testcases.zip file contains PDF files. Each PDF file has set of Test cases (for specs MetadataExchange, WSRF, WS-Topics, Base Notification, MUWS1.1 part1, MUWS1.1 part2).

Note: These are the initial set of Test cases 

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Attachment: WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf
                WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf

Initial set of testcases for WS-DistributedManagement MUWS component (based on WS-DistributedManagement MUWS(1.1) Part 1 and Part 2 OASIS web services standards) of Apache Muse 2.2.0.

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Comment: was deleted

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Attachment: WS-Topics_1.3_TestCases_v1.0.pdf

Initial set of testcases for WS-Topics component (based on WS-Topics v1.3 OASIS web services standard) of Apache Muse 2.2.0.

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nidhi Singh updated MUSE-259:
-----------------------------

    Attachment: WS-MetadataExchange_TestCases_v1.0.pdf

Initial set of testcases for WS-MetadataExchange component (based on WS-MetaDataExchange 09/04 OASIS web services standard) of Apache Muse 2.2.0.

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Chris Twiner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656614#action_12656614 ] 

Chris Twiner commented on MUSE-259:
-----------------------------------

assigning to me as I want to try to introduce the tests (and the improved build script) as quickly as possible before I add other fixes in

> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: Muse-Tools_TestCases_v1.0.pdf, tests.zip, WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Issue Comment Edited: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Nidhi Singh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530619 ] 

nidhisingh edited comment on MUSE-259 at 9/26/07 8:27 PM:
-----------------------------------------------------------

Attached WS-BaseNotification_1.3_TestCases_v1.0.pdf contains initial set of testcases for WS-BaseNotification component  of Apache Muse 2.2.0. This component/module is based on WS-BaseNotification 1.3 OASIS web services standard.

      was (Author: nidhisingh):
    Initial set of testcases for WS-BaseNotification component  (based on WS-BaseNotification 1.3 OASIS web services standard) of Apache Muse 2.2.0.
  
> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf, WS_Specs_Testcases.zip
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-259) Flexible test infrastructure and initial set of extensible functional tests

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MUSE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531094 ] 

Dan Jemiolo commented on MUSE-259:
----------------------------------

Very impressive set of test cases so far. One area that you haven't covered is muse-tools - making sure that there is no unexpected changes in the generated artifacts and command output is just as important as the standards compliance, because it can have just as big an impact on deployers. Please make sure there is sufficient coverage of all of the tooling scenarios (described in the WSDL2Java sections of the reference manual).

The test process and directory setup sounds good - my only suggestion is to separate all the *-test projects into /trunk/tests (sibling of /trunk/modules) so that people can still checkout all of the muse-* projects from /modules without all of the test infrastructure (could be very heavy when you consider the sample data). Also, in MUSE-244 you mention creating an easy-to-use unit test skeleton project, but it's not mentioned in this issue - I just want to make sure this is included because Andrew was definitely right about making it easier for people to contribute tests.


> Flexible test infrastructure and initial set of extensible functional tests
> ---------------------------------------------------------------------------
>
>                 Key: MUSE-259
>                 URL: https://issues.apache.org/jira/browse/MUSE-259
>             Project: Muse
>          Issue Type: Sub-task
>          Components: Other
>            Reporter: Kam K. Yee
>            Assignee: Dan Jemiolo
>             Fix For: 2.3.0
>
>         Attachments: WS-BaseNotification_1.3_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS1_1.1_TestCases_v1.0.pdf, WS-DistributedManagement-MUWS2_1.1_TestCases_v1.0.pdf, WS-MetadataExchange_TestCases_v1.0.pdf, WS-ResourceFramework_1.2_Testcases_v1.0.pdf, WS-Topics_1.3_TestCases_v1.0.pdf
>
>
> Feature 244 encompases/requests multiple functionality.  This sub-task is created to facilitate tracking at a more individual, granular level.  This sub-task is to track the delivery of a flexible infrastructure and initial, extensible suite of functional tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org