in which Software Life cycle phase does testing occur?
Answers were Sorted based on User's Feedback
Answer / aditi
Hi,,,
It depends on the method which is being used for the
Software develepment.
If software is developed under Water-fall Model then
Testing comes after coding, is over.
If we are using V-Model for the development of software
then Testing is in parallel with each step of
development.i.e.
SRS - Acceptance Testing
Design - System Testing
HLD - Integration Test
LLD - Unit Testing
Coding
| Is This Answer Correct ? | 23 Yes | 4 No |
Answer / srini
There are no. of phases in SDLC.They are
1.Requirement
2.Analysis
3.Design
4.Code
5.Unit Test
6.Integration Test
7.System Test
8.UAT Test
9.Production/Release/Maintenance
In this phases the testing process starts on unit testin.this is done by developers.
| Is This Answer Correct ? | 6 Yes | 7 No |
What is the test scenario? What is the difference between test strategy and test scenario.?
Assuming you're given the File->Print Page of MS Word to test,what test cases would you write to test the 'Number Of Copies' field(the max. Permissible value being 32767]?
Differences between waterfall and V model
What is verification and Validation?
How do u write integration test cases?do u have any special format?
what is mean by testing process ?
what is the preference when we perform manual testing- either FEATURES or FUNCTIONALITY ?
Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who will do Integration Testing?
what is meant by acid testing
What is meant by formal and informal testing? Under which category it comes?
what are the system testing techiniques?
When we will do Retesting? Only after Bug fixation?Is there any other case?