
Онлайн или на място, ръководени от инструктор курсове за обучение на живо за модулно тестване в България.
Machine Translated
Unit Testing Course Outlines
Име на Kурса
Продължителност
Общ преглед
Име на Kурса
Продължителност
Общ преглед
21 hours
Unit Testing is a testing approach that tests individual units of source code by modifying their properties or triggering an event to confirm whether the outcome is as expected. PyTest is a full-featured, API-independent, flexible, and extensible testing framework with an advanced, full-bodied fixture model.
In this instructor-led, live training, participants will learn how to use PyTest to write short, maintainable tests that are elegant, expressive and readable.
By the end of this training, participants will be able to:
- Write readable and maintainable tests without the need for boilerplate code.
- Use the fixture model to write small tests.
- Scale tests up to complex functional testing for applications, packages, and libraries.
- Understand and apply PyTest features such as hooks, assert rewriting and plug-ins.
- Reduce test times by running tests in parallel and across multiple processors.
- Run tests in a continuous integration environment, together with other utilities such as tox, mock, coverage, unittest, doctest and Selenium.
- Use Python to test non-Python applications.
- Part lecture, part discussion, exercises and heavy hands-on practice
14 hours
PHPUnit is a unit testing framework for PHP. PHPUnit employs strict parameters to determine whether individual units of code are bug-free and ready for deployment. By isolating and testing individual units, developers can ensure greater application stability, avoid regression bugs, and reduce the costs associated with malfunctioning code in production.
This instructor-led, live training teaches participants how to write testable code in the form of testing units to facilitate the diagnosis, isolation, and resolution of bugs. The training walks participants through the creation of a work-ready, testing environment using the PHPUnit testing framework.
By the end of this training, participants will be able to:
- Distinguish between good and bad testing units.
- Read and interpret test results.
- Proactively manage and diagnose their code base to reduce bugs.
- Ensure that their code base is fit for continuous integration and deployment.
- Part lecture, part discussion, exercises and heavy hands-on practice
7 hours
This course provides a brief introduction to Agile software testing. It deals with foundational test concepts, within the context of Agile (Scrum) development and uses Crispin & Gregory's (More Agile Testing, 2014) Agile Testing Quadrants model as a framework to explore contemporary principles and practices of Agile testing.
21 hours
This course introduces the principles of Test Driven Development.
7 hours
This course introduces the tools and techniques needed to write F# based unit tests. A special emphasis is placed on test driven development (TDD). Functional TDD is a testing approach that uses functional programming to unit test an application before developing it. Functional programming (as opposed to imperative, state-transition-style programming) in a language such as F# lends itself well to TDD because smaller, well-targeted tests can be written in isolation.
In this instructor-led, live training, participants will learn how to use F# to write unit tests that are direct and easy to understand.
By the end of this training, participants will be able to:
- Build a complete system out of small, isolated functions
- Express test cases as properties instead of examples
- Write test code without the need for mocks
- Reduce the need to control and check for side effects
- Use libraries such as NaturalSpec, FsCheck, FsTest, FsUnit and Unquote to facilitate test cases creation
- Use F# to overcome some of the problems associated with mainstream Test-driven Development (TDD)
- Test engineers
- Part lecture, part discussion, exercises and heavy hands-on practice
7 hours
Jasmine is a unit test framework for JavaScript.
In this instructor-led, live training, participants will learn the different features of the Jasmine framework as they unit test a sample Javascript web application.
By the end of this training, participants will be able to:
- Set up Jasmine with Grunt and Node.js
- Integrate unit testing into a continuous integration process
- Mock dependencies, use asynchronous specs and add plugins
- Developers
- Part lecture, part discussion, exercises and heavy hands-on practice
21 hours
JUnit is a framework to write repeatable tests and do unit testing for Java language.
14 hours
TypeScript е отворен източник език за създаване на предприятията Java приложения. Това е строг настройка на JavaScript, която комплектува към обикновено Javaскрипт и донесе статично написване и обектно ориентирано развитие към езикта.Този инструктор, живо обучение представлява TypeScript' тестовни функции и рамки. Участниците получават шанс да поставят теория за практика чрез създаване на колекция на единствените тести, които могат да бъдат използвани срещу приложенията на реално живот.Формат на курса
- Интерактивна лекция и дискуссия. Много упражнения и практика. Въвеждане на ръце в околната среда на живна търговия.
- Този курс ще се фокусира върху рамките, които могат да се използват за изпитване на единиците на приложение на Javaскрипт или типскрипт (Jasmine, Mocha, Jest, Chai и т.д.). УИ рамки като React са факультативни и могат да бъдат покрити, ако пожелават. За да поискате приложително обучение за това курс, моля те, свържете се с нас за да се създадете.
35 hours
Единственото тестване е софтуерно тестване за проверка на валидността на отделните единици на кода. С помощта на C, потребителите могат да напишат тестове за единица за съществуващ C код, както и C нов код.
Това обучение, ръководено от инструктори (онлайн или онлайн) е насочено към софтуерни тестери, които искат да използват C програмиране за създаване на тестове за единица за C код.
В края на обучението участниците ще могат да:
-
Използвайте рамки за изпитване на единици в C, за да произвеждате тестове на единици.
Скрийте персонализираните тестове на единица C и ги добавете към списък с повиквания.
Опростяване на процеса на дебютиране и рефакториране на кода с тествано развитие.
-
Интерактивна лекция и дискусия.
Много упражнения и упражнения.
Изпълнение на ръката в живо лабораторна среда.
-
За да поискате персонализирано обучение за този курс, моля, свържете се с нас, за да организирате.
21 hours
MSTest, xUnit, and nUnit are unit testing frameworks. MSTest is known for its integration-testing and it's the official unit testing framework created by Microsoft. nUnit is attributed to Dot Net unit testing. xUnit is specialized in 32-bit and 64-bit processing and is another framework attributed to Dot Net.
This instructor-led, live training (online or onsite) is aimed at software tester who wish to unit test code functionality using MSTest, xUnit, and nUnit.
By the end of this training, participants will be able to:
- Create unit tests using MSTest to test software applications.
- Display test results with CodeLens.
- Understand the different testing tools for Test-Driven Development.
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
- To request a customized training for this course, please contact us to arrange.
7 hours
This course introduces the tools and techniques needed to write unit tests using HUnit testing framework. HUnit is a unit testing framework for Haskell, similar to the JUnit tool for Java.
In this instructor-led, live training, participants will learn how to use HUnit to write unit tests that are direct and easy to understand.
By the end of this training, participants will be able to:
- Write tests that are easy to create, change, and execute
- Use HUnit to group tests into suites and check the results automatically
- Write concise and flexible test specifications
- Integrate HUnit with other utilities such as QuickCheck and HSpec
- Extend the test framework
- Test engineers
- Part lecture, part discussion, exercises and heavy hands-on practice
7 hours
In this instructor-led, live training, participants will learn about various JavaScript testing frameworks as they step through the creation of a unit test suite for a web application.
By the end of this training, participants will be able to:
- Write unit tests in JavaScript using unit test frameworks such as QUnit and Jasmine
- Use frameworks such as Mocha and Chai to implement TDD and BDD
- Test engineers
- Part lecture, part discussion, exercises and heavy hands-on practice
- A number of frameworks can be used to unit test a Javascript application (Jasmine, Mocha, Jest, Chai, etc.).
- UI frameworks such as React are optional and can be covered if desired.
- To request a customized training for this course, please contact us to arrange.
14 hours
Unit testing is a testing approach that tests individual units of source code by modifying its properties or triggering an event to confirm whether the outcome is as expected.
In this instructor-led, live training, participants will learn how to write and execute unit tests against a sample .Net application using C# and Visual Studio.
By the end of this training, participants will be able to:
- Use testing frameworks such as NUnit and xUnit.net to create and manage unit test code
- Define and implement a broader test driven development approach to testing
- Adapt the testing framework to extend the test coverage for an application
- Software test engineers
- Developers
- Part lecture, part discussion, exercises and heavy hands-on practice
Last Updated:
Other countries
Consulting
Online Unit Testing courses, Weekend Unit Testing courses, Evening Unit Testing training, Unit Testing boot camp, Unit Testing instructor-led, Weekend Unit Testing training, Evening Unit Testing courses, Unit Testing coaching, Unit Testing instructor, Unit Testing trainer, Unit Testing training courses, Unit Testing classes, Unit Testing on-site, Unit Testing private courses, Unit Testing one on one training