Hybrid Framework Flow: Keyword + Data-Driven
Functional Regression Testing using a Hybrid Framework Combines Keyword-driven and Data-driven techniques. Likely built for Web UI automation. Breakdown: MS Access (RUNCHART Table) Test execution summary is stored in a table ( RUNCHART ). Fields like RUNID , SCN_ID , SCN_DESCRIPTION , EXECUTED_BY , etc. Tags like Regression and execution status are tracked. Indicates test case execution tracking and reporting is handled through MS Access database . Java Code (Eclipse – ScenarioStepGenerator.java ) Code is preparing and executing SQL queries to fetch test scenario steps. Interacts with tables like SCN_FUNC_BATCHING and SCN_STEPS_AUTOMATION . Implements logic to insert/update test steps dynamically. Core automation engine is Java-based and fetches test steps dynamically using scenario IDs . JDBC is used for database connection and query execution. Excel (Object Repository) Excel file ( iDataSyncr ) is used as UI Object Repository . Fields...