Recent Answers
What is difference between string and stringbuilder?
Vinit Kumar answered: string -the object of this class are immutable i.e. we can not change any character that is c....
How Just in Time Compiler Works?
Johndecruse answered: When you execute the program, i.e. the intermediate code, the Just-In-Time (JIT) compiler com....
If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over t....
Satyen Kasturi answered: what you want is to use Application pages. These are located in Layouts directory. Within ....
where are the different file to content query webpart? To design a page?
uday answered: content query webpart displays a dynamic view of sites ,pages
have worked in BDC?
Mike answered: BDC stands for Business Data Catalog. It is a new feature introduced in Microsoft Office SharePoint ....
How do I connect database and infopath in sharepoint?
jiten_keswani answered: \\.\pipe\mssql$microsoft## ssee\sql\query (for Sharepoint 2007) or \\.\pipe\mssql$sharepoin....
What's new in .Net Framework 3.0?
Daniel answered: Visual Studio 2008 and the .NET Framework 3.5 enable developers to rapidly create connected applic....
What's new in .Net Framework 3.0?
resumedocket answered: WPF provides new features for making more interesting, effective, and dynamic user interface....
What is "out" keyword in C#?
Johndecruse answered: “out Keyword” in C#.out keyword is used for passing a variable for output purpose. It has sam....
What is a SharePoint Site Collection and how can we create it?
resumedocket answered: To create a SharePoint site, you must be a member of a site group that has the Create Subsit....
123456789
Software Testing Interview Questions and Answers
Software Testing : What is the difference between a Test Plan, a Test Strategy, a Test Scenario, and a Test Case?

What is the difference between a Test Plan, a Test Strategy, a Test Scenario, and a Test Case?

A Test plan is a document that describes the scope, approach, resources & schedule of intended t....
Category: Software Testing Date: 9/12/2009 8:31:04 PM
Software Testing : What is Unit Testing?

What is Unit Testing?

Unit Testing is a process used to validate that a particular module of source code is working proper....
Category: Software Testing Date: 9/8/2009 1:47:12 AM
Software Testing : What is a Test Plan?

What is a Test Plan?

A document describing the scope, approach, resources and schedule of intended test activities. The p....
Category: Software Testing Date: 9/8/2009 1:44:23 AM
Software Testing : What are the various types of Software Testing?

What are the various types of Software Testing?

1) Unit Testing 2) Integration Testing 3) System Testing 4) Acceptance Testing 5) Alpha and Beta Tes....
Category: Software Testing Date: 9/8/2009 1:36:32 AM
Software Testing : What is a difference between validation and verification?

What is a difference between validation and verification?

Validation is the process of evaluation of changed code and the associated documentation at the end....
Category: Software Testing Date: 9/7/2009 2:49:33 AM
Software Testing : What is White box Testing?

What is White box Testing?

Testing applications with the knowledge of the internal structure and the code of the program.
Category: Software Testing Date: 9/7/2009 2:45:55 AM
Software Testing : Define Black Box Testing?

Define Black Box Testing?

Testing applications only based on the output requirements and without any knowledge of the internal....
Category: Software Testing Date: 9/7/2009 2:44:14 AM
Software Testing : What is a Defect?

What is a Defect?

Any unanticipated or unexpected event that results in a fault or failure in the application.
Category: Software Testing Date: 9/7/2009 2:41:23 AM