PAT TASK-1

Software Testing : Software Testing is the process of finding bugs in the software and verifying its functionality against the client’s requirements. It ensures that the software functions as expected and meets the specified requirements before deployment. Testing can be manual or automated, and it plays a crucial role in maintaining software quality. Types of Testing : Manual Testing: Performed by humans without using automation tools. Automation Testing: Uses tools like Selenium, JUnit, and TestNG to automate test cases. Functional Testing: Validates the functionality of the software. Non-functional Testing: Checks performance, security, usability, etc. Unit Testing: Tests individual components. Integration Testing: Ensures different modules work together. System Testing: Tests the complete system as a whole. User Acceptance Testing (UAT): Ensures the software meets user expectations. STLC - Software Testing Life Cycle : Requirement Analysis Test Planning Test Case Development Test Environment Setup Test Execution Test Closure Bug Life Cycle : New - Assigned - In Progress - Fixed - Retest - Closed/Reopened Testing Tools : Automation: Selenium Defect Tracking: JIRA

Mar 29, 2025 - 10:26
 0
PAT TASK-1

Software Testing :

Software Testing is the process of finding bugs in the software and verifying its functionality against the client’s requirements.
It ensures that the software functions as expected and meets the specified requirements before deployment. Testing can be manual or automated, and it plays a crucial role in maintaining software quality.

Types of Testing :

Manual Testing: Performed by humans without using automation tools.

Automation Testing: Uses tools like Selenium, JUnit, and TestNG to automate test cases.

Functional Testing: Validates the functionality of the software.

Non-functional Testing: Checks performance, security, usability, etc.

Unit Testing: Tests individual components.

Integration Testing: Ensures different modules work together.

System Testing: Tests the complete system as a whole.

User Acceptance Testing (UAT): Ensures the software meets user expectations.

STLC - Software Testing Life Cycle :

Requirement Analysis

Test Planning

Test Case Development

Test Environment Setup

Test Execution

Test Closure

Bug Life Cycle :

New - Assigned - In Progress - Fixed - Retest - Closed/Reopened

Testing Tools :

Automation: Selenium

Defect Tracking: JIRA