After nearly 10 years of QA experience across different industries, I finally decided to take the ISTQB Foundation Level exam. This wasn’t something completely new to me. I had been…
When a test fails, as QA engineers, we instinctively start debugging the test itself by checking the locators, adjusting the waits, looking for timing issues, or maybe adding waits or…
Every QA team has that moment. Someone runs the automated tests, and suddenly some of them fail. They fail once, then pass on the next run. Or the third. Or…
The build is green, all automated tests have passed, and the pipeline finished without any warnings. At this point, the feature is marked as ready to move forward. From the…
Taia Dimitrova has been an experienced QA Engineer in software testing and quality assurance since 2016.Adept at: - Designing and implementing test plans- Ensuring product and project quality - Proven…
Performing security testing is very important in the world of software development and it is often left to be done by security professionals. But, even if you do not consider…
As a QA, when you finish testing some story or bug ticket, it is very useful to write a short comment that will summarize your testing. In that comment, it…
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…