Systems | Development | Analytics | API | Testing

Testing

The latest News and Information on Software Testing and related technologies.

My Testing Journey With Jasmine And Mocha

We all know the why it’s important to write clean, reliable code. But let’s face it, catching bugs before they wreak havoc on our applications can feel like chasing after a greased weasel. That’s where testing frameworks come in, acting as our trusty bug-hunting companions. In this blog, we’ll be putting two popular frameworks – Jasmine and Mocha – head-to-head.

Json Escape And Unescape

Now-a-days the data needs to be shared across different systems and platforms. One of the most common formats for this data exchange is JSON (JavaScript Object Notation). Understanding how to properly handle special characters in JSON is crucial for ensuring data integrity. In this blog, we’ll explore JSON escape and unescape, explain their importance. So let’s get started!

CSS Selector Cheat Sheet: Smart Tips for Browser Automation Testing

I love this quote, though I’m not quite sure if “Jan Houtema” is a real person. It may be a Paul Graham pseudonym… But in any case, yes, change breaks brittle things and one of the challenges of automated browser testing is to mitigate that effect as much as possible while you design tests for an ever-changing application.

Explore CLI - Insomnia Collection Imports and Standalone Binaries

In this episode, Frank Kilcommins and Yousaf Nabi, walk us through the new `import-insomnia-collection` command of the Explore.CLI. Now you can easily import collections from Insomnia directly into SwaggerHub Explore. Additionally, Explore.CLI now comes with standalone binary options meaning you do not need to have.NET installed.

Understanding Base64 Decoding

In the world of computer science and data transmission, encoding and decoding are fundamental concepts. One of the most commonly used encoding schemes is Base64. This encoding method is widely used in various applications, from email encoding and web data transfer to encoding binary data for storage. So let’s explore more in detail about Base64 decoding, exploring its purpose, how it works, with some practical real life examples.

13 Reasons Why Manual Testing Is Still Important

New apps and products enter the market daily, each undergoing rigorous testing before release. As automated processes advance across various industries, software development is no exception. Many quality assurance (QA) teams heavily invest in automation to handle most of their tests. This ensures repeatable tests are efficiently executed while quality assurance professionals focus on other tasks. With all these advancements, one might wonder: Is manual testing still important? The answer is yes!