For years, QA engineers have tested deterministic systems — applications that behave predictably when given specific inputs. But with the rise of AI-driven apps and large language models (LLMs), the…
I recently had the pleasure of being a guest on the Tech Savvy Talks podcast, hosted by my Technology Team Lead, Kiro Kosturanov, where we had an amazing conversation about…
The work of Quality Assurance is not about clicking through the app, running scripts, or ticking checkboxes. As QA, you are the first real user of the product, who is…
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…
Postman is a popular API development tool that simplifies the process of creating, testing, and documenting APIs, and you have probably used Postman if you worked with APIs before. Have…
In today's world, your LinkedIn profile could be your first impression for other professionals in your profession. If you want to look for a job, to get clients for your…
Even when the product or some feature is thoroughly tested, it can happen that a bug slips through and ends up in production. This can be really frustrating, but it…
Quality Assurance process is not just about finding bugs and reporting bugs, and the automation tests are not just a code that is written based on some steps that are…
Software bugs can be frustrating, costly, and even dangerous. But some of them turn out to be hilarious! Here is a list of some of the most interesting software bugs:…
Finding and reporting bugs is a key part of the job of every QA. While we are testing some software products, we often find bugs that we report in the…
Whether you’re working on manual testing, automation, or API testing, generating appropriate test data can make a significant difference in identifying bugs and ensuring a smooth user experience. That's why…
If you want to become a modern QA Engineer, but don't know where to start, this roadmap will help you and guide you through the process. The road map will…
A UI Testing Framework consists of a set of tools, libraries, methods, and coding practices organized to perform automation tests on the User Interface (UI) of the application and give…
I found a Mind Map of the Software Testing Ecosystem, where you can explore various tools for different testing purposes. This mind map covers many essential testing tools and platforms,…