What development model should programmers and the test group use?

Showing Answers 1 - 4 of 4 Answers

The most of the company they are using V development model'V' shape model describes about the process about the construting the application at a time all the Analysing, designing, coding and testing will be done at a time. i.e once coding finishes it'll go to tester to test for bugs if we got OK form tester we can immediately start coding after coding again send to tester he'll check for BUGS and will send back to programmer then he,programmer can finish up by implementing the project. it is the model what is using by most of the companies.

  Was this answer useful?  Yes

woozy

  • May 4th, 2006
 

The V-model is a graphical representation of the system development lifecycle. It summarizes the main steps to be taken in conjunction with the corresponding deliverables within computerized system validation framework.

The left tail of the V represents the specification stream where the system specifications are defined. The right tail of the V represents the testing stream where the systems is being tested (against the specifications defined on the left-tail). The bottom of the V where the tails meet, represents the development stream.

The specification stream mainly consists of:

  • User Requirement Specifications
  • Functional Specifications
  • Design Specifications

The testing stream generally consists of:

  • Installation Qualification
  • Operational Qualification
  • Performance Qualification

The development stream can consist (depending on the system type and the development scope) in customization, configuration or coding.

  Was this answer useful?  Yes

nil

  • Jun 19th, 2006
 

Hi all

don't confuse with this answers . According to the application the senior person will decide what type of model will use. which model will more appropriate for the application. whether it is waterfall or v or spiral.

  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