cordova-cli

Test Plan

This test plan is not supposed to be complete; use it to guide your manual testing so they dont miss big functional areas that are part in the component; also this should be used as guideline to inspire the exploratory testing which should be adapted smartly based on the real content of a MP

On the desktop

  • Build and install packages from the MPs
  • Here are some commands to run to see that cordova-cli is functioning:

cordova create Demo1
cd Demo1
cordova platform add ubuntu
cordova plugins add org.apache.cordova.camera
cordova plugins add org.apache.cordova.device-motion
cordova plugins add org.apache.cordova.vibration
cordova plugins add org.apache.cordova.splashscreen
cordova plugins add org.apache.cordova.console
cordova plugins add org.apache.cordova.dialogs
cordova plugins add org.apache.cordova.media
cordova plugins add org.apache.cordova.contacts
cordova plugins add org.apache.cordova.battery-status
cordova plugins add org.apache.cordova.network-information
cordova plugins add org.apache.cordova.device
cordova plugins add org.apache.cordova.file
chmod +x platforms/ubuntu/cordova/run
cordova run ubuntu -d
chmod +x platforms/ubuntu/cordova/build
cordova build ubuntu

On the device

N/A

Dependents/Clients

N/A

Examples

N/A

Process/Merges/TestPlan/cordova-cli (last edited 2014-02-11 14:52:15 by S0106602ad0804439)