[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


...Testing? Test Plan? Test case?

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)

Question by khrstne
Submitted on 9/16/2003
Related FAQ: comp.software.testing Frequently Asked Questions (FAQ)
Rating: Rate this question: Vote
What is Testing?
What is Test Plan?
What is Test case?


Answer by babu
Submitted on 9/30/2003
Rating:  Rate this answer: Vote
Testing: Executeing a program with a intent of finding bugs.
TestPlan: It is a roadmap for testing the system
Testcase:To check the behaviour of particular attidue

 

Answer by viswa
Submitted on 1/7/2004
Rating:  Rate this answer: Vote
1. Testing the application/program is committed to deliver the product without any defect within the scope of testing.
2. Its helps the tester to start the testing with clear understanding of scope,environment,etc..
3. Test Case is like a check list to make sure that all the requirements are covered in the/this testing.

 

Answer by Hitu_hitu
Submitted on 3/17/2004
Rating:  Rate this answer: Vote
Executing software in a controlled manner to answer the question "Does the software behave as specified?"

 

Answer by mbm
Submitted on 3/18/2004
Rating:  Rate this answer: Vote
1. To assure the behavior i.e. is output according to what we desire on the given input data.
2.Test plan is a document which includes, introduction, assumptions, list of test cases, list of features to be tested, approach, deliverables, resources, risks and scheduling.
3.It is the well define Scenario to perform a task to validate the Inputs and outputs.

 

Answer by Gambler
Submitted on 3/21/2004
Rating:  Rate this answer: Vote
test plan: A record of the test planning process detailing the degree of tester indedendence, the test environment, the test case design techniques and test measurement techniques to be used, and the rationale for their choice.

test case: A set of inputs, execution preconditions, and expected outcomes developed for a particular objective, such as to exercise a particular program path or to verify compliance with a specific requirement. After [IEEE,do178b]

 

Answer by KrishnaKishore
Submitted on 5/19/2004
Rating:  Rate this answer: Vote
Test: The process of executing the system satisfies specific requirements and detecting the errors

Test Plan: Test Plan is a document which gives object,scope,and focus software testing efforts.

Test case: Test case is a document which gives action,event expected results in future that object perfectly working or not

 

Answer by usman
Submitted on 9/16/2004
Rating: Not yet rated Rate this answer: Vote
testing is act of checking if a product performs as expected
test plan is a road map for sucessful complete testing
test case is a action that validate the product sucess or failure

 

Answer by munish uppal
Submitted on 9/19/2004
Rating: Not yet rated Rate this answer: Vote
test is kind of specific part of s/w eng. to check the robustness of s/w for various unvalid and valid inputs and checking of the output according to the requirment specification and functional specification.

test plan is kind of document for testing of s/w ,made accord the requirment specification and module by module maturity of s/w growth by keeping in mind of function specification of modules

test case are written after when test palanning is done ,test plan is design of test case in which we choose various path and input ranges to check the s/w modules.

 

Answer by munish uppal
Submitted on 9/19/2004
Rating: Not yet rated Rate this answer: Vote
test is kind of specific part of s/w eng. to check the robustness of s/w for various unvalid and valid inputs and checking of the output according to the requirment specification and functional specification.

test plan is kind of document for testing of s/w ,made accord the requirment specification and module by module maturity of s/w growth by keeping in mind of function specification of modules

test case are written after when test palanning is done ,test plan is design of test case in which we choose various path and input ranges to check the s/w modules.

 

Answer by sunita salimath
Submitted on 12/13/2004
Rating: Not yet rated Rate this answer: Vote
Testing-Testing is a process of executing a program with the intent of finding errors.Tester never fixes the error rather find them and return to the programmer.
Test plan: Test plan includes , Objective, Scope, Test strategy, Test deliverables, Risk analysis,and feature to be tested and feature not to be tested.
Test case:Its a document that descibes an event, action & expected output in a correct program & it'll check whether feature of the application is working correctly or not. Pls follow some steps to write a test cases:
1.Test id
2.Test name
3.Objective
4.Test condition
5. expected o/p

 

Answer by shanks
Submitted on 2/18/2005
Rating: Not yet rated Rate this answer: Vote
Hi,

