TS 61 compatibility
Form Editor - Form File Compatibility Test Specification
Author: Jana Maleckova, Jaromir Uhrik
Version: 6.1
Lastupdate: 2008/01/30
Introduction: This is intended as Compatibility of created form files in previous releases.
Contents |
Test suite: Form File compatibility tests
Purpose:
Setup: Start IDE with clear userdir. Create new project, Java Application (e.g. MyApplication).
- Form compatibility with last releases
- Start new build as user with user directory created previous release (start ide with switch -userdir).
- Check all changed properties and their values.
- EXPECTED RESULT: All properties have the proper value.
Test suite: Opening and Editing form files with read-only flags
Purpose: Form Window test.
Setup: Start IDE with clear userdir. Create new project, Java Application (e.g. MyApplication).
- Open file (read,write) with double click
- Open form-file with doubleclik on node in Explorer.
- EXPECTED RESULT: .form editor is opened and the Design view is active.
- Open file from popup menu
- Open form-file from popup menu - Open.
- EXPECTED RESULT: .form editor is opened and the Design view is acti
- Edit file
- Open form-file from popup menu - edit.
- EXPECTED RESULT: .java-editor is open and Code view is active.
- Form is read only
- Open file.
- Try change java file.
- Try change form.
- EXPECTED RESULT: You can edit java file. You can not change form.
- Java is read only
- Open file.
- Try change java file.
- Try change form
- EXPECTED RESULT: You can not edit java file. You can not change form.
- Java and form are read only
- Open file.
- Try change java file.
- Try change form
- EXPECTED RESULT: You can not edit java file. You can not change form.
}}
}}

