Thank you to everyone who participated in the Selenium Testing your Kubernetes apps with Machine Learning and Testim webinar hosted by Codefresh. We had a fantastic turnout with lots of solid questions from the audience. If you missed the live event, don’t worry… You can watch the recorded session anytime and for code examples, please see Codefresh’s recap…
Month: May 2018
One of the best practices of writing automated tests is creating reusable components that can be used in different parts of our test suite. Why is this important? Creating reusable components is important because it Helps to increase the readability of the automated tests Saves effort by not repeating the same set of steps in…