Test Types

Table of Contents

Bqurious at the moment, supports two types of tests:

  1. Functional UI Tests
  2. API Tests

Functional UI Tests #

Functional UI tests are black-box tests that allow you to validate the functionality of the application under test from an end-user perspective. Functionality of the system is testing by providing appropriate input, verifying the output and comparing the actual result with the expected result.

  • Functional testing is performed using the functional specification provided by the client and verifies the system against the functional requirements.
  • Business requirements are the inputs to functional testing
  • Functional testing describes what the product does

Bqurious allows you to create Functional Tests that span across multiple technologies including Web, Mobile, SAP™Oracle EBS™ and several other packaged applications like Salesforce™IBM Maximo™ etc. 

API Tests #

Api Testing is entirely different from GUI Testing and mainly concentrates on the business logic layer of the software architecture. This testing does not concentrate on the look and feel of an application.

Instead of using standard user inputs(keyboard) and outputs, in Api Testing, you use software to send calls to the API, get output, and note down the system’s response. Api Testing requires an application to interact with API.

In other words, API form the brain of the system.