Project Architecture

  • Describe overall architecture:

    • Java (Core logic)

    • Selenium (UI automation)

    • Excel (Object Repository)

    • MS Access (Test case management)

    • JDBC (Connectivity)




Framework Components

Break it down by files/folders and explain the purpose:

Component
Description
ScenarioStepGenerator.java
Reads test steps from DB
ObjectRepo.xlsx
Stores element locators
RUNCHART table
Tracks execution
FUNC_MASTER, SUBFUNC_STEPS
Modular test step definitions
Apache POI
For Excel reading/writing
JDBC
For database interaction

Comments

Popular posts from this blog

Beginner’s Guide to Setting Up Mobile Automation for Android

Hybrid Framework Flow: Keyword + Data-Driven

Which Framework is Best: Data-Driven or Keyword-Driven?