PKP Kinpreetharajendran.hashnode.dev·Jul 4, 2024 · 3 min readJava Exceptions And Error HandlingACCESS MODIFIERS IN JAVA & ITS SIGIFICANCE IN CLASS, METHOD AND VARIABLE: There are four access modifiers keywords in Java and they are: ModifierDescription Defaultdeclarations are visible only within the package (package private) Privatedecl...00
PKP Kinpreetharajendran.hashnode.dev·May 19, 2024 · 15 min readTask -5Test Scenario:- Test scenario is a concise document that provides a brief overview of the software’s complete functionality, primarily from an end-user perspective. Its purpose is to replicate real-life situations that users may encounter while usin...00
PKP Kinpreetharajendran.hashnode.dev·May 11, 2024 · 6 min readExplain about Epic and User Stories.Stories, also called “user stories,” are short requirements or requests written from the perspective of an end user. Epics are large bodies of work that can be broken down into a number of smaller tasks (called stories). What is an Epic? An Epic...00
PKP Kinpreetharajendran.hashnode.dev·May 11, 2024 · 30 min readExplain About Agile Methodology.Agile is a project management approach that helps prioritize work by breaking projects into smaller chunks, encouraging developers to continuously develop and improve tasks based on sprints. Traditional step-by-step project management methods needed ...00
PKP Kinpreetharajendran.hashnode.dev·May 11, 2024 · 17 min read2 .Describe the Differences in between Verification vs Validation.What is Verification? Verification is the process in software testing where you check that the software application is developed in the right way and shows correct functionality without any bugs. In simple terms, verification ensures that developed s...00