Does Agile (scrum) require one server environment?
        Posted  
        
            by 
                Matt W
            
        on Programmers
        
        See other posts from Programmers
        
            or by Matt W
        
        
        
        Published on 2013-06-27T20:56:42Z
        Indexed on 
            2013/06/27
            22:28 UTC
        
        
        Read the original article
        Hit count: 328
        
Is it necessary/recommend/best practice/any other positive to use only one server environment to perform all development, unit testing and QA?
If so, is it then wise/part of Agile to then have only one staging environment before Live?
Considering that this could mean internationally distributed teams of developers and testers in different time zones is this wise?
This is something being implemented by our QA manager. The opinion put forward is that doing all the dev and testing on a single server is "Agile." The staging environment would be a second environment, and then live.
© Programmers or respective owner