MythiliRajumythiliraju.hashnode.dev·12 hours agoSmartUI Visual AI Engine: Ship Smartly and Enhance QA AccuracyIn software development, visual testing is crucial for ensuring flawless user interfaces across various platforms. However, it presents significant challenges for QA teams, with traditional methods being slow and prone to errors. These manual process...QA
Muskantrendingflow.hashnode.dev·Jan 17, 2025Agile Testing: How QA Fits into Agile DevelopmentAgile development has revolutionized the way software is created and delivered, emphasizing collaboration, flexibility, and customer satisfaction. Yet, amidst the rapid cycles of development, testing often becomes a daunting challenge. Agile testing—...agile methodology
Steven Boutcherblog.thesocialqa.com·Jan 14, 2025How macOS runners helped me enter the Playwright MatrixIntroducing: job.strategy.matrix Below is how I saved my team 15 minutes of CI time waiting for Playwright tests to finish. Stick around afterward if you want to know how I got here. name: Playwright Tests on: # Triggers jobs: playwright: # Ch...31 readsTesting
Md. Niaz Morshedniazmorshed1494.hashnode.dev·Jan 9, 2025Why SQL is Essential for Software Quality Assurance EngineersAs a Software Quality Assurance (QA) Engineer, testing often goes beyond the user interface. To ensure that an application interacts seamlessly with its database, QA engineers need to master SQL (Structured Query Language). SQL allows engineers to va...1 like·61 readsSQL
Shiva Oletishivaoleti.hashnode.dev·Jan 6, 2025🚀 Method Chaining in Rest Assured 🚀If you're diving into API automation with Rest Assured, you're probably familiar with the powerful method chaining feature it offers. 🔗 The Core Trio: given(), when(), and then() What Is Method Chaining? Method chaining in Rest Assured enables seam...API TESTINGRest Assured
Steven Boutcherblog.thesocialqa.com·Jan 5, 2025Creating my first QA BootcampMe & Teaching: a complicated relationship Abandoning the public school system I always wanted to be a teacher. Well, not always, but for over a decade now, that’s a career path I’ve been drawn to. My degree was in Spanish Education: I was studying to...73 readsQA
Shiva Oletishivaoleti.hashnode.dev·Jan 5, 2025How GenAI Created a POM for a Login Page Using Page Source? 🤔As a QA engineer, one of the repetitive yet critical tasks is creating Page Object Models (POMs) for automation frameworks. While effective, the process of manually analyzing a page’s source code and translating it into a well-structured POM can be t...QA-genai
Shiva Oletishivaoleti.hashnode.dev·Jan 4, 2025Pen Testing: Test Strategy, Scenarios, and CasesPen Testing: Test Strategy, Scenarios, and Cases 1. Test Strategy Objective To ensure the pen performs as expected in terms of functionality, usability, durability, and aesthetics. Scope In-scope: Testing various functional and non-functional aspect...QA
Shiva Oletishivaoleti.hashnode.dev·Jan 3, 2025🌟 Understanding Types of Software Testing 🌟🌟 Understanding Types of Software Testing 🌟 Testing is the backbone of software quality assurance, ensuring that applications function as expected while meeting user and business requirements. Here's a concise visual representation of Functional an...QA
Shiva Oletishivaoleti.hashnode.dev·Jan 2, 2025Static Keywords in Rest AssuredIn Rest Assured, static imports are commonly used to make the code more readable and concise. These static methods and fields are part of Rest Assured’s core library and help define request specifications, assertions, and configurations effortlessly....API TESTINGQA