This video talks and explains in details about the 12 agile principles. It explains what is the meaning of each principle and why are they required.
Agile & Scrum Tutorials
Agile Core Values Explained with Example Scenarios | Agile & Scrum Full Course - Part 4
This video talks about the core values of agile with real industry examples and scenarios.
Table of Contents :
- Introduction
- Value 1: Individuals and interactions over processes and tools
- Value 2: Working software over comprehensive documentation
- Value 3: Customer Collaboration Over Contract Negotiation
- Value 4: Respond to Change Over Following a Plan
Challenges in Agile Methodology - Agile & Scrum Full Course - Part 3
Learn what challenges your team may face while implementing agile and what are the possible solutions to them.
What is Software Testing & Why we need it?
Hey everyone! Welcome to the first part of our new series on Software Testing. First we will cover the basics of software testing. Then we’ll start with the core concepts, discuss some essential terms, and gradually move on to more advanced topics like automation testing. We’ll also cover some interview questions to help you nail the software testing interviews. So, Let’s start !!
What is Agile?
In this part of series on Agile Fundamentals, we’ll talk more about the definition of Agile and how Agile emerged. Basically we will discuss about Agile’s origins and its impact
Why Agile is Important?
The Importance of Agile in Today’s Market #
Because of the ever-changing market today, it has become even more important than ever to use Agile. Let’s discuss a few potential points to understand why we should be using Agile instead of traditional methods.
How To Create and Execute Test Cases with Preconditions in Jira
Preconditions are the conditions that should be fulfilled before executing test cases. One such example is that user should be logged in as administrator before updating the permissions tab of the application.
How to Create and Execute Test Sets in Jira
Test Set is a way to organize test cases. In test sets test cases are organized in a flat structure. Test sets are created so that management of test cases is a bit easier. If there is a large number of test cases involved in a project, grouping in test sets helps in categorization of testing for example create test sets for logging functionality. Test sets also makes searching the test cases easier.
How To Create Test Cases with Parameters in Jira
Test cases with parameters are created with dynamic test data and then this data is passed in iterations to these test cases to verify if the functionality is working correctly or not for each iteration.
How to Create Test Plans in Jira
Test plans are documents that define the testing strategy for your test activity. Test Plans includes the details like:
What has to be validated
Who will be testing
How the validation needs to be done