top of page


Extending Selenium Java Automation into Security Testing
Why Functional Test Automation Should Also Look for Security Weaknesses Selenium is best known for functional browser automation: opening a page, entering data, clicking buttons, validating results, and repeating those actions across browsers and environments. But modern web applications need more than functional correctness. A page can load successfully. A user can log in. A payment can be submitted. Every functional assertion can pass. And the application can still have ser
selcukgenc
Aug 1212 min read


Migrating a Selenium Hybrid Automation Framework from Java to Python
Migrating a Selenium Hybrid Automation Framework from Java to Python Lessons from rebuilding a keyword-driven framework in a new language Most articles about migrating a test framework stop at the easy part: findElement becomes find_element, annotations become decorators, ship it. That is not a migration. That is a search-and-replace with a blog post attached. A hybrid framework is a different animal. It has a keyword layer, a data layer driven by spreadsheets, an object repo
selcukgenc
Aug 117 min read


Exploring the Power of PlaywrightGPT in Automation Testing: A Comprehensive Guide
Automation testing plays a crucial role in software development. The need for faster releases and higher-quality applications is driving teams to adopt innovative tools that streamline the testing process. Enter PlaywrightGPT—a powerful combination of Playwright and advanced natural language processing. This guide examines how PlaywrightGPT enhances automation testing, highlighting its functionality, benefits, and practical tips for successful implementation. What is Playwrig
selcukgenc
Nov 14, 20244 min read
bottom of page