Functional and non-Functional Testing | Comparison

Difference Between Functional and Non-Functional Testing 1. Functional Testing Functional testing verifies whether the application behaves as expected by checking its functionalities against the specified requirements. It ensures that each feature works correctly and meets business needs. Focuses on testing user interactions, system inputs, and expected outputs. Validates functionalities such as login, payment processing, form … Continue reading "Functional and non-Functional Testing | Comparison"

groovy script for jenkins pipeline

Simple Jenkins Declarative Pipeline Groovy Script for a Scripted Pipeline This script clones a repository, builds the project, runs tests, and deploys it.