Between a solution developer and a solution tester who must understand the IT architecture of a project in order to work.
|
Both of them, but on a different level. The developer should understand the basic characteristics of the architecture in order to deliver software which works, performs and scale. The tester needs to know more about how the system is configured in order to be able to solve possible deployment and configuration issues. |
|||
|
|
|
It is very important that both entities understand the programming architecture as it will be useful when reporting the errors or when looking for the the errors or bugs int he software. If the tester does not understand the programming architecture he/she will not know all the dimensions to test. |
|||
|
|
|
Let's start from the beginning.
"As expected" literally means that the application performs exactly as specified in requirements. However, the requirements can't be coded or tested directly. For this purpose, two artifacts are created:
The developer implements the DS by writing the code. As you see, only the developer has direct need to be deeply familiar with the Architecture. Further reading: V-Model |
|||
|
|