Posted on

Public Access to the AI Component of testup.io

Stefan describes in this video how the AI component of the testup.io test automation service has been released to the public. You’ll get explanations what you can find inside, how to download and how to run it. The repository contains a selenium wrapper and all training data for parameter fine tuning.

You can also run the tests from our online service at testup.io.

Links:
our no-code test automation service: https://testup.io 
the source code of our component: https://github.com/thetaris/testup-ai-driver/ 

Posted on Leave a comment

When not to Test

There are Reasons for Dropping Tests.
Be Aware of the Reasons and the Associated Risks.

Testing is an integral part of any software development process. After an initial test run during development there is usually a repeated test procedure in place. Ideally, it is fully automated and runs on a regular schedule. However, the scope of these tests rarely covers 100% of all functionality. There are always some parts that are not tested. What are those parts? When should you stop testing? How do you identify the components, where testing might not be worth the cost?

Read the whole article…