Difference between TRUNCATE, DELETE and DROP commands N B 5/05/2014 08:58:00 pm 0 Difference between TRUNCATE, DELETE and DROP commands Delete is a DML(Data Manipulation Language). Delete command deletes records fro... Read more »
1 Tier, 2 Tier and 3 Tier Architecture N B 3/02/2014 10:36:00 am 0 1-Tier Architecture We all know software packages like MS Access, MS Excel.They all have the same in common that they access files direct... Read more »
Difference between API and Webservice N B 3/02/2014 10:20:00 am 0 An application programming interface ( API ) is a set of defined functions and methods that specifies how some software components sho... Read more »
Logging in Selenium (Web Driver) using Log4j N B 2/17/2014 01:18:00 pm 0 log4j, a logging library for Java There are three ways to configure log4j: with a properties file, with an XML file and through Java code ... Read more »
Handling HTTP Modify Header Add on on Firefox in Selenium WebDriver(Adding SM_USER) N B 11/15/2013 12:51:00 pm 0 For Single Sign on Systems. We Need to modify HTTP Header Request and Pass Id to SM_USER The Handling of the Add on(Modify Header) on Fi... Read more »
Collection, List,Set and Array List In Java N B 11/14/2013 04:46:00 pm 0 A collection represents a group of objects, known as its elements. Some collections allow duplicate elements and others do not. It provid... Read more »
What is Web Service and SOAP N B 11/14/2013 04:40:00 pm 0 Web services are a simple interface using HTTP protocol. Web services can be: 1.)developed by one company, 2.)used by another c... Read more »
SOAP vs REST Web Services N B 10/25/2013 05:14:00 pm 0 SOAP stands for Simple Object Access Protocol . REST stands for Representational State Transfer.(Means the state can be transferred... Read more »
Handling Captcha Using WebDriver N B 10/15/2013 01:04:00 pm 0 A CAPTCHA is a program that protects websites against bots by generating and grading tests that humans can pass but current computer p... Read more »
Waits in WebDriver (Implicit,Explicit and ThreadSleep) N B 10/07/2013 12:10:00 pm 2 Implicit Wait - It's global setting applicable for all elements and if element appear before specified time than script will start e... Read more »