Quantcast
Channel: Relevant Codes » .NET
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

Interfaces in VB.NET – An Example

I’m sure you’re aware of Classes, which on a high-level are user-defined types, and their instances are objects. Vb.NET has introduced a new type, called an Interface. An Interface, according to this...

View Article


Inheritance in VB.NET

In OOP, Class Inheritance has been one of the most important topics and it has been around since 1967. The idea behind class inheritance is to enable the inheriting (derived) classes use attributes of...

View Article


Image may be NSFW.
Clik here to view.

Using NUnit to Execute Selenium WebDriver Tests

In this article, I will explain the basics of using NUnit as the unit/regression testing tool for Web browsers. NUnit is developed using C#. In the example, you will see methods using certain...

View Article

Image may be NSFW.
Clik here to view.

Selenium PageObjects and PageFactory

This article discusses the PageObject design pattern and a factory class from WebDriver support libraries. I have used the NewTours Flight Application, .NET 4.0 with Visual Express 2010 and WebDriver...

View Article

Selenium FindElementEx and IsElementPresent

The approach below extends FindElement and shows how to locate the target element using multiple probable locators without using XPath. public static IWebElement FindElementEx(this IWebDriver driver,...

View Article

Browsing latest articles
Browse All 5 View Live