Implementing the page object pattern in UI tests
The page object pattern is one of many popularized solutions for UI test automation of applications. Its appeal is driven by the ability to develop a maintainable, object-oriented structure for... The...
View Article2020 – A look at my journey through the year
2020 has definitely been a difficult year for everyone. The COVID-19 pandemic has forced us to adapt to how we interact with our family and friends, as well as how... The post 2020 – A look at my...
View ArticleWriting useful release notes for your projects
Release notes are such an important part of your project’s lifecycle. They provide much-needed clarification on new features, changes, and fixes for your customers. We may think that customers don’t......
View ArticleCustom element wrappers for Selenium tests with Legerity
The code structure is just as important in your UI tests as the application themselves. Legerity is a framework that speeds up the development of automated UI testing with Selenium... The post Custom...
View ArticleBuilding a successful development team
When you look at your development teams, what drives their success? Building your development team is like Lego. You need the pieces to fit together perfectly while encouraging creativity and... The...
View ArticlePorting your UWP libraries to Uno Platform
What do you do when you have an awesome control you built for the Universal Windows Platform that you want on other platforms? Spend an evening getting it up and... The post Porting your UWP libraries...
View ArticleWhat’s new in the Legerity UI testing framework
Legerity started as a project to speed up and improve the development of UI tests with Appium for Windows applications. As changes came, I realized that what has been built... The post What’s new in...
View ArticleAdding input validation in Uno Platform apps
A common scenario of most user experiences is the ability to validate a user’s input. Some examples include validation of a value of a text box or selection of an... The post Adding input validation in...
View ArticleSetting GitHub Actions environment variables in PowerShell
GitHub Actions is becoming quite robust with a wide variety of actions you can take advantage of in your workflows. For those unaware, these are workflows for your open-source GitHub... The post...
View ArticleHow to build & publish NuGet packages with GitHub Actions
When it comes to maintaining an open-source .NET library development, it is best practice to... The post How to build & publish NuGet packages with GitHub Actions appeared first on James Croft.
View Article