You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a boilerplate/template for a Playwright-Typescript framework for web UI, API, mobile emulation, DB, and visual testing. Docker image, SonarQube, Lighthouse, GitHub Actions setup with Slack notifications are also implemented.
My framework is Data Driven Framework which is automation testing framework in which input values are read from data files and stored into variables in test scripts. It enables testers to build positive test cases into a single test. Input data in data driven framework can be stored in single or multiple data sources like .xlsx .
This framework is about how can we do data driven and we read data from excel file using common method,test class classes and driver class for whole framework. how we add dependencies to run the test cases and generate the report by using allure, testng,apache poi, allure.
This framework is data driven i.e. we read data from excel sheet using common method. This framework include Common method, Test Class cases and drive class to execution of entire framework. Maven Dependencies are Rest Assured, testng, apache poi, aluure. In this framework we validate status code and response body by using TESTNG assert class.