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 "XSD Smoke Test Scenarios"

(WTP XSD Smoke Test Scenarios)
(WTP XSD Smoke Test Scenarios)
Line 64: Line 64:
  
 
;Unused Imports (New to 3.0.1)
 
;Unused Imports (New to 3.0.1)
:Check preferences under XSD Files
+
:Check preferences under XML->XML Schema Files
 
:Test that unused imports and includes are removed
 
:Test that unused imports and includes are removed
  

Revision as of 11:14, 11 August 2008

WTP XSD Smoke Test Scenarios

XSD Editor and Validator tests:

Open and Close Editor
Ensure views are maintained
Add Tests
Element (From Design and Outline)
Complex Type
Simple Type
Attribute
Attribute Group
Groups
Modify names
Attribute Refs and modify refs
Selection Tests
Synchronization between views (Properties, Graph, Source, Outline)
Delete Tests
Delete globals and locals
Drag and Drop
Elements in a sequence
Source Editing
As you type validation
Content Assist
Context Menus
Switch back to the graph view and ensure it is refreshed with any source changes
Extensions
Add and delete extensions
Add attributes
Constraints
Change lengths
Add enumerations
Refactoring
Rename a complex type
File creation & saving
Save/Save As
Close without saving
Open existing file
Create new file using new XSD file wizard
Validation
Disconnected mode
Dependency validation as of WTP3.0M7. Add validation builder to the project. Introduce a change to a schema that will invalidate an xml file. Ensure the XML file is automatically validated with an error.
XML Catalog
Resolve schemas in jars
Test the Next Catalog. Export and Import catalog files.
Properties
Attributes - Value Default and Fixed and Form
Attribute Refs
Generators
Generate an XML file from an XSD file
Unused Imports (New to 3.0.1)
Check preferences under XML->XML Schema Files
Test that unused imports and includes are removed
See also
Click here to view smoke test scenarios for WTP 1.5.
Click here to view smoke test scenarios for WTP 2.0.
Click here to view WTP smoke test results.
Back to Web Tools Wiki Home

Back to the top