There are two main types of environments in software testing automation. The first of them is the one we use to create and debug tests, and another one is used for running tests against tested applications. This chapter contains tips that will help you simplify your everyday job and set up proper environment infrastructure both for the local working place and server.
3-1. Choose a Proper Set of Tools for Your Needs
In my practice, I met two different types of people. Some tried to solve all their problems with the help of one tool , while others, for each new task, took something new. ...