Selenium framework design architecture

I want to share my ideas about how we can effectively design folder/package structure while designing automation framework.

This was question i was getting all the time whenever I tried to create my own framework.

Basically we can divide framework design in various categories and one can create as many packages in eclipse.
  • Source folder
    • browserdrivers
    • logs
    • screenshots
    • pageelements
    • testbase
    • appmodules
    • utils
Based on your project or automation need it can have more such packages.

Stay tuned for more such tips/info.

Comments

Popular Posts