ADB Commands
ADB Commands In this tutorial we will learn what is an ADB and how we can issue adb commands from command line or from a testing script. Following will be Read more »
Locators in Selenium
What are Locators? Locator is a command that tells Selenium IDE which GUI elements ( say Text Box, Buttons, Check Boxes etc) its needs to operate on. Identification of correct Read more »
Architecture of Selenium WebDriver
Selenium History In 2004, Jason Huggins a software Engineer at ThoughtWorks created a program using JavaScript which was called as JavaScriptRunner to test web applications through script. It gained momentum Read more »
Components of Selenium
Selenium IDE Selenium IDE is a complete integrated development environment (IDE) for Selenium tests. It is implemented as a Firefox Add-On and available on Chrome Store recently, and allows recording, editing, and debugging tests. It Read more »
History of Selenium
History of Selenium Selenium was originally developed by Jason Huggins in 2004 as an internal tool at ThoughtWorks. Huggins was later joined by other programmers and testers at ThoughtWorks, before Paul Read more »
Introduction to Selenium
What is Selenium? Selenium is a portable software testing framework for web applications. Selenium provides a playback (formerly also recording) tool for authoring tests without the need to learn a test scripting Read more »
Automate gestures in Appium
How to automate gestures in Appium Gestures play an important role in how your app is being used. With lot of unique gesture supported on mobile devices, automation has its own Read more »
Sample Test Script for Android Emulator in Java
Sample Test Script for Android Emulator in Java package webdriverPackage; import org.testng.annotations.Test; import io.appium.java_client.remote.MobileCapabilityType; import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.openqa.selenium.remote.RemoteWebDriver; public class AndroidTEst { @Test public void Read more »
Sample Test Script – Android Emulator
Here is the SampleTest Script – Android Emulator using NUnit.Framework; using OpenQA.Selenium; using OpenQA.Selenium.Remote; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SeleniumHelloWorld { public class Emulator Read more »
Overview of BlockChain Technology
Overview of BlockChain Technology source: https://www.fullestop.com/ Read more »
