Skip to content

Hi, I'm Ankit

The story of my experiments with code

  • Twitter
  • Facebook
  • GitHub
  • LinkedIn
  • RSS
  • C#
  • .NET/.NET Core
  • Architecture & Design
  • Azure/ AWS
  • DevOps
  • Testing
  • Security
  • About

Testing

Get the most out of your tests

by Ankit Vijay on November 10, 2020November 11, 2020

This post provides tips that can help you write great tests and get the best results from your test suite.

Read More
.NET, Automation Testing, Functional Tests, Integration Testing, Manual Testing, Testing, UI Testing, Unit Testing, xunit

Writing better tests with xUnit Theory

by Ankit Vijay on April 12, 2020September 26, 2020

This post describes some of the pain-points of xUnit Theory and how we can write more descriptive tests by overriding the test output.

Read More
.NET, C#, Testing, Unit Testing, xunit, xUnit Fact, xUnit Theory

Running an ASP.NET Core application against multiple DB providers – Part 2

by Ankit Vijay on January 4, 2020September 26, 2020

Different approaches we considered to set up integration tests when running against multiple DB providers in ASP.NET Core

Read More
.NET, .NET Core, .NET Core 2.2, Amazon Aurora, Architecture and Design, ASP.NET Core, AWS, Azure, Integration Testing, Testing, Visual Studio, Visual Studio

Team City – Curious case of failed tests but passed build

by Ankit Vijay on March 25, 2019September 23, 2019
Read More
.NET, .NET Core, Continuous Integration, DevOps, Git, Integration Testing, Source control, Team City, Testing, Unit Testing

Journey towards UI tests greatness – Lessons Learnt

by Ankit Vijay on October 31, 2018February 15, 2019
Read More
.NET, Automation Testing, Continuous Delivery, Continuous Integration, DevOps, Selenium, SpecFlow, Testing, UI Testing

Test your app across the browsers through BrowserStack

by Ankit Vijay on June 15, 2018October 30, 2018
Read More
.NET, Automation Testing, BrowserStack, C#, Manual Testing, Selenium, Testing, Visual Studio

Tools and tricks that can help you code better and faster

by Ankit Vijay on December 30, 2017December 30, 2017

Tools and tricks you can use along with Visual Studio to make your life easy as a developer:

Read More
.NET, C#, Git, Productivity, Project, Source control, Unit Testing, Visual Studio, Visual Studio 2017

Feature Management with Launch Darkly

by Ankit Vijay on October 8, 2017February 15, 2019
Read More
.NET, Continuous Delivery, Continuous Integration, DevOps, Launch Darkly, Testing

Testing in Modern App Development

by Ankit Vijay on June 18, 2017October 30, 2018
Read More
.NET, Testing