Versions Compared

Key

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

...

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde71e36b8-1c31-3d38-9c43-0d513e8b44c9
keyFNSDKEXT-181134

Jira Legacy
columns
serverSystem JIRAkey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde71e36b8-1c31-3d38-9c43-0d513e8b44c9
keyFNSDKEXT-182136

Jira Legacy
serverSystem JIRAcolumnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde71e36b8-1c31-3d38-9c43-0d513e8b44c9
keyFNSDKEXT-243244

Usage

Implementing Tests

tl;dr https://xunit.net/docs/getting-started/netcore/visual-studio

...

To launch a test (or suite of tests):

  1. Open the SDK project in Android Visual Studio.

  2. Navigate to the testing file that contains Open the Test Explorer tab at the side of the IDE.

  3. Select the test (or test suite) that you would like to execute.

  4. Click the single green arrow beside at the top of the tab.

  5. (Alternative) Right-click on the test (or test suite) that you want to runwould like to execute and select Run from the context menu.

Note that the majority of tests require a connected Android device as well as a VictoR device that is available (i.e. at least one VictoR device that the Android device executing the test(s) can scan for and connect to). Bluetooth/BLE tests require the executing device (e.g. the PC running the tests) have Bluetooth connectivity; USB tests require the executing device and the VictoR device(s) to be connected via USB.

...