87
Views
1
Comments
[BDDFramework Client Side] Not able to add Dependency of BDDFramework Client-Side
bddframeworkclientside
Mobile icon
Forge asset by OutSystems
Application Type
Mobile
Service Studio Version
11.14.11 (Build 59394)

I am trying to test a reactive web application using BDDFramework Client-side, I have created a new application for testing and trying to create test case in them but I am not able to add the dependency of of the BDD Framework Client-side.

Whenever I am trying to add the dependency only the theme is getting add.

Can anyone help me in this? 

2021-05-26 07-57-35
João Gomes
Staff

Hello Prathamesh Pitale,

Thank you for reaching out!
This reply is a bit late and hopefully, by now you were able to get past the problem.

However, in case you are still facing the issue, the test application itself needs to be a mobile application, because the BDDFramework Client-side blocks are all mobile blocks. Additionally, the reason for this is so BDDFramework can be used to test both react web and mobile applications.

As a last tip, I encourage you to take advantage of the template accelerators, as they speed up your initial test setups, and ensure you have all the required building blocks already referenced.

For example, when creating a new Test App, choose the BDD Framework Client Side template.

Once you create the module inside the App, you will have all the required blocks already imported (1), and some base templates you can copy-paste to create new test blocks (2).

Finally, when creating a new test suite screen inside your test app, you can also use the component's screen templates, which have the base structure for the test suite and allow you to focus on just coding the test.


Let me know info if this helped solve your problems while using this componenent, in case you were still blocked.

Thank you!

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