[C#.NET][SpecFlow] SpecFlow Hello World

這一篇的草稿是在半年前就建立,可能更久,我也忘了是什麼原因沒有寫完,圖片可能會有不一致的情況,不過應該不影響,一上完 91哥的課 ,立馬補完,不補完對不起自己,也對不起 91 哥。

  • 我所瞭解的 SpecFlow
  • 是透過91哥的文章得知它的存在
  • open source
  • 用人類語言(口語化)寫需求,並可轉換成可偵錯的程式碼
  • 可以轉成漂亮的需求報表
  • 整合 Visual Studio 開發工具
  • 減少單元測試
  • 可做為程式進入點
  • 實現BDD(behavior-driven development)的工具
  • 讓TDD(Test-driven development)溫柔
...繼續閱讀 »

[Visual Studio 2013][Entity Framework] 在 Unit Test 使用 Code Fist for Sql LocalDb

[Visual Studio 2013][Entity Framework] 在 Unit Test 使用 Code Fist for SqlLocalDb

解決 The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer' registered in the application config file for the ADO.NET provider with invariant name 'System.Data.SqlClient' could not be loaded 問題

...繼續閱讀 »