رویکرد توسعه مبتنی بر تست برای توسعه نرم‌افزار چابک

رویکرد توسعه مبتنی بر تست برای توسعه نرم‌افزار چابک

Test Driven Development (TDD) is a software development process, which relies on transforming software requirements into test cases before software is fully developed, and tracking all software development by repeatedly testing software for all test cases. This is the opposite of developing software first and then creating test cases. Some popular models support TDD very well, such as MVC and MVP.

Continue reading
How to prioritize product Backlog in Scrum using a 100-point approach?

چگونه می‌توان با استفاده از رویکرد ۱۰۰ امتیازی، اولویت‌بندی بک‌لاگ محصول را در اسکرام انجام داد؟

It’s important to prioritize your product backlog to make sure it doesn’t become an open-ended list where everyone has random ideas about your product. Your to-do list needs to be structured, organized, and prioritized to identify the most strategically important things for your team to do. In this article, I introduce the 100 Points method for product backlog refinement activities.

Continue reading
مروری بر چرخه عمر توسعه نرم‌افزار (SDLC)

مروری بر چرخه عمر توسعه نرم‌افزار (SDLC)

In software engineering, the software development lifecycle is the process of dividing the software development effort into smaller, parallel or continuous steps or sub-processes to improve design, product management. This approach may include predefined specific deliverables and artifacts that the project team creates and completes for the development or maintenance of the software applications.

Continue reading
A simple guide to use case analysis

راهنمای ساده‌ای برای تحلیل مورد استفاده

Use case modeling is a technique for capturing, modeling, and specifying system requirements that correspond to a set of behaviors that the system may perform when interacting with actors. These behaviors produce observable results and help achieve their goals. Use cases are named for the specific user goals of the principal actors, which in turn describe or explain the general order of activities and events, as well as variations in special conditions, exceptions, or error conditions, through textual description.

Continue reading
Scrum: A Quick Introduction

اسکرام: یک معرفی سریع

Scrum compares a software development team to a football team. It has a clear and highest goal, is familiar with the best model and technology required in the development process, has a high degree of autonomy, close communication and cooperation, and ensures to solve various challenges every day with a high degree of flexibility; Each stage has a clear progress towards the goal.

Continue reading