What is a Test procedure ?

Questions by jilanibashasd

Showing Answers 1 - 10 of 10 Answers

Satya Prakash

  • Oct 4th, 2005
 

Test Procedure:

Detailed instructions document for the set-up, execution, and evaluation of results for a given test case. This document contains a set of associated instructions. This documentation may have steps specifying a sequence of actions for the execution of a test

prafulla sahoo

  • Jan 29th, 2006
 

-To undestand the project.

-To prepare the test plan.

-To prepare the test cases.

-execute the test cases by mannul or automation.

-Analize the result.

-To report the bugs or defect.

Pravesh Gupta

  • Mar 16th, 2006
 

Once The Business Req Cleared

Steps are:

1. Test Strategies

2. Test Case Design

3. Test Case Execution

4. Bug Log  - BugTracker OR other tool & (Bog Lock: New - Open - Fix-Close - Reopen-Reject)

5. Test Results

6. Verified Step 3 till bug free application

7. Released to Production

  Was this answer useful?  Yes

Jay

  • May 13th, 2007
 

Big picture: It is the "procedure"you use for testing the specification or the requirements given (It includes the test case and other things).

  Was this answer useful?  Yes

sujatha

  • Jul 6th, 2007
 

Test Procedure is nothing but the testing process.
How the testing carried out in step by step process.

1. Test Strategy - Test Objective
2. Test Methology - Test Aproach
3. Test Plan - Test Scope
4. Test design - Test Creation
5. Test execution - Running test
6. Test reporting - Reporting
7. Test Closure - Meeting Requirements.

Abhinav Vikas

  • Jul 19th, 2007
 

Test procedure is nothing but a testng life cycle.
There are 10 steps in Testing Life Cycle.
They are :
1.Effort Estimation
2.Project Initiation
3.System Study
4.Test plan
5.Design Test Case
6.Test Automation
7.Execute Test Cases
8.Report Defects
9.Regression Testing
10. Analysis and Summary Report.

There are five steps for Test procedure

1. Identify the purpose of product

2. Identify function

3. Identify areas of potential instability

4. Test each function and record problems

5. Design and record consistency verification test

  Was this answer useful?  Yes


Hi

A test procedure is a formal specification of test cases to be applied to one or more target program modules. Test procedures are executable. A process called the VERIFIER applies a test procedure to its target modules and produces an exception report indicating which test cases, if any, failed. Test procedures facilitate thorough software testing by allowing individual modules or arbitrary groups of modules to be thoroughly tested outside the environment in which they will eventually reside. Test procedures are complete, self-contained, self-validating and execute automatically.


Test procedures are a deliverable product of the software development process and are used for both initial checkout and subsequent regression testing of target program modifications. Test procedures are coded in a new language called TPL (Test Procedure Language). The paper analyzes current testing practices, describes the structure and design of test procedures and introduces the Fortran Test Procedure Language.

CNU

  Was this answer useful?  Yes

srujinunna

  • Jul 2nd, 2010
 

Test procedure consists of detailed sequence of steps that has to be followed for executing a test, generally test procedure is written from a test case. 

  Was this answer useful?  Yes

Rick Briggs

  • Jun 18th, 2015
 

Actually a test procedure is the manual execution of a set of test cases.

  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