Class sap.ui.test.PageObjectFactoryModule: sap/ui/test/PageObjectFactory

extends Object

Page Object Factory


Since: 1.26.
Constructor Summary
Method Summary
sap.ui.test.PageObjectFactory.create()Create a page object configured as arrangement, action and assertion to the Opa.config.
Methods borrowed from class sap.ui.base.Object
Constructor Detail
new sap.ui.test.PageObjectFactory()
Method Detail
sap.ui.test.PageObjectFactory.create()
Create a page object configured as arrangement, action and assertion to the Opa.config. Use it to structure your arrangement, action and assertion based on parts of the screen to avoid name clashes and help structuring your tests.
See:
sap.ui.test.Opa5#createPageObjects