JFairy Test Data Generator for Test Cases N B 4/19/2020 06:35:00 pm 0 Fairy can also create below objects & produce test data. Person (See the example below) Credit Card (CC Vendor, Expiry etc) Net... Read more »
Accessing secured APIs using RestAssured N B 4/19/2020 06:22:00 pm 8 Accessing secured APIs Basic Authentication (i.e., the consumer of this API needs to provide a valid username and password combination e... Read more »
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 12 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 »