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
A comprehensive framework with Selenium Page-Factory design pattern framework with POM. Takes care of failing test cases Retry, Screen captures, Extent Reports, Excel Reading, Synchronization etc. Parallel execution and multiple browser execution is also possible with this framework,.
💻 Built a Selenium WebDriver + TestNG automation framework for ParaBank - a demo online banking site. This framework demonstrates an enterprise-ready automation architecture implementing the Page Object Model (POM), data-driven testing, and HTML reporting (ExtentReports). It is designed for readability, reusability, and ease of CI integration.
Modular Selenium Test Automation Framework built with Java, TestNG, Maven, and POM design pattern | Supports data-driven testing, cross-browser & parallel execution, and rich reporting with ExtentReports and screenshots.
Course project: Parallel execution (Java) ➟ Creating a multi-threaded program to sum up the amounts due from the facts in the big file, which is the only resource. The results of the summation of each thread must be summed and derived after each thread has completed its execution.