In another module, I'm trying to call REST API of CI/CD probe and get the list of my BDD test scenarios .
But I can't get output parameter of REST API (ScanBDDTestEndpoints).
I'm not sure why this error is happening.
I have my module named "TEST_Aplika・・・" that is made for BDD test scenarios.(This module has dependencies with BDD framework)
I just did consume REST API method with the above Request URL(ScanBDDTestEndpoints) in my module "TEST_Aplika・・".
I pressed "TEST" button then I got the below error.
The correct response should be this output parameter values.
OutDoc component is actually updated to the latest version.
I can't figure out what the issue is and how I should do.
Does this error ring a bell?
I'd appreciate it if you could give me any advice to get the correct response.
Best,
I solved it by myself.
Hi Tsubasa,
It would be great if you could share how you have solved the issue so others can learn from it :)
Regards,
Nordin
Hi Nordin ,
Sorry for the late reply.
I just updated OutDoc which is the dependencies, then updated CI/CD probe.
I googled this issue and found this solution, I tried it.
Actually, I'm trying to combine BDD Framework and CICD probe then implement my own test tool.
I found this Forge module. TESTFramework
By using this, I wonder if I don't need to use CICD probe.
Is it better and easier to use just TESTFramework and BDDframework than to make my own test tool with CICD probe and BDDframework in order to make Test automation?
I'm trying to automate test to check results that calculated hundreds of records one by one in Server actions.