Karri Sai Sudheer Reddyqapilot-ai.hashnode.dev·Dec 27, 2024Discover QApilot: The AI-Powered Mobile Automation Tool You Need→ QApilot - Want to know how it works? → Click on link ← → Prefer listening over reading? → Click on link ← Tune into our exclusive podcast on QApilot, featuring an engaging conversation with industry leaders from a renowned tech giant. Discover insi...10 likes·143 readsiOS
Ronika Kashyapronika.hashnode.dev·Dec 12, 2024How to Write Effective Test CasesTesting is an infinite process of comparing the invisible to the ambiguous in order to avoid the unthinkable happening to the anonymous.” — James Bach, software tester, author, trainer, and consultant. In the realm of software quality assurance, test...saas testin
Ronika Kashyapronika.hashnode.dev·Dec 2, 2024How to Write Effective Test CasesTesting is an infinite process of comparing the invisible to the ambiguous in order to avoid the unthinkable happening to the anonymous.” – James Bach, software tester, author, trainer, and consultant. In the realm of software quality assurance, test...Testing
Masarrath Naziatestcasedesign.hashnode.dev·Nov 28, 2024Test case design techniquesYou are testing a form that allows user to schedule appointments with a doctor. The form has the following fields : First name, last name, email, phone number, appointment date and time : Example: Form to schedule appointments with a doctor Required ...testcases
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
Steve Worthamstevewortham.hashnode.dev·Oct 17, 2024Convert Manual Test Into Automated Test Cases [5 Easy Steps]However, many companies don’t have the resources to automate all of their tests, so it’s essential to carefully evaluate which tests are worth automating and which ones aren’t. Use this guide to help you convert manual test cases into automated ones....Manual Test
Hemachandrahemachandra.hashnode.dev·Sep 29, 2024How to test/mock Configuration files in PythonIntroduction We will be using configuration files in our projects so frequently that, without a configuration file, it becomes difficult to change the code each time. Why do we need a configuration file? Imagine I have created a project that runs on ...11 likes·84 readspytest
Jace Reedjacereed.hashnode.dev·Sep 16, 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...Testing
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Aug 23, 2024A Guide to Test Cases in Software TestingIn software development, test cases are essential components that validate the functionality, quality, and reliability of an application. Writing effective test cases ensures that the code behaves as expected in all scenarios, including edge cases, a...testcases
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 2, 2024Understanding Manual Testing in Software DevelopmentWhat is Software Manual Testing? Manual testing is a fundamental aspect of software development. It's a process where testers manually execute test cases without using automation tools. Let's dive into the details of software manual testing to unders...Testing2Articles1Week