Introduction
For a human, the knowledge graph would amount to all of their experiences on your website, and other sites like it. Take a webshop for example: If you visit a new online store, you already have a lot of existing knowledge about how you expect it to work and behave. You know that you most likely will be able to add things to the cart, check out with your credit card, and enter your shipping address. Instinctively you will look for the cart in the top right corner, and if you can’t find it there you’ll look in a few other places where you have seen a cart icon before on other websites. If you don’t find the cart in an intuitive location, it could almost be considered a bug. If you find the cart after some searching you will most likely remember it, and have an idea of where it should be the next time you visit the site. A computer program, an AI Agent, does not have these intuitive human associations. We solve this problem using a knowledge graph.QA.tech’s knowledge graph
We create a large graph of all the interactions we can perform on your website. If you are familiar with sitemaps, this is like a sitemap on steroids. We then combine that graph with prior knowledge of similar sites, and use that to guide our agent as it makes decisions during testing.
