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...Discuss#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...DiscussTesting
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...Discuss·37 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 ...Discuss·55 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 ...Discuss·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...DiscussRegression 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...Discuss·3 likes·99 readsMachine Learning (Python)Machine Learning
Ronika Kashyapronika.hashnode.dev·Oct 11, 2024A Guide to Automated Regression Testing Tools: Beginner’sAny software cannot run in a completely similar way all the time. Software development activity is always a part of it, where small and substantial changes continue in different phases. Reinventing products with new features and functions is the only...DiscussTesting
Sam Atinksonsamatinkson.hashnode.dev·Oct 5, 2024Functional Testing Vs. Regression Testing: A Comprehensive Comparison Guide for 2024Introduction Testing often doesn't receive the same attention as development in the software development lifecycle, yet it's equally vital. A buggy application can lead to financial losses and a dwindling user base. This blog delves into functional v...Discussfunctional testing
Steve Worthamstevewortham.hashnode.dev·Oct 3, 2024Sanity Testing Vs Regression Testing Key Differences (with Examples)The two most common software testing techniques used by QA engineers are Sanity and Regression testing. However, there are some differences between them that most of them are unaware of. This article will try to clarify any confusion and explain thin...DiscussTesting