Software Testing is evaluation of the software against requirements gathered from users and system specifications. Testing is conducted at the phase level in software development life cycle.
Subscribe to:
Posts (Atom)
Key concepts in Pipeline
1. Agent- To build your code or deploy your software using azure pipelines, you need at least one agent. Two types of agent- Microsoft host...
-
What is Environment? It is basically a server which hosts the application. There are basically three types of environment- 1.Development E...
-
SERVERLESS ARCHITECTURE - Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation a...
-
SpecFlow is a test automation solution for .NET built upon the BDD paradigm. Use SpecFlow to define, manage and automatically execute human-...