Testing HTTP-Functions Is Now Easier!

We’re happy to share that testing http-functions is now easier !

From now on you can test http-functions from functional testing without the need to publish your site.

To test your function:

  1. Click the Run button next to the function

  2. In the new tab, Set Parameters section, you’ll get a template with the request object

  3. Fill in the relevant values for the test and click Run

4 Likes

Is it the perfect way of testing a piece of software? I am not a professional with HTTP, but this seems to be a little not enough. When creating a website for our company, it took the programmers a week to test all the features to assure us that everything was fine.
We even tested penetration testing melbourne to find all the weak places in this code. This was one of the best things we did; I think, because we have never got hacked so far. All the leaks were eliminated, and now the code is completely safe (hopefully). It is something that all programmers need to do before saying that the program is ready to use.

Functional Testing is a great way to run specific functions on your BE and test them without the need to publish the site.
For http-functions it should ease the process since you can specify the HTTP request object in the Set Parameters section of the Functional Testing window and you don’t have to publish your site before.