Versions Compared

Key

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

...

  • Procedure
    1. Complete Test 1
    2. Run unit tests
  • Expected Results
    • The unit tests should have completed without errors

Test 3: Connect to Extension

  • Procedure
    1. Complete Test 1
    2. Follow the Example Usage to write some code to connect to the extension
  • Expected Results
    • The example code should be able to detect and use the Chrome extension

Native Host

Description
Ensures that the native host is installed properly

...

Test 2: Unit tests

  • Procedure
    1. Complete Test 1
    2. Insert a valid USB drive into the computer
    3. Run unit tests
      1. Go to C:\Program Files (x86)\First-Discovery-Chrome-Extension and run 'python python-host test'
  • Expected Results
    • The unit tests should have completed without errors

...

  • Procedure
    1. Complete Test 1
    2. Insert a valid USB drive into the computer
    3. ???
    Expected Results
    1. Go to chrome://extensions and turn on developer mode
    2. Look for the com.ibm.firstdiscovery extension and click on "Inspect views: background.html"
    3. 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

...