Unit Testing培訓

Unit Testing培訓

當地教師主導的現場單元測試培訓課程台灣 。

Machine Translated

客戶評論

★★★★★
★★★★★

Unit Testing課程大綱

課程名稱
課程時長
概觀
課程名稱
課程時長
概觀
21小時
單元測試是一種測試方法,它通過修改其屬性或觸發事件來測試源代碼的各個單元,以確認結果是否如預期的那樣。 PyTest是一個全功能,獨立于API的,靈活且可擴展的測試框架,具有先進的全功能夾具模型。 在這個有指導意義的實時培訓中,參與者將學習如何使用PyTest編寫簡潔,可維護的測試,這些測試是優雅,富有表現力和可讀性的。 在培訓結束後,參與者將能夠: 編寫可讀和可維護的測試,而不需要樣板代碼使用夾具模型編寫小測試擴展到應用程序,包和庫的複雜功能測試理解並應用PyTest的特性,如挂鈎,聲明重寫和插件通過在多個處理器上並行運行測試來縮短測試時間在持續集成環境中運行測試,以及其他工具,如tox,mock,coverage,unittest,doctest和Selenium 使用Python來測試nonPython應用程序 聽衆 軟件測試人員 課程的格式 部分講座,部分討論,練習和沈重的練習
14小時
PHPUnit是PHP的單元測試框架。 PHPUnit使用嚴格的參數來確定單個代碼單元是否無bug且可以部署。通過隔離和測試各個單元,開發人員可以確保更高的應用程序穩定性,避免回歸錯誤,並降低與生産中代碼失效相關的成本。 這種有指導性的實時培訓教導參與者如何編寫測試代碼以便于診斷,隔離和解決錯誤。培訓向參與者介紹如何使用PHPUnit測試框架創建工作准備,測試環境。 在培訓結束後,參與者將能夠: 區分好的和不好的測試單元閱讀並解釋測試結果主動管理和診斷他們的代碼庫以減少錯誤確保他們的代碼庫適合持續集成和部署 聽衆 希望提高代碼可測試性的中級到高級PHP開發人員 課程的格式 部分講座,部分討論,練習和沈重的練習
21小時
JUnit is a framework to write repeatable tests and do unit testing for Java language.
7小時
本課程簡要介紹了Agile軟件測試。它在Agile ( Scrum )開發的背景下處理基礎測試概念,並使用Crispin&Gregory( 更Agile測試, 2014) Agile測試象限模型作為探索Agile測試的當代原則和實踐的框架。
21小時
本課程介紹了測試驅動開發的原理。
14小時
單元測試是一種測試方法,通過修改其屬性或觸發事件來測試單個源代碼單元,以確認結果是否如預期。 在這個有指導意義的現場培訓中,參與者將學習如何使用C#和Visual Studio編寫和執行針對示例Net應用程序的單元測試。 在培訓結束後,參與者將能夠: 使用測試框架(如NUnit和xUnitnet)來創建和管理單元測試代碼定義並實施更廣泛的測試驅動開發方法來測試調整測試框架以擴展應用程序的測試覆蓋範圍 聽衆 軟件測試工程師開發商 課程的格式 部分講座,部分討論,練習和沈重的練習
7小時
本課程介紹編寫基于F#的單元測試所需的工具和技術。特別強調測試驅動開發(TDD)。功能TDD是一種測試方法,它使用函數式編程在開發應用程序之前單元測試。函數式編程(與命令式,狀態轉換式編程相對)采用F#等語言,因此它可以很好地應用于TDD,因爲可以編寫單獨的小型,目標明確的測試。 在這個有指導意義的現場培訓中,參與者將學習如何使用F#編寫直觀且易于理解的單元測試。 在培訓結束後,參與者將能夠: 用小型的,孤立的功能建立一個完整的系統將測試用例表示爲屬性而不是示例編寫測試代碼而不需要模擬減少控制和檢查副作用的需要使用諸如NaturalSpec,FsCheck,FsTest,FsUnit和Unquote等庫來促進測試用例的創建使用F#來克服與主流測試驅動開發(TDD)相關的一些問題, 聽衆 測試工程師 課程的格式 部分講座,部分討論,練習和沈重的練習
7小時
本課程介紹使用HUnit測試框架編寫單元測試所需的工具和技術。 HUnit是Haskell的單元測試框架,類似于Java的JUnit工具。 在這個有指導意義的現場培訓中,參與者將學習如何使用HUnit編寫直觀且易于理解的單元測試。 在培訓結束後,參與者將能夠: 編寫易于創建,更改和執行的測試使用HUnit將測試分組到套件中並自動檢查結果寫簡潔而靈活的測試規範將HUnit與QuickCheck和HSpec等其他實用程序集成擴展測試框架 聽衆 測試工程師 課程的格式 部分講座,部分討論,練習和沈重的練習
7小時
在這個有指導意義的現場培訓中,參與者將在他們逐步創建Web應用程序的單元測試套件時了解各種JavaScript測試框架。 在培訓結束後,參與者將能夠: 使用單元測試框架(如QUnit和Jasmine)在JavaScript中編寫單元測試使用Mocha和Chai等框架實施TDD和BDD 聽衆 測試工程師 課程的格式 部分講座,部分討論,練習和沈重的練習
7小時
Jasmine是JavaScript的單元測試框架。 在這個有指導意義的現場培訓中,參與者將在單元測試示例Javascript Web應用程序時學習Jasmine框架的不同功能。 在培訓結束後,參與者將能夠: 用Grunt和Nodejs設置Jasmine 將單元測試集成到持續集成過程中模擬依賴關系,使用異步規範並添加插件 聽衆 開發商 課程的格式 部分講座,部分討論,練習和沈重的練習
21小時
MSTest、xUnit 和 nUnit 是單元測試框架。MSTest 以其集成測試而聞名,它是 Microsoft 創建的官方單元測試框架。n單位歸因於點網單元測試。xUnit 是專門處理 32 位和 64 位處理,是歸因於 Dot Net 的另一個框架。 此講師指導的現場培訓(現場或遠端)面向希望使用 MSTest、xUnit 和 nUnit 單元單元測試代碼功能的軟體測試人員。 培訓結束時,學員將能夠:
  • 使用 MSTest 創建單元測試以測試軟體應用程式。
  • 使用 CodeLens 顯示測試結果。
  • 瞭解測試驅動開發的不同測試控管。
