DML Commands - Select - Insert - Update - Delete INSERT command : INSERT into Student values(101,'Adam',15); INSERT into Stu...
Friday, October 30, 2015
Database - DDL
Unknown
12:28 PM
DDL Commands - Create - Drop - Alter - Rename - Truncate The Create Table Command The create table command defines each column of the ...
Thursday, October 29, 2015
Executing Test on Real Devices - Android Device For test to run on devices, we need to make sure : 1. USB Debugging is enabled 2. ADB...
Wednesday, October 28, 2015
APPIUM Installation on Windows Step 1- Install Android SDK in your system. Step 2- Start your Android emulator or any attach any A...
INSTALLATION GUIDE FOR APPIUM 1. Download and Configure Java Go to URL: www.oracle .com > Download JDK Even if JRE is installed,...
What is APPIUM Appium is an open-source tool you can use to automate mobile native, mobile web, and mobile hybrid applications on iOS ...