logo logo
Corina Pip

Corina is a Test & Automation Lead, with focus on testing by means of Java, Selenium, TestNG, Spring, Maven, and other cool frameworks and tools. Previous endeavours from her 11+ years testing career include working on navigation devices, in the online gaming industry, in the aviation software and automotive industries.
Apart from work, Corina is a testing blogger (https://imalittletester.com/) and a GitHub contributor (https://github.com/iamalittletester).
She is the creator of a wait based library for Selenium testing (https://github.com/iamalittletester/thewaiter) and creator of “The Little Tester” comic series (https://imalittletester.com/category/comics/). She also tweets at @imalittletester.

Avoiding the Need to Refactor Our Automation Code

Avoiding The Need to Refactor Our Automation Code

At times the automation code we have in our repositories needs some refactoring. Unfortunately, in some cases, bad code does not get improved before committing it into the code...

How to Report Bugs to Developers in a Believable Way

How to Report Bugs to Developers in a Believable Way

It happens often that when a tester reports a bug to a developer, the developer will dismiss the bug report quickly, without analyzing any information they receive from the...

Now That You've Created Automated Tests, Run Them!

Now That You’ve Created Automated Tests, Run Them!

In my previous article, we learned how and why it's important to write our tests in small increments. So now you've created your automated tests, and there are quite a lot of...

Writing Automated Tests in Small Increments

Writing Automated Tests in Small Increments

Especially when writing UI tests, the scenarios we need to automate can be quite large. They involve a lot of steps, they need to interact with a lot of page elements, hence they...

Creating an Architecture for Your Automated Tests

Creating an Architecture for Your Automated Tests

When I am referring to automated tests architecture, there are two things I am thinking of: the architecture of the automation framework (or code project) you are writing tests...

The Power of POC

The Power of POC

When you are starting your test automation effort for a brand new project, you need to pick the right tool to perform automation with. Doing so requires a thorough analysis, where...