Testing
This section is only relevant if you are using nodejs.
What You'll Need
Backbench account - Sign Up, the personal account will always remain free to use.
Prerequisites
Sign In to Backbench account.
Select +, in the upper right corner to create a Bench. For example, say
testing
and select CREATE or hit Enter.
Intro
Backbench can be utilized for testing your application, depends on your testing logic.
Here we'll provide you an example of functional testing.
Dependency required
In package.json
, these libraries will be required.
We'll walk through an example here, by creating a function and its test.
Paste following code in a module, then map it to endpoint.
According to functional test we need to make sure output goes as
Suppose the endpoint name goes as https://peeyushsrj-addressbookapp.beta-bench.backbench.io/hi.js.
Now create a module, to test the above:
After saving this on your module, you need to map it to endpoint. Now from the endpoint you can see the status.
Last updated