Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Procedure
    1. Complete Test 1
    2. Insert a valid USB drive into the computer
    3. Run unit tests
      1. Go to C:\Program Files\First-Discovery-Chrome-Extension and run 'python python-host test'
  • Expected Results
    • The unit tests should have completed without errors
  • Stop Test
    • Delete the .gpii-user-token.txt and .first-discovery-preferences.txt files from the USB drive

Test 3: Write to USB

  • Procedure
    1. Complete Test 1
    2. Insert a valid USB drive into the computer
    3. Go to chrome://extensions and turn on developer mode
    4. Look for the com.ibm.firstdiscovery extension and click on "Inspect views: background.html"
    5. Navigate to http://extension-demo-jtworkme.mybluemix.net/and click the button to set the extension ID (do this first) and send a message.
      •     Note: the extension ID that pre populates the extensionID field is the same extension ID as the extension in the web store, so you needn't edit it.
  • Expected Results
    • The backgound page of the extension will show a successful message from the native host (or not, if the installation was bad).
    • The content should have been written to the usb

...