Anandkumaranandpak.hashnode.dev·Sep 14, 2024Step-by-Step Guide to Using Playwright for Page Interactions and Assertions 🌠When automating web testing, it's not just about finding elements on a page — it's about interacting with them and verifying that they behave as expected. In this blog, we’ll explore how Playwright helps you handle user interactions and assert condit...Discussplaywright
Yogendra Porwalqasimple.hashnode.dev·Jul 25, 2024Integrating OWASP ZAP Scans into Selenium TestsIn today's web-driven world, robust web application security is an absolute necessity. Even minor vulnerabilities can have catastrophic consequences, leading to data breaches, financial losses, and reputational damage.Consider a crypto trading platfo...DiscussSecuritytools and tip
Yogendra Porwalqasimple.hashnode.dev·Jul 24, 2024A Tester's Experience of Testing Gen-AI ChatbotLarge Language Models (LLMs) are revolutionizing the way chatbots interact with users. Many enterprises are eager to capitalize on this AI gold rush. However, ensuring these AI-powered assistants deliver natural and accurate conversations requires a ...Discuss·11 likesArtificial IntelligenceArtificial Intelligence
Rakesh Vardanrakeshvardan.com·Apr 23, 2024Understanding and Using 'Try-With-Resources' in JavaIntroduction "Are you tired of dealing with messy finally blocks just to ensure your resources get closed properly?" "Have you ever found yourself tangled in a web of nested try-catch blocks, only to realize that your application is still prone to re...Discuss·1 like·211 readsJava
Rakesh Vardanrakeshvardan.com·Apr 20, 2024Choosing the Optimal Approach for API AutomationIntroduction As an automation engineer, testing APIs is a significant part of our role. While there are numerous tools available for this purpose, choosing the right one can significantly impact our testing efficiency. In this blog post, we'll explor...Discuss·1 like·89 reads#APITestAutomation
Saranyaqatestingservices.hashnode.dev·Feb 28, 2024A Guide to Codeless Test Automation and Effective Test Management ToolsIn the ever-evolving landscape of software development, ensuring the quality and reliability of applications is paramount. Traditional testing methods often require extensive coding and scripting knowledge, leading to time-consuming processes and pot...Discussapptesting
Pritesh Usadadiyasoftwaretestingnotes.hashnode.dev·Jul 6, 2023Issue #93 : Software Testing NotesHave you been testing long enough? Do you feel bored or wondering what’s next? You are not alone. Many of us feel this way sometimes. To resolve some of your thoughts and put things into perspective, Thanh Huynh has shared some nice insights on some ...Discuss·10 likesSoftware Testing
Souvik Deysouvikdcoder.hashnode.dev·Mar 29, 2023Choosing the Right Test Automation Tools for Your OrganizationAs an SDET, I've worked on a variety of test automation tools over the years. I've learned that choosing the right tools is critical to the success of any test automation project. In this post, I'll be sharing some best practices that I have followed...Discuss·132 readsThe SDET PlaybookTestAutomation
Alexander Pushkarevtestingcoder.hashnode.dev·Mar 2, 2023Rethinking Test AutomationNot so long ago I published my first course on Udemy. That happened to be a course on Test Automation architecture. Some people asked me why I thought it was a good idea to create this 80 minutes course. After all, there're so many other courses on t...Discuss·126 readstest-automation
Alexander Pushkarevtestingcoder.hashnode.dev·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·232 readsTestAutomation