Exactly one year ago, something that had lived in my head for years became reality. QAlogy.com was created. It wasn’t just the launch of a website.It was the beginning of…
Becoming a professor/mentor was always a dream of mine. It’s one of the main reasons I pursued my master’s degree in computer science — not just to learn more, but…
The QA Role and the testing tools are evolving fast. Cypress recently introduced an experimental feature that could change the way we write automated tests in Cypress. The new cy.prompt…
Richard Seidl is an expert in the fields of digitalization, agility, and software engineering. As a consultant, coach, and speaker, he works with renowned companies, including Volkswagen, OTTO, Raiffeisen International,…
We've all been there. Developers are still coding, the board is quiet, there are no tickets that could be tested, no releases pending, no one is asking for a regression…
Anastasia Engelhardt is experienced in manual and automation testing for web, mobile, and APIs. During her career, she worked on both well-structured projects and those requiring QA process setup from…
Going to an interview is not easy, no matter which position you applied for. Most people are nervous and afraid and always think about what questions will be asked, how…
As a QA, if you are working on a mobile app project, you must consider setting up a mobile device lab to achieve comprehensive and efficient testing. This might give…
We watched the Apple event a couple of days ago where some new products were presented. During the event, Apple also announced the new iOS 18 which will be available…
Testing in the dark, or testing without written requirements is a tricky and challenging situation for every QA. When you don’t have written requirements or when the requirements are incomplete…
When you are writing automation tests, it is important after the test execution to generate detailed and easy-to-understand reports. Mochawesome is a reporter for Mocha and can help you by…
Imagine a scenario where you are testing some software product, you find something that looks like a bug, you try to reproduce it, and the bug is gone. There is…
API testing is important in the quality assurance process because with API tests you can be sure that the back-end of the application works as expected. No matter which tool…
Let's say you are testing a software product and you need to decide what kind of end-to-end tests to write so you test the product most efficiently. If you are…
Recently I started creating an Appium framework with Java Script to test an iOS application. I have installed Mocha by using npm install --save-dev mocha and I wrote a simple…