Learn more about the Coveros Agile/DevOps Transformation Program and how it can help your organization accelerate development to meet changing market needs.

Read more
Coveros Conversations: Learning Beyond Certification

Coveros Managing Consultant Brian Hicks and Training and Coaching Manager Samantha Jeantel explore what’s involved in getting a course accredited for certification, ways certification benefits individuals and organizations, as well as next steps for hands-on learning after certification.

Read more
Where Are All the Great Software Testers?

It can be difficult to find great software testers for senior roles; often, the people you want to hire are the ones who are already gainfully employed. Michael Sowers gives his suggestions for identifying qualified and experienced software engineers who can deliver on senior testing role accountabilities.

Read more
How Testers Can Collaborate with the ScrumMaster

Most of the organizations I work with are embracing agile or some variant of lean development and delivery. While agile has been around for a while, there are still several organizations that are just beginning their agile transformation journey or are continuing to refine their agile practices. In the Scrum implementation of agile, we have […]

Read more
Running Android Tests in Docker

As part of the project I’m currently engaged on, my team is writing automated tests for an application which has a web interface, and also 2 mobile apps, one for Android, and one for iOS. As part of the project, we’ve built a test automation pipeline which runs our tests against our application to ensure […]

Read more
Importance of Testing Frameworks
Software Testing

Appium and Selenium are great tools, which allows interaction with and manipulation of mobile devices. Both are cross-platform tools, meaning they work for automating across multiple devices; Appium for both iOS and Android and Selenium for multiple OS and browser combinations. Appium and Selenium are both built on top of WebDriver, similar to Protractor, and […]

Read more
Automating Desktop Applications with SikuliX

My current project supports a number of software applications for which we build and maintain automated tests. While most of these applications are web-based (for which we use Selenium WebDriver), we also support a few desktop/rich client applications.  This has exposed the need for a front-end automated test tool that doesn’t rely on DOM based attributes. Our […]

Read more
X