Selenium Interview Questions N B 5/05/2014 09:11:00 pm 0 What is a Build Tool? A build tool is a tool that automates everything related to building the software project. Building a software pr... Read more »
Index in Database N B 5/05/2014 09:01:00 pm 0 What is an index? An index is a data structure that stores the values for a specific column in a table. An index is created on a column... Read more »
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 »