Abenezer Teshomeabeni.hashnode.dev·Jan 10, 2025Modern React Testing: Unlocking Cypress for BeginnersIn the fast-evolving world of web development, ensuring that your applications are robust and error-free is crucial. As developers, we often find ourselves asking: How can I ensure my application behaves as expected? Welcome to the realm of testing, ...React
seo2hexa-home-cross-origin-error.hashnode.dev·Jan 6, 2025How to resolve - Cypress detected a cross origin error?Cypress detects a cross-origin error when your test attempts to interact with a web page from a different domain than the one your Cypress test is active on. This issue arises due to the browser's Same-Origin Policy, which restricts how documents or ...Cypress
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Jan 2, 2025Top Selenium Alternatives For Your Node js ApplicationSelenium has long been the standard for web automation testing, but modern web development demands more flexible, efficient, and developer-friendly solutions. We are Node.js developers and we all know what a Node.js developer wants. So, you don’t k...10 likesselenium alternative
Abhayabhayit2000.hashnode.dev·Dec 23, 2024Selenium Vs. Cypress: What are the Key Differences?Automated testing has become indispensable for delivering high-quality applications. Among the myriad testing tools available, Selenium and Cypress stand out as two of the most prominent frameworks for web application testing. This blog delves into a...33 readsselenium
Zbigniew Matysekfalseinput.com·Dec 8, 2024Testing MapLibre GL JS applications with MapGrab and PlaywrightTesting map-based applications can be different from testing regular apps, but it doesn't have to be difficult. In this article, I will show you how to use MapGrab, a library designed to make testing map apps easier. I'll provide tips on configuring ...28 readsmaplibre
pallavi chauhaninnovateitworld.hashnode.dev·Dec 4, 2024Top Software Testing Tools for Manual and Automated Testing in 2024In the fast-paced world of software development, ensuring quality, functionality, and performance is more critical than ever. Software testing plays a pivotal role in achieving this, and selecting the right tools is essential. Whether it’s manual tes...PractiTest
Md. Abdullah Al Mamunmamunabdullah.hashnode.dev·Nov 20, 2024Building a Strong Foundational Framework for API Testing: Best Practices and Key InsightsIn the fast-evolving world of software development, API testing plays a crucial role in ensuring that applications run smoothly and efficiently. Cypress, a popular end-to-end testing framework, is increasingly adopted for API testing due to its simpl...1 like·59 readsCypress
pallavi chauhaninnovateitworld.hashnode.dev·Nov 14, 2024The Software Tester’s Toolkit: Must-Have Skills and Tools for 2024With software testing advancing rapidly, a tester's toolkit must be equipped with up-to-date skills and technologies to keep pace. As new frameworks, automation tools, and methodologies emerge, testers need to stay adaptable and well-informed. This b...Analytical Skills
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Nov 13, 2024Playwright vs Cypress: Choosing the Best E2E Testing FrameworkIn the world of web application testing, end-to-end (E2E) testing frameworks play a critical role. They allow teams to automate tests that simulate real user interactions, ensuring that applications behave as expected from start to finish. Two of the...playwright
Tvisha rajiforKeploy Community Blogkeploy.hashnode.dev·Nov 8, 2024Comprehensive Guide to Running Tests with CypressCypress is a robust end-to-end testing framework built for web applications. It’s designed to make testing straightforward and reliable, allowing developers and QA engineers to test everything from simple interactions to complex user workflows. With ...Cypress