7
Views
1
Comments
[BDD Framework] BDD framework for ODC
BDD Framework
Forge asset by OutSystems Labs

Hi Community,

I am trying to implement BDD Framework for ODC platform, and had read the following post

When i tried following the steps, realize that I have to make reference to the app which i wanted to test. However, in ODC, in order for us to reference them, it has to be via service actions. Does this mean, from now onwards, for our actual applications, we have to expose or create them as service actions? This seems kind of funny to me.

Are there any members who are using BDD framework for your ODC applications? Would appreciate any comments and advice.

Thank you!

**Additional info after posting**

  1. Had found this other question as well, offering a workaround
  2. Also i didn't know why i never bother to read the forge documentation in the first place. 
  3. If we are going to add additional screens in our application just for testing, wouldn't it add to my AOs? And in a normal application, hope you will understand there are countless functionalities to be tested
  4. As per screen shoots, yes we can enclosed the test in their own web blocks. But it will still end more layers in my application
  5. Thou if this is the way to do it, i guess we just have to work with it, instead of against it
2022-05-01 03-47-53
Jun Mun Chan
  1. Still create a separate test application
    • This test application will have their own roles (Ex. BBDTester)
    • This role, will have to be set to public
  2. In the actual application, add this role using 'Add Public Element'
  3. Will still have to spend some efforts to 'Expose as Service Actions' etc
  4. Then, in each of the of these service actions, do a CheckBDDTesterRole first

This seems workable. What do you think?

Thank you.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.