October 21, 2018

New Panel Discussion - The Era of AI in Software Test Automation

You can view this software testing webinar to learn:
  1. Software test automation challenges 
  2. How Artificial Intelligence (AI) and Machine Learning (ML) can help overcome these challenges in automated testing

Web services tutorial for beginners

Web services are an important software concept. In order to get a basic knowledge of web services, view my 7-minute long, Web Services Tutorial with examples and more details, or read on...

What is web service? A web service is a software service that is provided via the web by one device to another device. Web services provide useful information like weather, stock market information, exchange rates and so on. A web service is a software application running on the web service provider. Web services do not have a user interface.

October 17, 2018

New live webinar - 8 mistakes companies make when transitioning to CI and CD

You can view this webinar to learn the common mistakes to avoid during continuous improvement. Three QA practitioners share these mistakes and tell you exactly how to resolve them.


JSON tutorial for beginners

JSON (JavaScript Object Notation) is a popular data format that you should know. In order to learn JSON, you can view my 10-minute JSON tutorial (with more details) or read on for a quick JSON introduction.
 
JSON data format is language-independent and an alternative to other data formats like CSV or XML. JSON can be understood by both humans and computer devices. Douglas Crockford created the JSON format.