ExecuteAutomation

Working with Types in C# for Automation testing

In our last post we discussed about working with classes and objects of C#, in this post we will discuss about types in C#.

Types

Types are like blueprint of what we create, again more like classes that we discussed in previous post

Custom Types

As we already discussed in previous videos, classes are Types, but since the class in Program.cs is something you customized and created its called custom types

Pre-defined Types

In C# there are many predefined types as well for instance 1. Int 2. String 3. bool 4. double etc Here is the complete video of the above discussion

Type casting

Thanks for reading the post and watching the video!!! Please leave your comments and let me know if there is anything I should update in this post. Thanks, Karthik KK