Manual Integration Test: suspend/resume
DESCRIPTION
Test OData V4 Model suspend/resume via runtime adaptation (RTA)
PREPARATION
To check console errors open the developer tools before starting the application and
check with each step, that there are no errors and warnings.
Testing with back end
Start the Sales Orders RTA test application URL (adjust host and port if necessary) locally.
Note: The test only works with back end (realOData=true):
http://<host>:<port>/test-resources/sap/ui/core/demokit/sample/common/index.html?component=odata.v4.SalesOrdersRTATest&realOData=true
Configure your IDE to be able to execute the Sales Orders RTA test application against an
OData back end system. Start the Sales Orders application URL (adjust host and port if necessary):
REALIZE and CHECK
Adapt Sales Orders table
- After the application is started, click on the gearwheel button with the
tooltip "Adapt Sales Orders Table" of the Sales Orders table.
- Check:An adaptation dialog opens.
- Check:The number of checked properties in the adaptation dialog is equals the
number of Sales Order table columns.
- In the adaptation dialog: Uncheck "SalesOrderId", check "LifecycleStatus".
Click "Apply Changes".
- Check:The "SalesOrdersId" column is no longer displayed.
- Check:A "LifecycleStatus" column is now displayed.
It contains the value "N" for all rows.
Adapt Sales Orders details
- Select the first entry in Sales Orders table. After loading the Sales Order Details
click on the gearwheel button which is the one with tooltip "Adapt Sales Order Details"
of the Sales Orders Details form.
- Check:An adaptation dialog opens.
- In the adaptation dialog: Uncheck "SalesOrderId", check "LifecycleStatus".
Click "Apply Changes".
- Check:The "SalesOrdersId" column is no longer displayed.
- Check:A "LifecycleStatus" column is now displayed.
Adapt Business Partner
- Click on the gearwheel button which is the one with tooltip
"Adapt Business Partner Table" of the Business Partner Details form.
- Check:An adaptation dialog opens.
- In the adaptation dialog: Uncheck "BusinessPartnerID", check "BusinessPartnerRole".
Click "Apply Changes".
- Check:The "BusinessPartnerID" column is no longer displayed.
- Check:A "BusinessPartnerRole" column is now displayed.
Adapt Sales Order Line Items
- Click on the gearwheel button which is the one with tooltip
"Adapt Sales Order Line Items Table" of the Sales Order Line Items table.
- Check:An adaptation dialog opens.
- In the adaptation dialog: Uncheck "ProductID", check "NoteLanguage".
Click "Apply Changes".
- Check:The "ProductID" column is no longer displayed.
- Check:A "NoteLanguage" column is now displayed.