
Building API test client as a Ruby gem
Intro To not be confused, these are not API tests. As title says, this guide will show you how to build API client using Ruby and export it as a gem. This type of client is often needed for some testing purposes. API client in this guide will use server…
Keep readingSelenium WebDriver test automation using Golang
Automating web browser is pretty common and it’s nothing new. Selenium is de facto industry standard and there are libraries for various programming languages with most common being Java and Ruby. What’s less common is writing Selenium automated tests using Golang, so this blog post will be exactly about that.…
Keep readingFyne (Golang) desktop app with goroutines
Golang is really not the best choice when it comes to developing desktop apps, but it is still possible. One example of viable use case for Golang desktop app would be to quickly add graphical interface for existing CLI app. And Fyne is great framework for that purpose. As stated…
Keep readingLoading…
Something went wrong. Please refresh the page and/or try again.
Get new content delivered directly to your inbox.