Google Analytics Google Analytics is a free Web analytics service that provides statistics and basic analytical tools for search engine...
Thursday, December 17, 2015
Friday, December 4, 2015
Apium: Mac Vs Window machine
Unknown
11:53 AM
Appium on Mac machine : Need a component called 'Instrument' to identify the iOS based application object, that's why appium fo...
Friday, October 30, 2015
DML Commands - Select - Insert - Update - Delete INSERT command : INSERT into Student values(101,'Adam',15); INSERT into Stu...
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 ...
Thursday, August 6, 2015
Unknown
1:45 PM
Web Services Vs API API and Web service serve as a means of communication.The only difference is that a Web service facilitates intera...
What we normally check for in the Database Testing? In Database Testing we need to check, 1) The field size validation 2) Check constr...
Java Basics: What is the most important feature of Java? Java is a platform independent language. What do you mean by platform indepen...