SAP-archive / ui5-automation-framework

End-to-end test framework for UI5 applications. It uses UI5 structure and renders simplicity and ease of use for UI5 Automation.
Apache License 2.0
24 stars 8 forks source link

In UI5 Sample: Object identified attribute and Assertion attributes are same , which is not suggestible to use #7

Open venkatbatchu81 opened 5 years ago

venkatbatchu81 commented 5 years ago

Hi Team,

It was really a good experience to use this tool for UI5 controls compared to other tools in the market.

While using the UI5 Sample code, I got confused with the Step1, here "Title" is the object identified attribute and used the Value as "Slider" and in the assertion you guys used "Title" again with the same value as "Slider", apparently which will never fail so I request this assertion is not be a value-add.

And also Step 1 title is not relevant to function described in the Step1. Title is describing : "setValue on sap.m.SearchField", but function describes sap.m.StandardListItem.

Thanks, Venkat Batchu