Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS MDR TestingFramework"

(Features)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[http://www.eclipse.org/cosmos/ COSMOS Project Home] >  [[COSMOS|COSMOS Wiki]] > [[http://wiki.eclips.org/Category:COSMOS|COSMOS Documents]]  
+
[http://www.eclipse.org/cosmos/ COSMOS Project Home] >  [[COSMOS|COSMOS Wiki]]  
  
 
This page provides an overview of Testing Framework for COSMOS MDR's.
 
This page provides an overview of Testing Framework for COSMOS MDR's.
  
 
===Overview===
 
===Overview===
This document provides a framework for automating the execution and validation of CMDBf Graph Queries against different MDR's.
+
The framework provides a method for automating the execution and validation of CMDBf Graph Queries against different MDR's.
  
The framework was designed using Java and TestNG and uses a Data Driven approach to execute the individual queries for an MDR. The framework contains a configuration file where each MDR that will be tested can be configured. The queries used to test each MDR and expected results used for validation are stored in a directory structure and using a naming convention so that the type of tests being performed can easily be detected by the test creator/executor/reviewer and the framework during processing.  
+
The framework was designed using Java and TestNG and uses a Data Driven approach to execute the individual queries for an MDR. The framework contains a configuration file where each MDR that will be tested can be configured. The queries used to test each MDR and expected results used for validation are stored in a directory structure and using a naming convention so that the type of tests being performed can easily be detected by the test creator/executor/reviewer and the framework during processing.
  
 
===Features===
 
===Features===
Line 18: Line 18:
 
* Three comparison modes that can be configured at the query level for valid queries.  
 
* Three comparison modes that can be configured at the query level for valid queries.  
 
* Ability to compare GraphQuery Faults across different Soap Versions.
 
* Ability to compare GraphQuery Faults across different Soap Versions.
* Full test report with test artifacts includng the runtime results and differences from the compare operation written to the report directory.  
+
* Full test report with test artifacts including the runtime results and differences from the compare operation written to the report directory.  
* Mechanism for passing Username and Password information for an MDR that requires security credentials.  
+
* Mechanism for passing Username and Password information for an MDR that requires security credentials.
  
 
===References===
 
===References===

Latest revision as of 01:25, 6 November 2008

COSMOS Project Home > COSMOS Wiki

This page provides an overview of Testing Framework for COSMOS MDR's.

Overview

The framework provides a method for automating the execution and validation of CMDBf Graph Queries against different MDR's.

The framework was designed using Java and TestNG and uses a Data Driven approach to execute the individual queries for an MDR. The framework contains a configuration file where each MDR that will be tested can be configured. The queries used to test each MDR and expected results used for validation are stored in a directory structure and using a naming convention so that the type of tests being performed can easily be detected by the test creator/executor/reviewer and the framework during processing.

Features

The framework supports the following testing features:

  • MDR Query Execution using Web Services with Axis2.
  • Can execute queries using Soap 1.1 and Soap 1.2.
  • Execute queries directly against a configured MDR Endpoint or use a Cosmos Broker to find the appropriate MDR Endpoint.
  • New MDRs and queries can be added with no additional coding.
  • Execute valid queries that return GraphQuery Responses or invalid queries that return GraphQuery Faults.
  • Execute and compare the runtime results against executed results or run in an initial mode dumping the runtime results to disk.
  • Three comparison modes that can be configured at the query level for valid queries.
  • Ability to compare GraphQuery Faults across different Soap Versions.
  • Full test report with test artifacts including the runtime results and differences from the compare operation written to the report directory.
  • Mechanism for passing Username and Password information for an MDR that requires security credentials.

References

For more information on this Framework and to get a copy of this MDR Testing Framework, Please email to COSMOS development distribution list - cosmos-dev@eclipse.org


Back to the top