Tutort Academytutortacademy.hashnode.dev·Nov 4, 2024How to Select the Right Test Automation ToolIn the software development environment, automation plays a crucial role in ensuring efficiency, speed, and accuracy. For any tech professional, especially those preparing for interviews or switching to related roles, understanding test automation to...Discussright test automation tools
Sam Atinksonsamatinkson.hashnode.dev·Oct 22, 2024Layered Architecture: Building Robust and Scalable Test Automation FrameworksA layered architecture is crucial in developing robust and scalable test automation frameworks. This technical strategy provides a structured approach to framework design, improving maintainability and enabling efficient test creation. By adhering to...Discusstest-automation
Steve Worthamstevewortham.hashnode.dev·Aug 29, 2024Playwright For Test Automation : A Step by Step GuideIt enables developers and testers to automate web applications across multiple browsers with ease. This guide will walk you through the basics of using Playwright for test automation, from installation to writing and running your first tests. Playwri...DiscussTesting
Askme Technologiesaskmetechnologies.hashnode.dev·Feb 2, 2024Mastering the Art of Test Automation: A Comprehensive Guide for Beginners“Automatic Validation and Execution of Test” is now possible with a toolset called Test automation. The automation tools use special codes to perform the entire task right from reviewing software products to maintaining test data and analyzing the ge...DiscussAskme Technologies
SUBODH SINGHsubodhsingh.hashnode.dev·Jul 15, 2023WAF#3 - Implementing POM design pattern with an Object repositoryIntroduction Before discussing POM, first, let's understand what the problem is if POM is not used. Below is the test written for validLoginTest- @Test public void validLoginTest(){ driver.findElement(By.name("username")).sendKeys("Admin"); d...Discuss·1 like·627 readsAutomation Frameworktest automation framework
SUBODH SINGHsubodhsingh.hashnode.dev·Jul 12, 2023WAF#2 - Framework ArchitectureThe framework architecture I will be designing follows a modular approach, consisting of three key layers: core, application, and test. Each layer plays a specific role in achieving efficient and maintainable test automation. Core Layer: The core la...Discuss·161 readsAutomation Frameworktest automation framework
SUBODH SINGHsubodhsingh.hashnode.dev·Jul 9, 2023WAF#1 - What is a test automation framework?A test automation framework is a set of rules, guidelines, and tools that help automate software testing. It provides a structure for organizing and managing test cases, data, and results. Test automation frameworks can help to improve the efficiency...Discuss·114 readsAutomation Frameworktest automation framework
Arnab Roy Chowdhuryarnabrchowdhury.hashnode.dev·Feb 6, 2019Metrics & Challenges For Testing Streaming Applications In 2023Metrics & Challenges For Testing Streaming Applications In 2023 Streaming rich media has become an integral part of our daily lives. From watching tutorials on YouTube, Udemy etc. to playing RPGs(Role-Playing Games) on the internet, a major percentag...DiscussTesting