Introduction To JSON Creating JSON Object Request Body Using Java Map Creating JSON Array Request Body Using List How To Create A JSON Object Using Jackson API – ObjectMapper – CreateObjectNode() How To Use Java Object As Payload For API Request How To Create JSON Array Using Jackson API – ObjectMapper – CreateArrayNode()
Continue reading JSON ManupulationJava Automation
Overview Java Flow Control Java Array Java Oops File Handling Wrapper Classes in Java String handling in java Enum Introduction Collection in Java
Continue reading All about Java for automationAppium Desktop is a graphical frontend to Appium with additional tools. If you’re on macOS, you will need to install Appium Desktop by copying the app from the downloaded DMG file to your own file system (the best place is the “Applications” folder). Running Appium from in side the attached DMG itself is not supported, …
Continue reading Appium UI UnderstandingAppium uses selenium’s webdriver apis Webdriver api based on json wire protocol Client send the http request in the form of json or xml to server and send back with response (client server architecture) For every language we have client library like for java we have java-client jar for appium Need to draw notes based …
Continue reading Architecture of AppiumAppium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Native apps are those written using the iOS, Android, or Windows SDKs. Mobile web apps are web apps accessed using a mobile browser (Appium supports Safari on iOS and Chrome or the built-in …
Continue reading Introduction to Appium