Hardik Chotaliyahardikchotaliya.hashnode.dev·Nov 6, 2023🌐 How to Set Up a World Object: Seamlessly Exchange Data Between Steps in WebdriverIO + TypeScript + Cucumber Automation Framework 🔁🚩 Problem Statement As an Automation Test Engineer, I want to set a Value/Data in one step definition So that I can access the same value on another step definition in the same feature file of cucumber. Usage:- Use for data exchange like OrderID, A...Discuss·35 readsWebdriverIOCucumber
Mohammad Zubairmzubair.hashnode.dev·Oct 31, 2023Becoming an SDET Engineer Skills, Growth, and SalariesSDET stands for Software Development Engineer in Test. It is a role in the software industry that combines elements of software development and software testing. SDETs are responsible for creating and maintaining automated testing frameworks, tools, ...Discusssdet
Harshit Sharmabinarygeeks.hashnode.dev·Oct 3, 2023Docker, Containerd and A LOT OF confusion!With great innovation and advancement in technology, I think most of IT enginners are some or other way, directly or indirecly, working with technology like docker, but still there is lot of confusion going around it. Before we talk about docker and ...Discuss·28 readsDocker
wedevxwedevxco.hashnode.dev·Oct 2, 2023Software Development Engineer in Test (SDET)SDET course is designed for individuals who want to become proficient in Software Development Engineering in Test (SDET). You'll learn how to write, automate and maintain software code that tests the quality of a software application.Discusssdet
Robert Tuckercodingbootcamps.hashnode.dev·Aug 25, 2023SDET Career Guide: Navigating the Coding Bootcamp PathwayIn the rapidly evolving tech landscape, a career as a Software Development Engineer in Test (SDET) has gained significant prominence. SDETs play a crucial role in ensuring the quality and reliability of software through automated testing processes. F...Discusssdet
vivek sharmaqualityassurance.hashnode.dev·Aug 22, 2023Cookie TestingWhat is a cookie? A cookie is a little piece of data that a web server stores on the client side. Each time the browser requests a page from the server, this information is transmitted back to the server. Cookies often include customized user data or...Discuss·1 like·175 readsautomation testing
Ayshwarya Katheriaayshkatheria.hashnode.dev·Jul 31, 2023How to Setup Playwright on WindowsSetting up Playwright on Windows is a straightforward process. Playwright is a powerful automation library for browsers developed by Microsoft, enabling you to write browser automation scripts in various programming languages like JavaScript, TypeScr...Discussselenium
Ayshwarya Katheriaayshkatheria.hashnode.dev·Jul 25, 2023Handling Broken Links in Selenium 4: Best Practices for Web Test AutomationIntroduction: In the world of web test automation, Selenium has been a game-changer, empowering testers to efficiently validate web applications and ensure their robustness. However, as websites evolve and change over time, it's common for links to b...Discussselenium
Ayshwarya Katheriaayshkatheria.hashnode.dev·Jul 23, 2023Headless Browser Testing with Selenium: Unleashing the Power of Silent AutomationIn the world of web application testing, efficient and fast test execution is key to success. Traditional browser testing often involves launching browsers with graphical interfaces, which can be time-consuming and resource-intensive. Enter headless ...DiscussJava
Pooja Salerupoojasaleru.hashnode.dev·Jul 23, 2023Mastering API Testing with Postman: A Comprehensive Guide🚀Hey 👋 Everyone, it's been a long time since I was not active here.., I'm back with a new blog, This time I have written this blog with my experience in API testing with Postman 🌟Introduction In the modern development landscape, Application Program...Discuss·103 readsAPI TESTING