Tagged articles
11 articles
Page 1 of 1
JavaScript
JavaScript
Jan 22, 2025 · Frontend Development

Master Modern CSS Reset Techniques to Eliminate Browser Inconsistencies

This guide presents modern CSS Reset techniques—including box‑model, typography, form, list, media, scrollbar, touch, and print optimizations—to eliminate default browser inconsistencies, ensure consistent rendering, and improve development efficiency across all major browsers.

CSSWeb Stylingcross‑browser
0 likes · 4 min read
Master Modern CSS Reset Techniques to Eliminate Browser Inconsistencies
KooFE Frontend Team
KooFE Frontend Team
Jan 21, 2022 · Frontend Development

Why Playwright Is Becoming the Top Choice for Cross‑Browser UI Testing

Playwright, Microsoft’s open‑source end‑to‑end UI testing framework, supports all major browsers, multiple programming languages, isolated contexts, auto‑waiting, and powerful selectors, making it a fast‑growing alternative to Selenium for developers seeking reliable, cross‑browser automation.

JavaScriptPlaywrightPython
0 likes · 6 min read
Why Playwright Is Becoming the Top Choice for Cross‑Browser UI Testing
Yuewen Frontend Team
Yuewen Frontend Team
Jan 19, 2021 · Frontend Development

How to Build a Pure CSS Star Rating with input type="range"

This article walks through creating a fully CSS‑based star rating component using the HTML input type="range", exploring its shadow‑DOM structure, applying CSS masks, handling cross‑browser quirks, and providing complete code snippets for a flexible, lightweight solution.

CSScross‑browserfrontend
0 likes · 10 min read
How to Build a Pure CSS Star Rating with input type="range"
FunTester
FunTester
Sep 5, 2020 · Frontend Development

Why UI Testing Is Essential: Manual vs Automated Strategies Explained

UI testing ensures that a website’s interface functions correctly and delivers a smooth user experience, covering manual and automated approaches, cross‑browser compatibility, exploratory and scripted techniques, and performance considerations, illustrated with real‑world ticket‑booking examples and practical Selenium automation benefits.

SeleniumUI testingautomation
0 likes · 11 min read
Why UI Testing Is Essential: Manual vs Automated Strategies Explained
FunTester
FunTester
Jul 4, 2020 · R&D Management

Top Challenges Agile Testing Teams Face and How to Overcome Them

This article examines the most common obstacles agile testing teams encounter—from constantly changing requirements and neglecting cross‑browser testing to lack of automation, over‑emphasis on speed, unclear definitions of done, poor estimation, skill gaps, and technical debt—offering practical insights to address each issue.

Agile TestingTechnical Debtautomation
0 likes · 9 min read
Top Challenges Agile Testing Teams Face and How to Overcome Them
FunTester
FunTester
Jun 22, 2020 · Frontend Development

Selenium Automation: Best Practices for Web Testing

This article explains Selenium automation fundamentals, including its components, cross‑browser testing capabilities, best practices for locators, data‑driven testing, avoiding driver dependencies, selector ordering, PageObject pattern, proper use of waits versus sleeps, and tips for configuring Firefox profiles.

Automated Testingcross‑browserlocator strategies
0 likes · 9 min read
Selenium Automation: Best Practices for Web Testing
FunTester
FunTester
Apr 6, 2020 · Operations

Why and How to Automate Production Testing with Selenium Grid

This article explains the challenges of validating test cases in production environments, especially for cross‑browser scenarios, and outlines practical strategies—including Selenium Grid automation, blue‑green, canary, and A/B testing—to ensure reliable, efficient production testing.

A/B testingBlue‑Green deploymentSelenium
0 likes · 9 min read
Why and How to Automate Production Testing with Selenium Grid
FunTester
FunTester
Feb 7, 2020 · Operations

Master Cross‑Browser Selenium Testing with Python: Practical Code Samples

This article provides a step‑by‑step guide for automating cross‑browser web tests using Selenium with Python, covering fixture setup, CSS and XPath selectors, handling dropdowns, checkboxes, mouse hover actions, tab management, and extracting page source, all illustrated with complete code examples.

PythonSeleniumautomation
0 likes · 11 min read
Master Cross‑Browser Selenium Testing with Python: Practical Code Samples
FunTester
FunTester
Dec 3, 2019 · Operations

How to Calculate Selenium Test Automation ROI: Metrics & Best Practices

This guide explains how to evaluate the return on investment of Selenium‑based cross‑browser test automation by defining key metrics, outlining calculation formulas, discussing common pitfalls, and offering practical steps to maximize efficiency, coverage, and risk reduction.

Parallel ExecutionROISelenium
0 likes · 18 min read
How to Calculate Selenium Test Automation ROI: Metrics & Best Practices