Windows

Use automated UI Test, which is possible with the Selenium library and a browser driver. The browser driver allows us to run actions in a browser while writing code. The Selenium library is an interface to connect many browsers with the same code base. So now we are able to code a simple test, where a robot is automatically clicking through the website and trying out the login functionality. This technique may also apply to test other important and high priority UI features.

OperatingSystem:

On Windows use Visual Studio Community Edition. It is free and you get much more features than in Visual Studio Code.

OperatingSystem:

To avoid having to wait for the next DNS cache update users may manually flush their DNS cache using the command prompt with administrative privileges and running the following command:
ipconfig /flushdns

OperatingSystem:

Pages

Subscribe to Windows