I have done my graduation(B.Sc.)from D.U and after that I completed my Master's in Computers and Management from Pune University. But beacuse of my hard luck I didn't get any job in software. I started working in Call center. Now i wanna change my job and industry as well. Can you help me !!!! From where should i do s/w testing and will I be able to do it. After that will I get a job in delhi as I have forget almost everything in Software.

 

Answer by Hemanth
Submitted on 3/15/2005
Rating: Not yet rated Rate this answer: Vote
Testing: Verification and Validation of an Application.
Testplan:Testplan is a document it's contains Pre requisites for testing.
Testcase: Testcase is a small issue to check the functionality of an application.

 

Answer by billi
Submitted on 3/16/2005
Rating: Not yet rated Rate this answer: Vote
testing:cheking the purpose of project
testplan:all information about a project
test case:each and every situation written in a excel sheet

 

Answer by praveena
Submitted on 3/16/2005
Rating: Not yet rated Rate this answer: Vote
Testing:Its a process runs aganist system application intended to find bugs.
Test plan:Documentation that specifies the scope,approach,resources, and schedule of intended testing activeties.
Test case: Its a documentation specifying inputs,predicted results,and a set of execution conditions for a test items.

 

Answer by HEMANT DINKAR
Submitted on 3/28/2005
Rating: Not yet rated Rate this answer: Vote
.Testing : deliverable of any software without any defects is known as Testing .

•Test Plan: a high level document that will describe the key elements associated with the testing of a computer system. A software project test plan is a document that describes the objectives, scopes, approach, and focus of a software testing effort.

•Test cases:  A document which describe input action or event and expected response to determine the future of  an application is working correctly .it should contain particulars such as test case Identifier, test case name , objectives , test conditions input data requirements ,steps and expected results .


 

Answer by Rajan Sharma
Submitted on 6/7/2005
Rating: Not yet rated Rate this answer: Vote
Testing: The functionality, delivered by the development team, is as specified by the business in the Business Design Specification Document and the Requirements Documentation.

TestPlan: details the activities, dependencies and effort required to conduct the Test.

Testcase:documents the tests to be applied, the data to be processed, the automated testing coverage and the expected results.

 

Answer by SUDARSAN
Submitted on 9/12/2005
Rating: Not yet rated Rate this answer: Vote
1.Testing is nothing but executing the SW and find out the bugs

2.Testplan is overview the product.Document is a list of item to test the system.

3.Test case is nothing but creating the test script and follow steps the execute the testcases given input we will check whether the expected result met

 

Answer by Shahid
Submitted on 12/1/2005
Rating: Not yet rated Rate this answer: Vote
Testing: Checking something to find defects in it.
Test Plan: It is nothing but:
          When to test?
          What to test?
          Who is going to test?
          How is he going to test?
          etc.
Test Case: Provides process or way to test  

 

Answer by Nicky
Submitted on 12/14/2005
Rating: Not yet rated Rate this answer: Vote
Testing is to find an as yet undiscovered error

Test plan is a document which gives the testing efforts to release the product

Test case is a document which descibes input, expected result for input,Actual result and test condition(pass/fail).

 

Answer by Nicky
Submitted on 12/14/2005
Rating: Not yet rated Rate this answer: Vote
Testing is a process to finding an as yet undiscovered error.

Test Plan is a documentation specifying the scope, approach, resources, and schedule of intended testing activities. It identifies test items, the features to be tested, the testing tasks, responsibilities, required, resources, and any risks requiring contingency planning.

Test Case is a documentation specifying inputs, predicted results, and a set of execution conditions for a test item.

 

Answer by Devender Sharma
Submitted on 12/27/2005
Rating: Not yet rated Rate this answer: Vote
Test : The process through which one finds bugs.

Test Plan : It is a document in which the various plans are defined and mentioned on the basis of the software.

Test cases : These cases are those through which one checks for the Inputs and Outputs on individual events.  

 

Answer by sachin Biradar
Submitted on 3/3/2006
Rating: Not yet rated Rate this answer: Vote
Good Answer

 

Answer by lakshmi
Submitted on 4/20/2006
Rating: Not yet rated Rate this answer: Vote
what to test and how to test

 

Answer by jkkjkkj
Submitted on 5/2/2006
Rating: Not yet rated Rate this answer: Vote
jhkjkjh

 

