Hari NairforHari Nair's Blogend.hashnode.net·Sep 10, 2022Automation Framework - Part 1Introduction This article will provide a high-level overview of creating the framework from scratch. It explains how to set up the project and the tools needed to make the framework as effective as possible. Prerequisites This framework depends on ...Discuss·1 like·175 readsAutomation Test Framework
Srinivasanforseeniforu.hashnode.net·Dec 29, 2022Java Automation frameworkYes, this is where my automation project starting point other than my automation profession. As all automation framework has their own unique features, I believe this also has some unique features. Before, I want to accept the fact that this automati...Discussautomation testing
Alexander PushkarevforTestClubtestclub.hashnode.net·Feb 28, 2023Why Test Automation Can't Replace Manual TestingBoth automated and manual testing are necessary components of a healthy software delivery process. When used together they can provide a comprehensive testing strategy that ensures the best possible product quality. Automated testing allows for rapi...Discuss·235 readsTestAutomation
Bertha Whitefortestingspintestingspin.hashnode.net·Apr 10, 2023What Running Test Automation InvolvesWhat is automation testing? Automation testing involves testing software and various products to ensure they meet client and organizational requirements. It helps companies verify the functionality of their products, ensuring they perform as expected...Discuss·30 readsautomation testing
Alexander PushkarevforTestClubtestclub.hashnode.net·Feb 28, 2023Why Test Automation Can't Replace Manual TestingBoth automated and manual testing are necessary components of a healthy software delivery process. When used together they can provide a comprehensive testing strategy that ensures the best possible product quality. Automated testing allows for rapi...Discuss·235 readsTestAutomation
Rajat VermaforRajat's blograjatt95.hashnode.net·Jan 13, 2023What are the components of the Test Automation Framework?Programming language Java Javascript Python IDE (Integrated Development Environment) IntelliJ (Java) VS Code (Javascript) PyCharm (Python) Library/Tool Web Selenium WebDriver Cypress Playwright Mobile Appium API Postman Rest A...Discuss·28 readsautomation testing
Srinivasanforseeniforu.hashnode.net·Dec 29, 2022Java Automation frameworkYes, this is where my automation project starting point other than my automation profession. As all automation framework has their own unique features, I believe this also has some unique features. Before, I want to accept the fact that this automati...Discussautomation testing
Adarsh MforAdarsh M's blogadarshm12.hashnode.net·Nov 29, 2022Migrating Test Automation Suite To Cypress 10There are times when developers get stuck with a problem that has to do with version changes. Trying to run the code or test without upgrading the package can result in unexpected errors. While we may believe there is a problem with the code, we were...DiscussTesting
Hari NairforHari Nair's Blogend.hashnode.net·Oct 8, 2022Automation Framework - Part 2Introduction In the previous article we learned how to create a basic automation framework from scratch. We also learned to start & run a selenium-standalone server as a foreground process and terminate it manually using the escape sequence ctrl+c. I...Discuss·55 readsAutomation Test Framework
Hari NairforHari Nair's Blogend.hashnode.net·Sep 10, 2022Automation Framework - Part 1Introduction This article will provide a high-level overview of creating the framework from scratch. It explains how to set up the project and the tools needed to make the framework as effective as possible. Prerequisites This framework depends on ...Discuss·1 like·175 readsAutomation Test Framework
Owen JonesforOwen Jones's blogowenjones.hashnode.net·May 28, 2020The Definitive Guide To Automation Testing For IT TeamsAccording to The Newstack, software testing consumes, on average, 30–40% of an organization’s application budget. If you’re involved in the software development process, then you will understand the importance of testing. If flaws are caught in the e...DiscussTesting