Skip to main content

Machine Learning Is Being Used To Automatically Test New Software

Izzy Azeri and Dan Belcher got together to develop Stack driver a few years ago. Stack driver was a cloud monitoring solution and it was acquired by Google in 2014. While working with Google, integrating Stack driver with Google’s cloud platform, they found that the process of writing new pieces of code and integrating it with an already existing code base has become very fast now. However, the bottleneck is the testing part, which makes the entire process slow. This is where they got the idea to automate the testing process, and decided to use machine learning for the same.

Mabl

After spending sometime at Google, the two got together to found Mabl, a tool based on machine learning which makes functional testing as easy as possible for the developers. Mabl goes through the code and automatically detects which part of the code does what. This means, every time the developers make a minor modification to the code, they don’t have to write extensive tests by hand. Mabl automatically scans your website and looks for the potential sources of error. You can train Mabl by walking it through a possible scenario, and Mabl automatically understands which part of the code is supposed to do what. So next time you make a change to the website, as long as Mabl identifies the button, it will perform the test by itself and let you know if everything went accordingly or not. Mabl has also developed a chrome plugin, which can be used to test the functionality of a webpage.

Mabl is presently a crew of 20 members and they are offering free service to the developers in the preview period. Mabl is thinking about monetizing their services, by charging the developers based on the number of testings they do. However, they still haven’t figured out the details and the revenue model is still to be decided.

The founders of Mabl said that it was difficult for them to arrange for funding for their first start up, Stackdriver. However, this time it was fairly easy to arrange for funding for Mabl. CRV wanted to invest in Stackdriver but missed out and Stackdriver got sucked into Google. This time, the CEO of CRV, Murat Bicer, did not miss the opportunity and invested in Mabl very early on. He is now on the board of directors of Mabl. Mabl has raise $10 million in funding from CRV and Amplify partners.

Clients

Mabl is already running on the Google cloud platform. Google makes heavy use of this tool in the development of several of their products. Some other companies which are using Mabl for software testing are RunKeeper, 24G and Codeship. Codeship CEO says that using Mabl has freed time a lot of time for its developers as they don’t have to think about testing anymore. The developers keep making changes to the code and Mabl automatically tells them if the code is broken or not. This makes it faster for them to fix the error and then move on.

Join Machine Learning courses with Python and after that you will be having many jobs in the future.

Machine Learning Deployment - House Price Prediction - Machine Learning Tutorials

Data Science Tutorials - Python for Data Science Module 1- Part 1


Comments

Popular posts from this blog

What is the Purpose of a Bottleneck Layer in an Autoencoder?

Autoencoders are an essential part of modern machine learning, widely used in various applications such as data compression, denoising, and feature extraction. Among the components of an autoencoder, the bottleneck layer plays a crucial role in shaping how data is processed and encoded. In this blog post, we'll explore the purpose of the bottleneck layer in an autoencoder, its significance in machine learning, and how understanding it can enhance your machine learning knowledge. Whether you're considering enrolling in a Machine Learning course with live projects or seeking a Machine Learning certification, grasping the concept of the bottleneck layer can be highly beneficial. In the realm of machine learning, autoencoders are a type of neural network designed to learn efficient representations of data. The architecture of an autoencoder consists of two primary parts: the encoder and the decoder. Between these two components lies the bottleneck layer, which is pivotal in determi...

How Do You Apply the Concept of Bagging in Machine Learning?

Machine learning has transformed the way we approach data analysis, making it possible to derive insights and predictions from vast amounts of data. Among the various techniques in machine learning, bagging (Bootstrap Aggregating) stands out as a powerful method for enhancing model performance and stability. In this blog post, we will explore the concept of bagging, its applications, and how you can learn more about it through various educational resources. Understanding Bagging in Machine Learning Bagging is an ensemble learning technique designed to improve the accuracy and robustness of machine learning models. It works by generating multiple subsets of the training data through random sampling with replacement. Each subset is then used to train a separate model, and the final prediction is obtained by averaging the predictions from all models (for regression tasks) or by majority voting (for classification tasks). The primary goal of bagging is to reduce variance and minimize the ...

Top Machine Learning Skills required to get a Machine Learning Job

 Machine learning techniques are the foundation of their AI, recommendation algorithms as used by Netflix, YouTube, and Amazon; technology that involves image or sound recognition; And many of the automatic systems that power the products and services we use will not function. It's because an engineering learning machine sits at the intersection of science data and software engineering; Where a data scientist will analyze the data collected to tease the insights that events can follow up. A machine learning engineer will design its software that utilizes the data to automate the prediction model. Critical technical skills for ml engineers * Software Engineering Skills: Some fundamental computer science that relies on engineering including writing algorithms that can search, sort, and optimize; familiarity with an estimated algorithm; Understanding data structures such as stacks, queues, graphics, trees, and multi-dimensional arrays; understand computability and complexity; And com...