Running Tests

Running tests is a process of executing the created tests to check if they work as expected.

Test execution can be done in two ways in the Bqurious Platform.

  • Local Execution
  • Remote Execution

Local execution is mainly done to debug a test for any errors while remote execution is mainly done for running multiple tests in a test suite.

Prerequisites for Local execution #

  • Test should be created.

Prerequisites for Remote execution #

  • Tests should be created.
  • Tests should be added to a test suite.