What is the testing process?

Verifying that an input data produce the expected output.

Showing Answers 1 - 57 of 57 Answers

Premnath Bysani

  • May 25th, 2005
 

Testing process is not only verifying the expected output, but also the expected behavior.

Sonal Jain

  • Jun 24th, 2005
 

Testing is the process of locating errors

  Was this answer useful?  Yes

Prakhar Saxena

  • Jul 12th, 2005
 

Testing the process which ensures that the product will attain the user requirement expectations, as well as it is the process which enables us to find those undiscovered error which can effect the performance of the software product.

  Was this answer useful?  Yes

Renu

  • Jul 13th, 2005
 

Testing is the process of executing a system with the intent of finding defects.

  Was this answer useful?  Yes

Sandeep B

  • Jul 22nd, 2005
 

it ia an activity in which a system or a component of a system is executed in an environment, the results are observed or recorded and an evaluation is made on some or the other aspect of the system

  Was this answer useful?  Yes

pramila

  • Aug 10th, 2005
 

Testing is the intent of finding out errors in the software product to deliver quality software product to the customer.

Sivabalan.G.A

  • Aug 10th, 2005
 

Testing is the process of finding an yet unidentified error.

  Was this answer useful?  Yes

Ram

  • Sep 10th, 2005
 

Testing is a hunting until we meet the requirements

  Was this answer useful?  Yes

NAREN

  • Sep 14th, 2005
 

a way of organising ,set of inter related activities that are connected with people, tool, policies & to mesure s/w quality in well defined format

  Was this answer useful?  Yes

sandhya

  • Sep 16th, 2005
 

testing is to check whether the software fullfills the customer requirements.

avi_ngp

  • Sep 22nd, 2005
 

It's process of validating whether requirements are met and to check the deliverables are at an acceptable level in accordance with existing standards during initiation, development and operation phase.

  Was this answer useful?  Yes

avi_ngp

  • Sep 22nd, 2005
 

It's process of validating whether requirements are met and to check the deliverables are at an acceptable level in accordance with existing standards during initiation, development and operation phase.

  Was this answer useful?  Yes

Harish

  • Sep 28th, 2005
 

Testing is the process of Evaluating the Quality of a System or a Product and checking whether it conforms to the Requirement Specification.

dillip

  • Oct 3rd, 2005
 

It's an activity to check wheater it matches with the requirements/not...

  Was this answer useful?  Yes

Narayan

  • Oct 4th, 2005
 

Finding any kind deaviation from SRS as per client Requirement

  Was this answer useful?  Yes

Praveen

  • Oct 14th, 2005
 

Testing Process is nothing but the process followed generally during testing. It is like

Test Initation -> Test Planning -> Test Design -> Test Execution<=>Defect Report -> Test Excution closure -> Close the test

In the above process after Testing execution if a defect is found it is reported to development team and the given back to the testing team for test execution and vice versa.

  Was this answer useful?  Yes

nageswara rao

  • Oct 16th, 2005
 

what is the difference between QA and QC

  Was this answer useful?  Yes

saravanan

  • Oct 17th, 2005
 

yes

  Was this answer useful?  Yes

Ravi

  • Nov 4th, 2005
 

Testing is a process of detecting the defects in terms of structural and behaviour of the coding thereby minimising the risk associated during performance at user end.

  Was this answer useful?  Yes

viswajani

  • Feb 8th, 2006
 

testing procses means :test initialization-> testplaning->testdesign->testexicution->analyzing results->bugtracking->summary of repory.

  Was this answer useful?  Yes

Reshma

  • Apr 26th, 2006
 

 Testing Process
1.        Preparing the test plan

2.        Preparing the test specification

3.        Approval of the test specification

4.        Setup of test environment

5.        Preparing the test cases

6.        Reviewing test plan

7.        Approval of test plan

8.        Reviewing test cases

9.        Acceptance Tests of software releases

10.     Test Execution!

11.     Update test reports

12.     Deliver final test reports

Madhuker Sinha

  • Jul 17th, 2006
 

Testing process includes the followings:

1)Unit testing:-Classified the mouldes and tested accordingly.

2)Integration testing:-Tested the application after integrating all the diff modules.

3)System testing:-Testing the application for meeting all the requirements.

4)User Acceptance testing:-Testing the application with real word data or we can say it is demo to the client.

  Was this answer useful?  Yes

geethathiraviam

  • Aug 11th, 2006
 

testing is the process of identifying the bugs and also verify whether the system meets the customer requirements or not.

sneha

  • Aug 25th, 2006
 

its the operation of the system or application under controlled conditions(it could be both normal and abnormal) and evaluating the requirements and specifications.

  Was this answer useful?  Yes

pavanswapna

  • Sep 14th, 2006
 

1. Testing is nothing but analyzing the program or application with the intention of finding out the errors.

2. Testing is done to check whether the given input produces the expected result or not

3. Testing the method to check the variation between the expected and actual result

4. Testing is done to check whether the customer requirements are satisfied or not

Brijesh Sharma

  • Dec 26th, 2006
 

  1.Testing is the process of finding bug & make sure they get fixed.

   2. To improve the quality of the product.

    3. To check wheather product is working according to customer requirement or not.

saritha

  • Jan 10th, 2007
 

testing is a process of executing a program with the intent of finding an error....

and also get good quality software..

quality is nothing but confirmance to requirements quality is compliance to standard..

  Was this answer useful?  Yes

saritha

  • Oct 3rd, 2007
 

Testing is a process of Varification and Validation in application build.

srikanth

  • Oct 29th, 2007
 

Hi,
     Testing is the process with the intent of finding bugs and meeting the requirements of the clients.It is the process of finding an error which is yet to be discovered.

  Was this answer useful?  Yes

snreddy

  • Feb 7th, 2008
 

Testing Process involves the development of a test plan,carrying out the testing as per the test plan and documenting the test results in the form of a Test Report.
Test plan has to specify the resources required for testing,the test tools to be used, the test cases,the types of testing to be done etc. The Output of this stage is Completely tested software which meets the requirement specifications.

  Was this answer useful?  Yes

Ranjit8055

  • Aug 1st, 2008
 

Testing process means testing life cycles that is, From Reading Requirement to the end when the software is deployed to client with out any bugs.
1. Reading and Planning  (TEST PLAN) from Software Requirement Specifications (SRS)
2. Writing the test case from the test plan based on the functionality of the project.
3. Checking whether the build received from developer is passed in unit testing and integration testing.
4. Doing the smoke testing ( testing the primary functionality ) of build received.
5. Doing the retest on the new build when reported got fixed.
6. Doing the regression testing against the bug fixed/ any new functionality added.
7. Neccessary documentation has to be done like test report/ defect metrix/ test case/ test script/ test plan.
8. After confirming that the build is covered with necessary testing then it is deployed to the user for UAT (user acceptance testing).

srinivas

  • Jul 24th, 2011
 

in which defects are identified, isolated and subjected to rectification , till the process is continuous the product is defect free in order to produce a quality product and hence customer sanctification

  Was this answer useful?  Yes

siba

  • Sep 13th, 2011
 

Quality assurance measures the quality of process used to create a quality product.Quality control measures quality of a product........

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions