What is JSON ,POJO, Serialization and Deserialization N B 4/19/2020 06:21:00 pm 0 What is JSON JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is ea... Read more »
JSONPath, Object Mapper, Jackson, Rest Assured Deserialization (API response ArrayList,Simple JSON, Nested JSON) N B 4/19/2020 06:15:00 pm 16 Note: JAVA Object is converted into JSON Object Note: JAVA Array is converted into JSON Array Every JSON object is composed on an in... Read more »
WebDriver Factory Pattern in Selenium N B 4/19/2020 06:04:00 pm 0 Src and credits: www.logigear.com WebDriver Factory Pattern is very useful in cases when you want to manage Multiple Browsers ... Read more »
Run test cases on Multiple Mobiles using Selenium Grid with Appium N B 4/19/2020 05:38:00 pm 0 Run CMD cd C:\Users\NEERAJ\Desktop\adt-bundle-windows-x86_64-20140321 java -jar selenium-server-standalone-2.42.1.jar -role hub ... Read more »
Page Object Model With Java Generics N B 4/19/2020 05:27:00 pm 0 Page Generator Class package com.qa.amazon.pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.PageFactor... Read more »
How Akamai cache works N B 4/19/2020 05:27:00 pm 0 We use cache to retrieve the resources and reduce the load on servers in finding the required resource. Frequently used resources are goo... Read more »
XSS, CSRF and Sql Injection N B 4/19/2020 05:14:00 pm 0 The major cause XSS - cross-site scripting is invalid data. Invalid data got to come from the user. User types the invalid data w... Read more »
Java Streams, Lambda Expression N B 3/22/2020 07:53:00 pm 0 Streams We can perform various aggregate operations on the data returned from collections classes by reducing the complexity of the code. ... Read more »