摘要: Step 30: Debugging Tools 调试 修改webapp/view/InvoiceList.view.xml文件, 把其中的 ExtendedPrice 改为ExTendedPrice <mvc:View xmlns="sap.m" xmlns:mvc="sap.ui.core.mv 阅读全文
posted @ 2021-08-08 14:05 客于溟 阅读(135) 评论(0) 推荐(0)
摘要: Step 29: Integration Test with OPA 集成测试 测试Step 16中,打开Hello对话框功能。 新建文件 webapp/test/integration/NavigationJourney.js /*global QUnit, opaTest*/ sap.ui.de 阅读全文
posted @ 2021-08-08 13:03 客于溟 阅读(118) 评论(0) 推荐(0)
摘要: Step 28: Unit Test with QUnit 单元测试 新增文件 webapp/test/unit/model/formatter.js, 对webapp/model/formatter文件中的statusText方法进行测试。 /*global QUnit*/ sap.ui.defi 阅读全文
posted @ 2021-08-08 12:45 客于溟 阅读(142) 评论(0) 推荐(0)