Answer by Pallavi
Submitted on 5/21/2006
Rating: Not yet rated Rate this answer: Vote
1. To check quality of the software in terms of bugs , performance , funcatinality before deliverying the product
2. Test Plan is the document which guides the testing process. it defines how to perform the testing , frequency of testing, type of testing , acceptance level of software etc
3. Test cases defines how to test the software with pre-defined input data and expected data.

 

Answer by Vijitha Fernando (Virtusa)
Submitted on 6/24/2006
Rating: Not yet rated Rate this answer: Vote
TESTING IS, to detect Faults in a Product and to Verify the Product confirms to its Client's Expectations/Requirements.
TEST PLAN is a Pre-defined Schedule of Tasks with identified Risk to execute How and What to verify in detecting a Defect in a Product within the Scope and managing Time & Resources to achieve the maximum Quality.
TEST CASE is an Important set of Data executeable to compare actual results with expected Results.

 

Answer by alka
Submitted on 7/10/2006
Rating: Not yet rated Rate this answer: Vote
Testing : testing is to compare between the actual and expected result.
Test plan:It is a document which contain testing objective,risk,strategy,resources.
Test Cases:It contain test scenario with input and expected output

 

Answer by Satya
Submitted on 8/10/2006
Rating: Not yet rated Rate this answer: Vote
Test: The process of executing the system satisfies specific requirements and detecting the errors

Test Plan: Test Plan is a document which gives object,scope,and focus software testing efforts.

Test case: Test case is a document which gives action,event expected results in future that object perfectly working or not

 

Answer by bond0113
Submitted on 8/23/2006
Rating: Not yet rated Rate this answer: Vote
1.Testing: Software is likely to have faults, to learn about the reliability of the software, failures can be very expensive, avoid being sued by customers and stay in business,build confidence.
2.Test plan=SPACE DIRT: Write paper which plan in better quality the process of testing. Scope, People needed, Approach, Criteria (pass/fail/suspension/resumption), Environment needs, Deliverables test,Incidental, Risk (contingencies), Tasks.IEEE829 test document
3.Test case:A test case is a document that describes an input, action, or event and an expected response, to determine if a feature of an application is working correctly. A test case should contain particulars such as test case identifier, test case name, objective, test conditions/setup, input data requirements, steps, and expected results.

 

Answer by murlee
Submitted on 10/6/2006
Rating: Not yet rated Rate this answer: Vote
Testing:it is the process of executing the software build in multi-environmet with an intension of finding defects, in performing expected functionality


 

Answer by Deepthi
Submitted on 11/20/2006
Rating: Not yet rated Rate this answer: Vote
Testing : Eliminating maximum number of bugs or issues to deliver a potential protect.

Test Plan : A document which guides from objective,environment,risks,scope,responsibilities till sign off.

Test case : A weapon to trace functionality of product by fixing bugs.

 

Answer by Shrinivashm
Submitted on 11/24/2006
Rating: Not yet rated Rate this answer: Vote
Systematic aproach to find the defects

 

Answer by Bujji
Submitted on 11/24/2006
Rating: Not yet rated Rate this answer: Vote
Testing is a mechanism with a goal of finding errors in the application

Testpaln is a process which specifys the requirements and objective of the application

Testcase is a design document which consists of input,action and output and compares the actual and expected results.

 

Answer by prasanta kumar pand  kulu
Submitted on 1/7/2007
Rating: Not yet rated Rate this answer: Vote
Test case is a document which is described to input action and event or expected entire result

 

Answer by margiran
Submitted on 1/15/2007
Rating: Not yet rated Rate this answer: Vote
What type of testing exists?

 

Answer by gk
Submitted on 1/18/2007
Rating: Not yet rated Rate this answer: Vote
Evaluating a system by means of manual or automatic mode and finding the difference between the actual and the expected results

 

Answer by Narendra kumar
Submitted on 2/2/2007
Rating: Not yet rated Rate this answer: Vote
Testing is the process of running a system with the intention of finding errors

 

Answer by NARA
Submitted on 2/21/2007
Rating: Not yet rated Rate this answer: Vote
YES

 

Answer by sathish
Submitted on 3/8/2007
Rating: Not yet rated Rate this answer: Vote
test case defines how to test a particular object behavour in perticular conditions wat input data required wat actions are required waht we are expecting from executin

 

