RE: What is the difference between spiral testing and ...
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.
RE: What is the difference between spiral testing and structural testing?
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.
RE: What is the difference between spiral testing and structural testing?
As far as i know Spiral testing is not any kind of testing but it is a software dovelopment models for high risk prone projects.Whereas structural testing is white box testing method.