課程格式
  • 互動講座和討論。
  • 大量的練習和練習。
  • 在即時實驗室環境中實際實現。
課程自訂選項
  • 如需申請本課程的定制培訓,請聯繫我們安排。
35小時
This instructor-led, live training in 台灣 (online or onsite) is aimed at software testers who wish to use C programming to create unit tests for C code. By the end of this training, participants will be able to:
  • Use unit testing frameworks in C to produce unit tests.
  • Script custom C unit tests and add them to a call list.
  • Simplify the process of debugging and refactoring code with test-driven development.
14小時
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.

Last Updated:

Unit Testing,培訓,課程,培訓課程, 企業Unit Testing培訓, 短期Unit Testing培訓, Unit Testing課程, Unit Testing周末培訓, Unit Testing晚上培訓, Unit Testing訓練, 學習Unit Testing, Unit Testing老師, 學Unit Testing班, Unit Testing遠程教育, 一對一Unit Testing課程, 小組Unit Testing課程, Unit Testing培訓師, Unit Testing輔導班, Unit Testing教程, Unit Testing私教, Unit Testing輔導, Unit Testing講師

促銷課程

No course discounts for now.

訂閱促銷課程

為尊重您的隱私,我公司不會把您的郵箱地址提供給任何人。您可以享有優先權和隨時取消訂閱的權利。

我們的客戶

is growing fast!

We are looking to expand our presence in Taiwan!

As a Business Development Manager you will:

  • expand business in Taiwan
  • recruit local talent (sales, agents, trainers, consultants)
  • recruit local trainers and consultants

We offer:

  • Artificial Intelligence and Big Data systems to support your local operation
  • high-tech automation
  • continuously upgraded course catalogue and content
  • good fun in international team

If you are interested in running a high-tech, high-quality training and consulting business.

Apply now!

This site in other countries/regions