In the previous post, we saw how can we test a windows application using Coded UI. In this post, I am trying to describe how we can do automation testing of a web application . So, let’s start step by step for Automation testing of a web application. Although, I am showing Automation testing …
In the last post, we discussed how to be a smart developer in testing To continue that smartness Smile I am sharing one of the best tools which are CODED UI. A CODED UI is again a record and play concept what I mean here that you can record steps of your test case …
Yes, you saw the correct news. SQL SERVER 2016 finally released on 1st June 2016. It is most awaited NEWS. You will find many surprising features in this Build. Below are some upcoming features which you will see in this feature 1) Temporal Table 2) Stretch Database 3) Row Level Security 4) Poly Base 5) …
As a developer, I do agree that we have to do Unit testing of the code and most of us write the different unit test program and execute them but this is not enough at our end. It is a developer responsibility to test the application at his/her hand before deploying into the QA environment. …
If you are interested in learning Azure then on this 8th May “Indiandotnet” – A Microsoft User Community Group in Indore is going to organizing a free seminar. https://www.eventbrite.com/e/azure-for-beginners-with-indiandotnet-tickets-24816771632?aff=ehomecard Please, do enroll yourself if you think you want to learn something new. If you are not aware of Azure yet then this is a great …
Learn , Learn ,Learn. Every day, Every hour, Every minute, Every second we learn something whether it is good or bad doesn’t matter but we get a new lesson to improve our self. Nerd Techies is an initiative to help each other by sharing our experience our knowledge to grow, to become successful. We appreciate …
Watch Live streaming of MS BUILD 2016
This is one the articles in the series of step by step SSIS tutorial. In this post, we are going to understand Lookup transformation and also see an example to implement Lookup transformation in 8 easy steps. Now, Lookup transformation is one of the interesting transformation which is used to implement equijoin between data sources.We are …
In last post tip #122, We discussed Merge transformation. Now in this tip, we are going to discuss Merge Join. Although, it might be confusing sometimes Merge & Merge Join. So, let me explain it here. As explain earlier merge is like a union operation in which it just collect all the records from provided …
SQL Server tips ,SQL Server tutorials, database tips- Indiandotnet: Step by Step Merge transformation control in SSIS …: In the Series of Zero to hero in SSIS this is another post. In this post we are going to discuss M erge transformation control. …