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 »
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 »