How to Test Iflow in SAP CPI

This blog will provide detailed steps on how to test Iflow in SAP CPI using Postman. It will cover the basics of creating an HTTP-Input for your iFlow and how to send data for testing with the tool Postman.

Prerequisites

  1. Download and install postman in local machine.
  2. Access to SAP CPI tenant.

Creating an Integration Flow

We need to have an Iflow created before testing. In this blog, we will not cover details on how to create an Iflow.

Refer the blogĀ SOAP To Mail Scenario in SAP CPI

SOAP to Mail Scenario in SAP CPI

Read More

How to Install Selenium Webdriver

This blog will provide detailed steps on how to install Selenium Webdriver.

What is Selenium Web Driver?

Selenium WebDriver is the most important component of Selenium Tool’s Suite. The latest release “Selenium 2.0” is integrated with WebDriver API which provides a simpler and more concise programming interface.

What is the process for installation?

Selenium web driver installation process comprises of 4 major steps:-

  1. Download and Install Java 8 or higher version.
  2. Download and configure Eclipse or any Java IDE of your choice.
  3. Download Selenium WebDriver Java Client
  4. Configure Selenium WebDriver.

Read More