Is WDI5 safe to use in SAP context #549
Replies: 3 comments
-
Hi Vikrant, All I can further say in this regard is that the cooperation between SAP/UI5 core and the To address your points:
hth, V. |
Beta Was this translation helpful? Give feedback.
-
Hi Volker, Thank you very much for the reponse. I have been facing issue with selectors which are not uniquely identified and the ones which are identified uniquely than the UI5 equivalent methods are not working on them. May be the way i structure the Selectors could be a problem , so is there any tutorial or guide how to work with selectors and specfic UI5 controls like TreeTable etc? And the Question about the dependencies, in my project repository i have tried to put the WDI5 dependencies in the root project and kept the Spec files under root/webapp/test directory but still the developers have a concerns that it could impact the applications deployment if the tests/test resources reside inside the project directory. Is it a valid concern? Also i am new to SAP but i have been questioned that if SAP changes anything in future for SAPUI5, version upgrade or anything else, will the test still work in that scenario. will the WDI5 test work in cloud foundary as well? One last question , is there a dedicated support available if we face issues with WDI5. Regards, |
Beta Was this translation helpful? Give feedback.
-
there's quite some documentation for locators https://ui5-community.github.io/wdi5/#/locators .
IMO not really. UI5 apps default test dir location is
as we're reusing UI5's Test API "
yes, there is. Community support works via the regular GitHub issues. hth, v. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am QA and I tried to use WDI5 tool to automate the Regression flows in our SAP Neo application and i was able to do some of the Flows, which i tried to share it with my ABAP developers and there were few concerning questions asked to me as below:
also they suggested me to try only SAP approved frameworks like Qunit or OPA5 so are the above concerns valid or its just the developers overthinking?
Regards,
Vikrant
Beta Was this translation helpful? Give feedback.
All reactions