cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Elements: Testing frameworks to be used?

09-09-2022 6:00 PM
KM11 Product and Topic Expert
1459 views 1 comments
SAP Managed Tags
Subscribe

Hi Experts

In case of fiori elements, which testing frameworks shall be used? Almost all of them(OPA5/WDI5) require IDs of either the view or any other specific controls to write the test cases, whereas in fiori elements we do not have any explicitly maintained ids available which can be used.

vobu maxim.naidenov jocelyn.dart

Thanks

Kanika

Accepted Solutions (0)

Answers (1)

Answers (1)

vobu
Active Contributor

Hi, wdi5 has explicit support for testing Fiori Elements applications via the so-called „test library“ (haha, SAP naming…). Lookie: https://ui5-community.github.io/wdi5/#/fe-testlib

example app we're using to test wdi5 itself with: https://github.com/ui5-community/wdi5/tree/main/examples/fe-app

hth, v.