What is the difference between spiral testing and structural testing?

Questions by sophi

Showing Answers 1 - 3 of 3 Answers

Nandini

  • Sep 26th, 2007
 

In spiral testing model software is developed in a series of incremental releases during this checking and corrections in between increments.
Structural testing is white box testing , it is a way to test software wiht knowledge of the internal workings of the code being tested. it is also called clear box testing and glass box testing.

  Was this answer useful?  Yes

psunitha

  • Mar 4th, 2008
 

Sprial testing is done for high risk application and in every phase customer or stakeholders accept and verifys the application, and only then it goes to next phase.

structural testing is nothing but white box testing, which tests the internal of the code in the application.

  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