Zalenium N B 6/16/2019 10:48:00 pm 0 Zalenium What is Zalenium Zalenium is a flexible and scalable container based Selenium Grid with video recording, live preview , b... Read more »
Selenium Test Execution on Sauce Labs N B 6/16/2019 10:40:00 pm 0 We can use Sauce Labs for executing tests on Different Environment using SauceLabs Key thing is we can set various capabilities to c... Read more »
Encode and Decode a String in Java N B 2/06/2018 04:57:00 pm 0 package practice; import java.io.UnsupportedEncodingException; import javax.xml.bind.DatatypeConverter; public class test { pub... Read more »
Pass Multiple data through Data Provider N B 2/06/2018 04:48:00 pm 0 import org.testng.annotations.DataProvider; import org.testng.annotations.Test; public class myclass { @DataProvider(name="my... Read more »
Drag and Drop Element in Appium N B 2/06/2018 04:40:00 pm 0 To drag and Drop Element in Appium WebElement ele1 = driver.findElementById("rec_card_image"); WebElement ele2 = driver.find... Read more »
How to Connect Device on Wifi in Appium N B 2/06/2018 04:36:00 pm 0 To Connect Device on Wifi in Appium 1.)Connect Device using USB Cable 2.)In CMD type below command C:\Windows\system32>adb devices L... Read more »
How to Install Jenkins in Windows and add Plugins to Jenkins N B 5/24/2015 06:25:00 pm 0 To Work with Jenkins in Windows we need to download Jenkins Download from here Install msi file of Jenkins from here After Install... Read more »