Systems | Development | Analytics | API | Testing

%term

New Snowflake Features Released in August 2020

In August 2020, Snowflake announced several new features, all in preview, that make its cloud data platform easier to use, more powerful for sharing data, and more usable via Snowflake-supported languages. These innovations mean you can bring more workloads, more users, and more data to Snowflake, helping your organization solve your most demanding analytics challenges. Multi-Cloud, Cross-Cloud, and Pattern-Matching Support in Snowpipe

Best Practices for Shifting Accessibility Testing Left

QA professionals, testers, and developers are constantly learning new tools, tech stacks, and development practices. When they’re told they have to learn accessibility, it can often feel like an unwelcome and overwhelming disruption, slowing them down and forcing them to test and rewrite what they thought was perfectly good code. The good news is accessibility tools are more tester-friendly than ever.

SoapUI Pro, LoadUI Pro, ServiceV Pro: New Names, One Brand ... ReadyAPI

Today we’re launching new names for some of our most popular API products. This is part of refreshing our outlook on the API space and our subsequent API lifecycle tools. We loved our old names, and know many felt the same. And yet, here we are to explain why we decided the progression was necessary.

[Tutorial] How To Create and Execute Test Cases Using Script Mode

Codeless testing tool is the easiest way for new automation testers to start learning and experimenting with test automation. In this video, we'll cover how to create and execute test cases using the Script Mode in Katalon Studio. Katalon's Web Recorder Utility function saves you from the time-consuming hassle of manually identifying objects on application under test by capturing your actions and converting them into runnable code in the back-end.

Test Automation Landscape in 2020 Report | Examine Current and Future Disruptive Trends

ATLANTA, GA – September 28, 2020 – Katalon LLC released a report on the current landscape of test automation based on the answers of 5,000+ respondents worldwide. Its purpose is to gather valuable insights and highlight recent best practices to aid the testing community in formulating data-driven strategies and solutions.

Exploring Node.js Async Hooks

Have you ever heard of Node.js async hooks module? If the answer is no, then you should get familiar with it. Even though it’s new stuff (released along with Node.js 9) and the module is still in experimental mode, which means it’s not recommended for production, you should still get to know it a bit better. In short, Node.js async hooks, more specifically the async_hooks module, provides a clear and easy-to-use API to track async resources in Node.js.