Choose a language
0 reviews
KogiQA is a UI automation tool for web applications that does not use CSS or XPath selectors. Instead, it uses a custom algorithm to interact with elements in a consistent way, based on the meaning of the action derived from the DOM tree. For instance, typing 'page.click("Add Client")' will click the 'Add Customer' button. As long as the meaning of the text on the page remains unchanged, KogiQA reduces the need for test maintenance. It is also the best option when it is not possible to change the code of the page being tested, such as when testing MS D365 or Salesforce applications.