What is Software Testing? and Difference between Testing and QA?
What is Software?
A set of programs to take inputs, to do process and provide outputs.
Software Application VS Product?
A software developed depending on a specific customer requirements is called as application or project.
A software developed depending on overall requirements in market is called as software product.
What is Software Testing?
Testing is the process of executing Test cases with the intent of finding bugs in software.
OR
Software Testing is an empirical investigation conducted to provide stakeholders with information about the quality of the product or service under test.
Difference between software testing and Quality assurance (QA)?
QA is the process of verifying or determining whether a product or service meet or exceed customer expectations.

This post has 15 comments
November 24th, 2009
ll recommended this site to my friend who is looking for an entry to testing.. it has loads of resources.
June 28th, 2011
Hi Rajesh,
i want to lean testing . can u help me.
can u mail me with info:– vg.ambati@gmail.com
thanks in advance.
November 12th, 2010
Hi Every body, what is difference between Test case & Test scenario?
January 13th, 2011
Hi chandra,
Test case:- it is detail of test condition which include valid and invalid conditions.
Test Scenario:- its the overview on which test cases to be executed.
(in short test scenario is overview of test condition and test cases are details of test condition)
March 25th, 2011
Test Senario:
An item or a functionality to be tested is called test senario.
Test Case:
Means steps to be followed input data and expected result to validate a system functionality.
March 30th, 2011
Test case is an idea of Test engineer based on requirements
Test scenario is “Wherever we feel we need to test something on given application ” this situation is known as
August 6th, 2011
Test Case : its based on test conditions details like positive and negative
Test Scenario: summary of test cases
March 2nd, 2011
Test-Case: Test case is an idea of test engineer based on the requirements to test something…….
Test-Scenario: It is a feature or functionality to be tested in the application
March 25th, 2011
Test Senario:
An item or a functionality to be tested is called test senario.
Test Case:
Means steps to be followed input data and expected result to validate a system functionality.
Reply to this comment
March 25th, 2011
Bunny
March 25th, 2011
Test Senario:
Means An item or a functionality to be tested.
Test Case:
Means steps to be followed input data and expected result to validate a system functionality.
Reply to this comment
May 16th, 2011
what is the different between Test Case and Use case
July 4th, 2011
Can any body tell me What is risk analysis in Software testing?
October 22nd, 2011
Usecase:It is lowlevel design document(understandable language)It Describes functionality of certain features.
Test case:It is an idea of test engnr Based on requirement.
We will write the test cases using usecase document.
October 27th, 2011
he everybody
how can we Test without documentation is it possible ?
November 29th, 2011
risk analysis is analysing the risks in the app based on requirements before devoloping the app.