Home » Articles posted by code2test.com (Page 5)
Author Archives: code2test.com
Parse JSON Response Body with Rest Assured
In Previous tutorial, we have learned how to Test Rest Api using Rest Assured so in current tutorial we will move to more advance topic and understand Parse JSON Response Body with Rest Assured. How to Parse JSON Response Body with Rest Assured? To under in depth, we will parse Json mock response body with […]
Test Rest Api using Rest Assured
In previous tutorial we have how to Configure Eclipse with Rest-Assured API, In this tutorial we will be learning how to write and Test Rest Api using Rest Assured. Test Rest Api using Rest Assured To understand in depth, we will are taking a simple Rest Api and the details of this Api is provided […]
Configure Eclipse with Rest-Assured API
In Previous Tutorial we have learned Introduction of Rest Assured, so in current tutorial we will understand how to Configure Eclipse with Rest-Assured API. How to Configure Eclipse with Rest-Assured API To configure and setup eclipse with Rest Assured API, we need to follow the below steps step by step: 1) Install and Setup Java […]
Introduction of Rest Assured
Previous Topic, In this tutorial we will learn the overview and Introduction of Rest Assured API and the advantage. What is Rest Assured? Rest Assured provides the capability to test your Rest Representation State Transfer services using java and integrate with build tools like maven, Ant etc. Rest Assured Api has different method that helps […]
SoapUI Test Suite & Test Case
Previous Topic, After the installation of SoapUI Tool, we will now focus on creating , SoapUI Test Suite & Test Case , To understand better. Understanding SOAP protocol SOAP stands for Simple Object Access Protocol, its basically a XML based protocol which helps to communication between different systems and platform. In this protocol a XML […]
How To Install SoapUI in Windows
In this tutorial we are going to learn How To Install SoapUI in Windows platform? also we will go step by step installation process, so that it can be easily configured in to local system. How To Install SoapUI in Windows? To install SoapUI tool in to the system, we need to get the setup […]
What is Human Resource?
What is Human Resource? Human Resource is a term which is used to describes all the People who make the workforce of an organization. It includes every employee from top to bottom. Each individual who works for the organization is a Human Resource. The overall Profitability of the organization depends on the employees and to increase […]
Automating Hybrid Apps with Appium
Previous Topic, In the tutorial we are going to learn Automating Hybrid Apps with Appium. Before going further lets understand with is Hybrid Apps. What are Hybrid App? Hybrid apps are the apps that are coded in same technology as web application and mobile web application and pushed in a native container on mobile device. […]
Mobile WebApplication Automation with Appium
Prevoius Topic, We are going to learn to perform Mobile WebApplication Automation with Appium, in this tutorial, but before we start let understand about WebApplication Automation. What is WebApplication Automation in Mobile? Web Application are the browser specific application, which are hosted in web with specific address or domain name. When we open the browser […]
Appium Zoom with Multi TouchAction in Android
Previous Topic, This tutorial we are going to learn Appium Zoom with MultiTouchAction in Android. Before going further lets understand Zoom in appium. What is Zoom Action in Mobile Device? Zoom action is an event to maximize and minimize the window for any image, web page etc so that it is more visible and clear […]