-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
Currently, when we create a new resource in the test automation we do it by calling the "create" method in the resources.
It is like that because that was the first approach followed by the first automated test cases. A cleaner solution would be to use a Create function for every resource, being every resource located in its own package.
We can refactor the code so that:
1- Every resource is located in its own package
2- In every resource package we have a function to Create, to Delete and to instance resources with New.