Chekkan's Blog
Subscribe
Tagged

testing

A collection of 3 posts

Thoughts on TDD
testing

Thoughts on TDD

I am mainly a C# developer and have some experience with JavaScript. Recently, I’ve been playing around with Ruby on Rails. I was impressed by the way tests are set up for you automatically with a new project. From system, integration, to unit tests. It prompted me to think

  • Harish Hareendra Babu
Harish Hareendra Babu Apr 29, 2021 • 2 min read
Faking .NET Framework ConfigurationSection for Unit Tests
testing

Faking .NET Framework ConfigurationSection for Unit Tests

Many are now familiar with using typed configuration that's available in .net core and .net 5 with the help from Options pattern. However, if you are working on a projects targeting .NET Framework, you will know ConfigurationSection from System.Configuration assembly. ConfigurationSection allows you to group related configurations together in

  • Harish Hareendra Babu
Harish Hareendra Babu Jan 30, 2021 • 2 min read
angularjs

Setting up mocha for testing AngularJS in Visual Studio using sinon, and chai

I decided to start a new asp.net mvc project with web api and use a bit of angularjs functionality. I had heard about mocha testing library which you can use do a tdd style development for my angularjs codes. I saw this pluraral sight course AngularJS for .NET Developers

  • Harish Hareendra Babu
Harish Hareendra Babu Mar 31, 2014 • 4 min read
Chekkan's Blog © 2022
Powered by Ghost