From c679afe59431aeaa27a29f00fb4e34ccc0f8bc52 Mon Sep 17 00:00:00 2001 From: Pelayo Torres <pelayo.torresalonso@telefonica.com> Date: Thu, 16 May 2024 15:34:32 +0200 Subject: [PATCH] Helper documentation --- doc/gettingstarted/howtorun.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md index 0c3d4fe..6915017 100644 --- a/doc/gettingstarted/howtorun.md +++ b/doc/gettingstarted/howtorun.md @@ -163,4 +163,11 @@ python3 -m <service> #### Start Your Testing with OpenCAPIF -You can now test OpenCAPIF. Visit the Testing page to see how it works. \ No newline at end of file +You can now test OpenCAPIF. + +To test it, in the "Testing" tab you have three options: + +- [Test Plan](./testing/testplan/README.md): To see how to test the services and use them. +- [Robot Framework](./testing/robotframework/README.md): To test the operation of all services or one in particular. +- [Postman](./testing/postman/README.md): In order to carry out the complete OpenCAPIF flow, being invoker and provider + -- GitLab