In this tutorial, you will study about below topics.
What do you think on this topic? Please express your opinion or ask any question through comment below. You can write to me at reply2sagar@gmail.com
- Installation of Visual Studio
- Visual Studio IDE
- Managing extensions
- Managing packages using NUGET PACKAGE MANAGER
- Data types in C#.Net
- Object oriented concepts in C#.Net
- Handling date and time in C#.Net
- Comparing currency amounts in c#.net
- Generating random number or string in c#
- Random rand = new Random(); long randnum2 = (long)(rand.NextDouble() * 9000000000) + 1000000000; MessageBox.Show(randnum2.ToString());
- Handing files in C#
- Verifying the pdf files
- Developing console applications
- Developing desktop applications
- Developing web applications
- WPF and WCF in .Net
- Designing web Services in C#.Net
- Building and Deploying the applications
- Testing application using C#.Net - Specflow
Useful Resources are given below
- http://www.gerbenvanadrichem.com/quality-assurance/installing-specflow-in-visual-studio-2013-premium-and-up/
- http://dontcodetired.com/blog/post/Advanced-SpecFlow-Using-Hooks-to-Run-Additional-Automation-Code.aspx
- multiple matching binding found when going to the defination of steps in feature file
- Assert.Inconclusive failed. One or more step definitions are not implemented yet.
- specflow is not showing the successful assertion output .
- How to dump data into report in specflow
What do you think on this topic? Please express your opinion or ask any question through comment below. You can write to me at reply2sagar@gmail.com
No comments:
Post a Comment
Leave your valuable feedback. Your thoughts do matter to us.