Steve Worthamstevewortham.hashnode.dev·Nov 27, 2024A Guide to Codeless Automation on iPhone DevicesIt all depends on the quality and responsiveness of your website. As per Forbes, 38% of people engage with a website only if it has attractive content and layout. Hence, organizations focus a lot on continuous application performance, especially when...automation
Hari Nairend.hashnode.dev·Aug 10, 2024Packaging The Automation FrameworkIntroduction In the previous article, we created a modular automation testing framework using Selenium WebDriver, TestNG, Java, and Maven. In this article, we will add support for packaging the entire project to a JAR file as a prerequisite for runni...47 readsautomation testing
Kunaal Thanikkunaal.hashnode.dev·Jul 29, 2024Strings Manipulation -ch-02Concatenation : concatenate using '+' operator prefix = "al" suffix = "pha" print(prefix + suffix) # output : alpha f-String: helpful to print message with variable values. syntax: f" your message {var_a} and print {var_b} " prefix = "al" suffix = "...Python RecallPython
Kunaal Thanikkunaal.hashnode.dev·Jul 18, 2024CH01- InitializationFirst of all i created a repo on GitHub https://github.com/kunaal-ai/para-bank-ui-automation then cloned on local using cmd git clone https://github.com/kunaal-ai/para-bank-ui-automation and installed pytest plugin with following command pip install...28 readsPython Playwright UI Automationautomation
Hari Nairend.hashnode.dev·Apr 13, 2024Selenium WebDriver Automation Framework in JavaGithub Repository Java Selenium Automation Framework The GitHub repository linked above serves as the foundation for our Selenium automation framework project. Inside, you'll find a comprehensive Java-based framework designed to streamline web testin...107 readsautomation testing
Debasmita Adhikaridebasmita-a.hashnode.dev·Apr 4, 2024Automation Testing Framework using Selenium WebDriver and Java : Day 2In the last article, we created a Maven project, added required dependencies to the POM.xml file and then added packages and folders to our project structure. 1. Initializing the properties file : The config.properties file we added under src/test/re...Page Object Model FrameworkAutomation Test Framework
Debasmita Adhikaridebasmita-a.hashnode.dev·Mar 31, 2024Automation Testing Framework using Selenium WebDriver and Java : Day 1End-to-end testing framework topics to be covered : Page Object Model pattern Tech stack : Java, Selenium, TestNG, Maven CI CD : GIT, Jenkins Cloud integration : AWS In this series, we will create a very simple automation testing framework, mai...Page Object Model Frameworkautomation testing
Hari Nairend.hashnode.dev·Mar 2, 2024Automation Framework - Part 3Introduction In the previous article, we explored running the Selenium-standalone server as a detached process using PM2, a CLI-based manager for daemonizing application processes. Additionally, we created a configuration file to oversee various comm...75 readsautomation-with-seleniumAutomation Test Framework
Warren Markhamwarrenmarkham.hashnode.dev·Jan 17, 2024Setting up a Holberton School project#C #Unity #testframework #Makefile #automation #conventionalcommits Let's work through Sorting algorithms & Big O. It is a project in Holberton School Australia's C curriculum. ℹ If you are thinking of studying at Holberton School Australia, this a...28 readsholberton-school-australia
Ramana Reddycloud123.hashnode.dev·Jan 6, 2024AWS Systems Manager(SSM)What is SSM? AWS Systems Manager (SSM) is an agent-based service for managing servers on any infrastructure: AWS, on-premise and other clouds. Amazon used to provide loosely wrapped services for managing EC2 instances such as EC2 Run Command for exec...AWS