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 "DSDP/MTJ/Tests/Manual"

< DSDP‎ | MTJ‎ | Tests
(Standard usability tests)
(Standard usability tests)
Line 2: Line 2:
  
 
== Standard usability tests ==
 
== Standard usability tests ==
 +
 +
 +
=== MIDlet Project ===
 +
: <font color="green">'''New MIDlet Project Wizard'''</font>
 +
:* '''"Mobile Tools for Java" Category'''
 +
:** <font color="blue">Check:</font> ''MIDlet Project'' in category
 +
:* '''MIDlet Suite Properties'''
 +
:** <font color="blue">Check:</font> Can manage Devices
 +
:** <font color="blue">Check:</font> Can change ''Application descriptor'' name
 +
:** <font color="blue">Check:</font> When one device is selected  and ''Application descriptor'' field is empty the '''''Next''''' and '''''Finish''''' buttons must be <u>disabled</u>
 +
:** <font color="blue">Check:</font> When one device is selected  and ''Application descriptor'' field has an invalid value (i.e. something.txt) the '''''Next''''' and '''''Finish''''' buttons must be <u>disabled</u>
 +
:** <font color="blue">Check:</font> When no device is selected  and ''Application descriptor'' field is empty the '''''Next''''' and '''''Finish''''' buttons must be <u>disabled</u>
 +
:** <font color="blue">Check:</font> When no device is selected  and ''Application descriptor'' field has valid value (i.e. something.jad) the '''''Next''''' and '''''Finish''''' buttons must be <u>disabled</u>
 +
:** <font color="blue">Check:</font> When one device is selected  and ''Application descriptor'' field has valid value (i.e. something.jad) the '''''Next''''' and '''''Finish''''' buttons must be <u>enabled</u>
 +
:* '''Java settings'''
 +
:** <font color="blue">Check:</font> Can edit Java settings
 +
 +
:* <font color="blue">Check:</font> The wizard can be <u>canceled</u> at any time.
 +
:* <font color="blue">Check:</font> The user can go back to the previous wizard page at any time
 +
  
 
=== Preferences page ===
 
=== Preferences page ===

Revision as of 16:46, 7 July 2008

This is the MTJ Manual Test Plan. Tasks are outlined very briefly only. Feel free to do some exploratory testing around the suggested items.

Standard usability tests

MIDlet Project

New MIDlet Project Wizard
  • "Mobile Tools for Java" Category
    • Check: MIDlet Project in category
  • MIDlet Suite Properties
    • Check: Can manage Devices
    • Check: Can change Application descriptor name
    • Check: When one device is selected and Application descriptor field is empty the Next and Finish buttons must be disabled
    • Check: When one device is selected and Application descriptor field has an invalid value (i.e. something.txt) the Next and Finish buttons must be disabled
    • Check: When no device is selected and Application descriptor field is empty the Next and Finish buttons must be disabled
    • Check: When no device is selected and Application descriptor field has valid value (i.e. something.jad) the Next and Finish buttons must be disabled
    • Check: When one device is selected and Application descriptor field has valid value (i.e. something.jad) the Next and Finish buttons must be enabled
  • Java settings
    • Check: Can edit Java settings
  • Check: The wizard can be canceled at any time.
  • Check: The user can go back to the previous wizard page at any time


Preferences page

  • Walk through each of the Preferences and enable/disable them
    • Check if the outcome is what you expect
  • Are the Preferences documented sufficiently?

User and Legal Documentation

Verify User Docs

  • Walk through tutorial, Context Help, Check Links, Search feature

Verify Legal

  • Feature Descriptions, Licenses in all source features, Overall license

Back to the top