Description

This program covers the regulatory aspects essential for the creation of reliable software, theoretical concepts on testing based on the theory of software engineering and their practical application"

##IMAGE##

An IT professional must be focused on the quality of their projects. To achieve this optimally and in the required timeframe, they must be familiar with the necessary methodologies. Eliminating technical debt in present and future developments should be the goal, since for some years now projects have been developed very quickly, with the objective of closing them with the client under price and deadline criteria, instead of considering a quality approach. This has generated many problems, which, far from providing a quality approach, resulted in major losses. 

This refresher program demonstrates the importance of Test Driven Design to develop quality software, providing the professional with all the necessary tools. From knowing the phases in which a project is broken down and knowing the requirements to be met in order to decide which methodology to work with, generating an expert criterion. 

This way, the different types of tests to which the software must be submitted, the tools available for it and the implications that these have in the software quality program are analyzed. Theoretical and practical approach, covering the essential regulatory aspects for the creation of reliable software, theoretical concepts on testing based on the theory of software engineering and the practical application of the same. Contents focused on quality aspects and complementing other standards, going deeper into the ISO 15504 standard, as well as ISO/IEC 15504. 

It also delves into how the Scrum methodology works, its famous manifesto and how it was created as an alternative to the way of working in Waterfall. It discusses how a Kanban board works, what it consists of, how it is used and how it would be applied in a small test project. Taking into account the vision from the point of view of the client who has requested the project, studying, likewise, the communication between client-supplier. 

To make this possible, TECH Technological University has assembled a group of experts in the area that will transmit the most up to date knowledge and experience. There will be 3 modules divided into different units and subunits, which will make it possible to learn in a maximum of 6 months. Through a modern virtual campus with theoretical and practical content, distributed in different formats. Implementing the Relearning methodology, which facilitates memorization and learning in an agile and efficient way.  

The postgraduate diploma in Test Driven Design analyzes the criteria underlying software quality. Broaden your expertise. Enroll now" 

The postgraduate diploma in Test Driven Design contains the most complete and up-to-date educational program on the market. The most important features include:

  • The development of case studies presented by experts in software development
  • The graphic, schematic, and practical contents with which they are created, provide scientific and practical information on the disciplines that are essential for professional practice
  • Practical exercises where self assessment can be used to improve learning
  • Its special emphasis on innovative methodologies 
  • Theoretical lessons, questions for experts and individual reflection work 
  • Content that is accessible from any fixed or portable device with an Internet connection  

This program allows you to orient your professional profile towards that specialization that will make you unique in your environment. Standing out for the most innovative practices and know how" 

The program’s teaching staff includes professionals from the sector who contribute their work experience to this training program, as well as renowned specialists from leading societies and prestigious universities. 

The multimedia content, developed with the latest educational technology, will provide the professional with situated and contextual learning, i.e., a simulated environment that will provide immersive training programmed to train in real situations. 

This program is designed around Problem Based Learning, whereby the professional must try to solve the different professional practice situations that arise during the academic year. For this purpose, the student will be assisted by an innovative interactive video system created by renowned and experienced experts.  

You will understand the importance of software testing and test automation within the development process of a project"

##IMAGE##

Learn all about project management, analyze the different phases into which it is broken down and discuss the process of deciding on the methodology to be used"

Objectives

This postgraduate diploma in Test Driven Design, has a series of general and specific objectives that guide the achievement of the most important goal, which is that the student can obtain the knowledge required to master the techniques and tools in the process of software quality development guided by different tests and methodologies. Providing a broad and specialized theoretical and practical knowledge to understand the development of projects from a modern and efficient perspective. 

##IMAGE##

TECH gives you the possibility to study wherever you are and at your own pace, with a 100% online methodology and the possibility of downloading the content to consult it whenever you need it" 

General Objectives

  • Develop the criteria, tasks and advanced methodologies to understand the relevance of quality oriented work
  • Develop specialized knowledge on Waterfall and Agile Methodology
  • Analyze the key factors in the quality of a software project
  • Develop the relevant regulatory aspects
  • Determine how to automate tests 
  • Develop specialized project management expertise

Specific Objectives

Module 1. Software Project Development. Functional and technical documentation

  • Determine the influence of project management on quality
  • Develop the different phases of a project 
  • Differentiate the quality concepts inherent to functional and technical documentation
  • Analyze the requirements gathering phase, the analysis phase, team management and the construction phase
  • Establish the different software project management methodologies 
  • Generate criteria to decide which is the most appropriate methodology according to the type of project

Module 2. Software Testing. Test automation 

  • Establish the differences between product quality, process quality and quality of use
  • Know the ISO/IEC 15504 standard
  • Determine the details of CMMI 
  • Learn the keys to continuous integration, repositories and the repercussions they have on a software development team
  • Establish the relevance of incorporating repositories for software projects. Learn how to create them with TFS 
  • Analyze the different types of fundamental tests, such as load, unit, stress and endurance tests
  • Assimilate the importance of software scalability in information systems design and development

Module 3. Software Project Management Methodologies Waterfall Methodology vs Agile Methodology 

  • Determine what the Waterfall Methodology consists of 
  • Delve into the Scrum methodology 
  • Establish the differences between Waterfall and Scrum 
  • Clarify the differences between Waterfall and Scrum methodologies and how the customer sees it
  • Explore the Kanban Board 
  • Approach a same project with Waterfall and Scrum 
  • Setting up a hybrid project  
##IMAGE##

Learn about TECH unique state-of-the-art methodology, which allows you to learn quickly and efficiently. Get your qualification in 6 months with this postgraduate diploma in Test Driven Design" 

Postgraduate Diploma in Test-Driven Design

Test-driven design (TDD) is a software design technique that focuses on writing and running automated tests before code development. Basically, it means developing an application by testing every piece of code before writing any code. This approach to software development is an important practice within the Agile methodology.

The idea behind TDD is that if you structure each step the right way, you can predict the end results of the process. With this, developers can ensure that their code works even before they are ready to write the application in its entirety. With the guidance provided by continuous testing, they can ensure that each new iteration of code is working as expected, and does not contain bugs. This allows for more efficient and cost-effective development, and integrates quality and security from the beginning of the design phase.

The TDD process begins by creating an automated test to verify the expected behavior of a piece of code. Then, enough code is written to pass the test. The automated tests are then rerun to ensure that all tests have passed successfully. If the tests pass, the new piece of code is easily integrated into the system. If not, the necessary adjustment is made to the code to make it behave correctly. The process is repeated for each major piece of code, ensuring that all functionality is validated and tested throughout the development cycle. In this way, it becomes possible to document every part of the system or application before writing a single line of code.

TDD is a software design technique aimed at testing and creating high-quality, secure code. By structuring the design process in this way, developers can ensure that their code is robust, reducing costs and the amount of time required for software development, increasing its efficiency and adaptability.