133k views
2 votes
Which method do software testers use to isolate new code from the rest of the network during the test stage of the software development life cycle (SDLC)?

User Eux
by
5.6k points

1 Answer

5 votes

Answer:

Sandbox Testing

Step-by-step explanation:

Sandbox testing is used to test the new changes which is not their in your production server. Sandbox refers to a test server where we can deploy untested changes so that tester can test those changes separately

User Bartek Kosa
by
5.3k points