Answer by Deepa
Submitted on 3/9/2007
Rating: Not yet rated Rate this answer: Vote
Testing:  z a Art of Creative Destruction

 

Answer by Geetanjly
Submitted on 3/19/2007
Rating: Not yet rated Rate this answer: Vote
Testing:Testing is the process of identifying defects or to check whether the given system is working as per the requirementsor not.
Test plan: provide the overall approch to be followed to test a system.
Test cases:Steps to check that whether the given system is working according to functional requirements.test cases contians all the steps that should cover all requirements  

 

Answer by shanthi
Submitted on 3/28/2007
Rating: Not yet rated Rate this answer: Vote
The purpose of testing is to discover errors. Testing is the process of trying to discover every conceivable fault or weakness in a work product

 

Answer by NITIN KUMAR UPADHYAY
Submitted on 4/5/2007
Rating: Not yet rated Rate this answer: Vote
In general, testing is finding out how well something works. In terms of human beings, testing tells what level of knowledge or skill has been acquired. In computer hardware and software development, testing is used at key checkpoints in the overall process to determine whether objectives are being met. For example, in software development, product objectives are sometimes tested by product user representatives. When the design is complete, coding follows and the finished code is then tested at the unit or module level by each programmer; at the component level by the group of programmers involved; and at the system level when all components are combined together. At early or late stages, a product or service may also be tested for usability.

 

Answer by s
Submitted on 4/11/2007
Rating: Not yet rated Rate this answer: Vote
computer

 

Answer by Ajay Rai
Submitted on 4/13/2007
Rating: Not yet rated Rate this answer: Vote
Tesing ->
Test is a execution of program to ensure that , it is working according to specifiction.

Testcase->
It  is set of input,action and output.
TestPlan ->it contains testcases,testenvironment,scope and objective of testin, resource management and sceduling

 

Answer by ashish
Submitted on 4/16/2007
Rating: Not yet rated Rate this answer: Vote
Testing means executing a programme with a intenation of finding the bugs
Test Plan is a document which gives roadmap for a particular bug.
Test case  is a  documented step written for a particular use case of an application

 

Answer by patrick
Submitted on 5/8/2007
Rating: Not yet rated Rate this answer: Vote
Hey Gambler, what is indedendence?

 

Answer by UMESH
Submitted on 5/18/2007
Rating: Not yet rated Rate this answer: Vote
1. To assure the behavior i.e. is output according to what we desire on the given input data.
2.Test plan is a document which includes, introduction, assumptions, list of test cases, list of features to be tested, approach, deliverables, resources, risks and scheduling.
3.It is the well define Scenario to perform a task to validate the Inputs and outputs.

 

Answer by kala
Submitted on 6/12/2007
Rating: Not yet rated Rate this answer: Vote
Test: It is nothing but finding the error and satisfies the customer requirment.
Test plan: Test plan is detailed approarach of the application.
Test case: Test case is combination of inputs and expected outputs.

 

Answer by ANSAR
Submitted on 6/14/2007
Rating: Not yet rated Rate this answer: Vote
Testcase:test case is nothing but it is a sets of input parameters for which software will be tested

 

Answer by rv
Submitted on 6/19/2007
Rating: Not yet rated Rate this answer: Vote
testing is process which is used to measure the quality of a developed computer software.

 

Answer by R.K.GALI
Submitted on 6/22/2007
Rating: Not yet rated Rate this answer: Vote
Testing:
Testing the application/program to find out the quality outcome of the programe weather it is satisfieing the requirements of the customer.
TestPlan:
It is a roadmap with time bound and available resources for testing the application/program
Testcase:
Test case is a document containing unique "ID",Description of action,expected results and outcome after the action

 

Answer by marron
Submitted on 6/26/2007
Rating: Not yet rated Rate this answer: Vote
test it is a type of measurement or unit of measurement.
test plan it is a document that have a objective in the test paper..

 

Answer by Balasubramanian.
Submitted on 7/8/2007
Rating: Not yet rated Rate this answer: Vote


Testing: Executeing a program with a intent of finding bugs



TEST PLAN: A test plan is a document describing the approach to be taken for intended testing activities and serves as a service level agreement between the quality assurance testing function and others like development.

Testcase:To check the behaviour of particular attidue

 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.