bdd-web-block-framework
Reactive icon

BDD Web Block Framework

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 10 June 2024
 by 
0.0
 (0 ratings)
bdd-web-block-framework

BDD Web Block Framework

Details
A way to test Web Blocks in the style of BDD Framework. Press buttons, type into input boxes, and thouroughly test your web block screen actions.
Read more

BDD Web Block framework allows you to test web block logic and events in the same way you would test a Client or Server action. 


New Client Actions have been created to help manipulate a web blocks so you can test what you need to:

  • Click: Click an element
  • Select: Change the value of a dropdown box. If the dropdown box allows selecting multiple options, you can provide a list of options to choose from.
  • Type: Type into a input box the same way a human would, triggering all of the appropriate events along the way
  • ClearInput: Clear an input value


There are also Client Actions to help you select the part of the web block you want to test:

  • Child: Looks for a child of the currently active element.
  • Contains: Looks for an element that contains a specific string
  • Element: Selects a specific element using a CSS selector
  • Parent: Selects the parent element of whatever is currently selected.


See the Documentation tab to see how these can be used


API:

BDD Web Block Framework is fully compatability with the BDDFramework Client Side test runner meaning you can levarge the API provided by this. For more information, visit https://www.outsystems.com/forge/component-documentation/10917/bddframework-client-side-o11/0

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category