Selenium und C#

Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers. https://www.selenium.dev/documentation/en/ Mit Selenium ist es möglich, Interaktionen mit einer Webanwendung aufnehmen zu lassen und diese Tests automatisiert beliebig oft zu wiederholen. Es kann vor allem Entwicklern von Webanwendungen sehr viel Tipparbeit Weiterlesen…

C# .NET

C# (pronounced „See Sharp“) is a simple, modern, object-oriented, and type-safe programming language. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. https://docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/ C# ist eine moderne, objektorientierte und typsichere Programmiersprache. Sie integriert sich in .NET-Plattformen, die Weiterlesen…