Blogs tagged mock server
-
As this is my first blog post in 2022, I would like to start by reflecting on 2021 before sharing the latest and greatest capabilities in SAP Fiori tools. SAP Fiori tools evolved significantly in 2021 I am very proud of what the SAP Fiori tools... Read More »15Comments17Likes -
In part 1, you were shown how to configure an SAPUI5 project in SAP Web IDE to use an OData Mock Server without having to take care of its initialization. In this part, I’ll show you how to configure it to handle Custom OData Mock Requests. It... Read More »1Comment1Like -
In the SAPUI5 SDK Documentation, there are several topics explaining how to configure an OData Mock Server to test your app: Get Started: Walkthrough – Step 27 Get Started: Mock Server Essentials: Testing – Mock Server All these... Read More »1Comment4Likes -
During frontend development in local environment, you may want to have a fake REST API to test your stuff based on mock data. JSON Server is such a tool that you can have any desired REST API running with zero coding. The only thing you need to... Read More »0Comments1Like -
(This blog post assumes your project is already setup with Fiori Elements, QUnit and OPA5, and that your project has changes (or files with extension “.change”). You might want to know how to code asynchronous JavaScript to understand... Read More »2Comments2Likes -
Former Member posted on May 30, 2016The SAPUI5/OpenUI5 MockServer component is a simple yet powerful tool to simulate the backend connectivity to a server. Any server. We already know that the MockServer can simulate OData services. This is specifically useful during development and... Read More »0Comments3Likes