Summer internship at Innobyte
INNOBYTE starts the application period for the paid summer internship programme, which will take place between July 1st – September 30th, 2015. “We are searching for new talents for Innobyte’s team and we want to bring close to us, as early as possible, full of energy colleagues, who are passionate about web development and e-commerce. Thus, we have developed this complex 3-months internship […]
Automated tests for your software development projects
Every professional software development company tests its products before handing them to the client, in order to ensure a higher level of quality, and increase customer satisfaction. Quality assurance engineers work hard to find anything that the developers might have overlooked. As such, we make sure the client receives exactly what they requested, specified and […]
How to start writing Codeception tests professionally
It’s not enough to just write some code: you need to make sure that you do it right. Below you will find a few of the recommended ways of using Codeception, from where you can actually start growing and learning even more! Here’s where you should start. Let’s talk about how to mention page elements […]
Avoiding redundancy in test automation with Codeception
Here’e the next part of the article from last week, which you can read here. Today we learn how to avoid redundancy in test automation with Codeception. Once I had a few tests that were run regularly, I realized that login/sign-up scripts were the most frequently used of all. I started looking for a way […]
Configuring Codeception Environments
There are several problems that intervene in the testing process. One of the most severe and frequent ones is redundancy. Testers sometimes end up doing the exact same thing over and over again. This can have negative consequences on your project, of which the most important is the fact that bugs might get overlooked. How […]
