Versions Compared

Key

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

Bqurious at the moment, supports two types of 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. Some salient points of Functional Tests are:

Info
titleFunctional Testing
  • 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. 

Step-by-step guide

...

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. 

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10213
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "BSD"
labelskb-how-to-article

...

Page Properties
hiddentrue


Related issues