Automation Framework
Automation Framework
Java project --- lot of packages / folder where we store (create lot of java files, xl data, property
file).
3. Excel Reader: excel reader class which has all methods to read the data and write
5. Log folder: whenever we are running a script we need to know like how many lines has
been executed and if the script is failed at what point it got failed
a. Log4j
b. Reporter class
We perform action on the locators --- objects on the user interface (UI)
Ex: Loginpage.java
8. Test Base folder: we need combine all the class, properties and packages
we have all objects installation e.g.: loading property files, installation of browser objects,
returning of web elements, excel sheets installation.
13. Build.xml: