What is difference between First and FirstOrDefault in LINQ?

Last week I were presenting LINQ to group of almost 100 audience. While writing query a question raised that what is difference between First and FirstOrDefault . At that time I was not very sure about answer so I asked audience to help me. One from audience answered this question. So credit of this blogContinueContinue reading “What is difference between First and FirstOrDefault in LINQ?”

TestFixtureSetUp and TestFixtureTearDown in Unit Testing using NUnit: Part 4

We have been learning Unit Testing using NUnit together. Read first three parts of this series below, How to do Unit Test using NUnit : Part 1 Test SetUp and TearDown in Unit Testing using NUnit : Part 2 Ignore Test in Unit Testing using NUnit: Part 3 In Part 2 , we discussed aboutContinueContinue reading “TestFixtureSetUp and TestFixtureTearDown in Unit Testing using NUnit: Part 4”

Ignore Test in Unit Testing using NUnit: Part 3

We have been learning Unit Testing using NUnit together. Read first two part of this series below, How to do Unit Test using NUnit : Part 1 Test SetUp and TearDown in Unit Testing using NUnit : Part 2 You may come across a scenario when test is itself broken. While executing test you needContinueContinue reading “Ignore Test in Unit Testing using NUnit: Part 3”

Test SetUp and TearDown in Unit Testing using NUnit : Part 2

Read Part 1 here: How to do Unit Test using NUnit : Part 1 In last post we talked about how to start with Unit Testing using NUnit. In this post I will discuss about following two topics, Test Setup Test Teardown You need Test Setup and Test Teardown to remove any dependency between tests.ContinueContinue reading “Test SetUp and TearDown in Unit Testing using NUnit : Part 2”

Presented in Silicon India SofTec 2013 on “A Look into Automated Web UI Test”

On 8th June 2013 I presented in Silcon India Softec conference. This conference was targetted to Test Professionals and witnessed around 400+ professionals. I presented on topic A look into Automated Web UI Test. I followed demo based presentation approach and engaged audience on how to automate web UI testing with Telerik Test Studio withContinueContinue reading “Presented in Silicon India SofTec 2013 on “A Look into Automated Web UI Test””