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
Steve Worthamstevewortham.hashnode.dev·Nov 25, 2024Best CI/CD Tools to Simplify Your DevOps PipelineFrequent code updates, integration issues, and different team workflows can lead to errors that slow down delivery and add more manual testing work. To stay competitive and maintain code quality, automation that easily fits into development pipelines...Testing
Alex Martinautomationtestingai.hashnode.dev·Nov 21, 2024Revolutionizing Software Testing: The Role of Generative AI in Test Case CreationGenerative Artificial Intelligence (Generative AI) has ushered in a new era of possibilities, particularly in software testing. This article explores the profound impact that Generative AI can have on testers’ lives, focusing on how it facilitates th...Testing
Jameel Mjam17.hashnode.dev·Nov 11, 2024Task 6 - Project Management Tool - JIRAQ1) Jam0003/Guvi-Jira Q2) Jam0003/Guvi-Jira Q3) Sprint Planning: Plan sprints (time-bound iterations) based on the backlog. Assign tasks to each sprint. Prioritize tasks based on importance and dependencies. Example: Sprint 1: Authentication (r...GUVI
Jameel Mjam17.hashnode.dev·Nov 10, 2024Task 5: Test case and bug reportingQA 1: https://docs.google.com/spreadsheets/d/12pq7GWRurb1_jCIDE8kXl3dTwVUOsnOUaoLUGbs_UqI/edit?usp=drive_link QA 2: Test Scenario: Definition: A test scenario is a high-level description of a specific functionality or feature that needs to be teste...Test case
Shivanshi Singhshivanshi770.hashnode.dev·Nov 8, 2024Software Testing Strategies for Improving QualityQuality assurance in software development relies heavily on effective testing strategies. Testing ensures the product meets specifications, satisfies user expectations, and operates reliably under various conditions. In this article, you will explore...Software Testing
Sam Atinksonsamatinkson.hashnode.dev·Nov 5, 2024When Should Android Automated Testing and Manual Testing Be Used?With the rising complexity of mobile applications and the diversity of Android devices, ensuring seamless performance, security, and functionality in Android app testing has become essential. Testers must choose between manual and automated Android a...Manual Testing
Jameel Mjam17.hashnode.dev·Oct 27, 2024Task 2: Test case designsTask Description Q1. You are testing a form that allows users to schedule appointments with the doctor. The form has the following fields: first name, last name, email, phone number and appointment date and time. Some more inputs: If any field is bla...Test case design#
Subrat Tiwariwhat-is-a-manual-testing.hashnode.dev·Oct 22, 2024What is a Testing ? Type of Testing?Manual testing is the process of manually checking software for defects without using automation tools. It requires a tester to play the role of an end user and use most features of the application to ensure correct behavior. The goal is to find bugs...wwhat
Mukilan R Utask01.hashnode.dev·Oct 18, 2024Task 1Q1. You are testing a form that allows users to schedule appointments with a doctor. The form has the following fields: first name, last name, email, phone number, and appointment date/time. Some more inputs: If any field is blank, we should display ...Manual Testing