Hi,
We are planning to go with layered apporoach for our automation framework .
We are confused with the approach for managing page objects.
we have a project which has business functions and a project which has all scripts.
Currently we are planning to add page objects and related business functions in a .tstest file.
But since the application is huge, the number of libraries will increase.
So I was thinking maintaining all page objects in a file called page objects.tstest and using this class in business libraries..
Please advice..
Thanks,
VVP