Lær Unit Testing i vårt treningssenter Oslo. The conference centre is located only a 5-minute walk from both the airport bus and the underground, close to the business district in Oslo. Read more
Testimonials
★★★★★
★★★★★
Det høye antallet execices
Kurs: Unit Testing with JUnit
Machine Translated
En stor mengde øving.
Michał Dyzma
Kurs: Test Driven Development
Machine Translated
Kursinnhold
Froilan Luis Velasco - Servicios y Asesoría SCOBC S.A de C.v
Kurs: Desarrollo Impulsado por Pruebas
Machine Translated
Forklaringene
Sandra Piñón Gonzaga - Servicios y Asesoría SCOBC S.A de C.v
Kurs: Desarrollo Impulsado por Pruebas
Machine Translated
Jeg liker at det var en-til-en trening, og det var organisert veldig bra.
Dornier MedTech Systems GmbH
Kurs: Unit Testing: MSTest, xUnit, and nUnit
Machine Translated
Det meste var praktisk.
Servicios y Asesoría SCOBC S.A de C.v
Kurs: Desarrollo Impulsado por Pruebas
Machine Translated
Det høye antallet execices
Kurs: Unit Testing with JUnit
Machine Translated
Unit Testing Kursarrangementer - Oslo
Agile Software Testing Overview - Oslo
2022-07-19 09:30:00
7 timer
Test Driven Development - Oslo
2022-06-21 09:30:00
21 timer
Unit Testing with F# - Oslo
2022-06-16 09:30:00
7 timer
Jasmine: Unit Testing Javascript Applications - Oslo
In this instructor-led, live training in Oslo, 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.
This instructor-led, live training in Oslo 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.
Dette kurset gir en kort introduksjon til Agile programvaretesting. Den omhandler grunnleggende testkonsepter, innenfor konteksten av Agile ( Scrum ) utvikling og bruker Crispin & Gregory ( More Agile Testing, 2014) Agile Testing Quadrants-modellen som et rammeverk for å utforske moderne prinsipper og praksis for Agile testing.
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
Audience
- Software test engineers - Developers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
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)
Audience
- Test engineers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
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
Audience
- Test engineers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
In this instructor-led, live training in Oslo, 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
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
Audience
- Developers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
This instructor-led, live training in Oslo (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.
Enhetstesting er en programvaretestingsmetode for å sjekke gyldigheten av individuelle enheter av koden. Ved hjelp av C kan brukere skrive enhetstester for eksisterende C-kode, så vel som C-ny kode.
Denne instruktørledede, live-trening (online eller on-site) er rettet mot programvaretestere som ønsker å bruke C-programmering for å lage enhetstester for C-kode.
Ved slutten av denne treningen vil deltakerne være i stand til å:
Bruk enhetstest rammer i C for å produsere enhetstest. Skriver tilpassede C-enhetstester og legger dem til en samtaleliste. Forenkle prosessen med debugging og refaktoring av kode med testdriven utvikling.
Format av kurset
Interaktiv forelesning og diskusjon. Mange øvelser og praksis. Hands-on implementering i et live-lab miljø.
Kurs tilpassingsalternativer
For å be om en tilpasset opplæring for dette kurset, vennligst kontakt oss for å arrangere.
TypeScript is an open source language for building enterprise Javascript applications. It is a strict superset of JavaScript that compiles to plain Javascript and brings static typing and object-oriented development to the language.
This instructor-led, live training introduces TypeScript's unit testing features and frameworks. Participants get a chance to put theory to practice by constructing a collection of unit tests that can be run against real-life applications.
Format of the Course
- Interactive lecture and discussion. - Lots of exercises and practice. - Hands-on implementation in a live-lab environment.
Course Customization Options
- This course will focus on the frameworks that can be used to unit test a Javascript or Typescript 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.
Unit Testing kurs i Oslo, Helg Unit Testing kurs i Oslo, Kveld Unit Testing trening i Oslo, Unit Testing instruktørledet kurs Oslo, Unit Testing private kurs i Oslo, Unit Testing instruktør i Oslo, Helg Unit Testing trening i Oslo, Unit Testing klasser i Oslo, Unit Testing tomannshånd trening i Oslo, Unit Testing boot camp i Oslo, Kveld Unit Testing kurs i Oslo, Unit Testing coaching i Oslo, Unit Testing trener i Oslo, Unit Testing on-site i Oslo, Unit Testing instruktørledet kurs i Oslo
Kursrabatter
Natural Language Processing with Python
2022-06-07 09:30
28 timer
Building Microservices with Go
2022-06-28 09:30
28 timer
Data Science with KNIME Analytics Platform
2022-06-29 09:30
21 timer
Systems Security Certified Practitioner
2022-08-03 09:30
35 timer
OCEB Certified Expert in BPM - Technical Intermediate Exam Preparation