Sam Atinksonsamatinkson.hashnode.dev·Jan 10, 2025A Step-by-Step Guide to Regression Testing in Banking AppsA PwC survey revealed that 61% of consumers interact with financial institutions through digital channels, and 32% prefer to avoid branches altogether. The trend is clear: People prefer banking online, and mobile apps are a popular method. What does...Regression Testing
Sam Atinksonsamatinkson.hashnode.dev·Jan 3, 2025Revolutionizing Regression Testing with AI and AutomationRegression testing ensures that new changes or enhancements do not affect an app’s existing functionalities. With automation, regression testing is transforming, empowering developers and testers with unprecedented efficiency and accuracy. This blog ...Regression Testing
Shivanshi Singhshivanshi770.hashnode.dev·Nov 27, 2024The Importance of Regression Testing in Software DevelopmentSoftware development is an intricate process that involves creating, testing, and refining code to deliver robust and efficient applications. Among the various testing practices, regression testing holds significant importance. In this article, you w...software development
Steve Worthamstevewortham.hashnode.dev·Nov 5, 2024Visual Regression Testing Using PlaywrightAmid the fast-moving process of delivering software, the time spent on reviewing web pages manually is progressively reducing. In order to maintain the speed of modern development, we require tools that help keep our designs and layouts preserved and...#Regression
Steve Worthamstevewortham.hashnode.dev·Oct 30, 2024Test Cases Prioritization For Regression Testing [Methods & Best Practices]One of the most critical software development and maintenance aspects is regression testing. To avoid unwanted changes, a set of test cases is run whenever software is modified, and the new outputs are compared to the older ones. If the new and old o...Testing
Fatima Jannetmahia.hashnode.dev·Oct 26, 2024Machine Learning Regression Model Selection in PythonHello, welcome back to ML! So far, we have covered regressions, and this blog is about choosing the right regression model. Which one should you apply to your model? Which one you should choose? You'll find all your answers in this blog. I can confid...41 readsMachine Learning (Python)Python
Fatima Jannetmahia.hashnode.dev·Oct 25, 2024Machine Learning Chapter 2.6: Random Forest RegressionHello and welcome back to Machine Learning! Today, we'll learn about the intuition behind random forests and how to apply them step by step in Python. Let's get started. This will be our final blog on regression. Intuition Random forest is a version ...59 readsMachine Learning (Python)Python
Nazneen Ahmadnazneenahmad.hashnode.dev·Oct 22, 2024Sanity Testing vs Regression Testing: Key DifferencesAs part of the Software Development Life Cycle (SDLC), different types of testing are performed, each targeting specific elements and aspects of the software application. Among those, sanity and regression testing are two of the most important types ...1 likesanity testing
Muskantrendingflow.hashnode.dev·Oct 22, 2024The Role of AI in Software Testing: Enhancing Efficiency and Accuracys technology evolves, software development is becoming more complex, necessitating robust testing processes to ensure that applications meet user expectations and function smoothly. Traditional software testing methods, whether manual or automated, a...Regression Testing
Fatima Jannetmahia.hashnode.dev·Oct 16, 2024Machine Learning Chapter 2.1: Simple Linear RegressionWelcome to Part 2 - Regression! Regression models (both linear and non-linear) are used for predicting a real value, like salary for example. If your independent variable is time, then you are forecasting future values, otherwise your model is predic...4 likes·156 readsMachine Learning (Python)Machine Learning