Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Use Cases

Herm Wong edited this page Apr 12, 2016 · 12 revisions

Pre-conditions

  • not on corporate network
  • no AV
  • firewall disabled
  • disk encryption disabled
  1. create a new project: new project is created & it becomes the active served project
  2. add (import) existing project: added project is appended to the project list area & it becomes the active served project
  3. edit index.html of the active project, modify <p class="event received">Device is Ready</p> to <p class="event received">Device is Ready. TestXX</p> - PhoneGap Dev App / Browser should update to display the updated content
  4. edit config.xml of the active project, modify <name>test08ab</name> node or modify <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.phonegap.helloworld" version="1.0.1"> version attribute of the <widget> node - PhoneGap Desktop App's project listing should update with the updated content
  5. change active project in the PhoneGap Desktop (by clicking play on another project or by click stop on the current active project & then clicking play on a different project) - PhoneGap Dev App / Browser should update to the contents of the new active project
  6. change port number in the settings - reload the PhoneGap Dev App / Browser with the new port make sure the active project is displayed
  7. if multiple IP addresses are listed, click on at least one - the Browser should launch displaying the contents of the active project
  8. remove a project from PhoneGap Desktop - the project should be removed from PhoneGap Desktop's project listing