What is the underlying language of testRigor?

123 Views Asked by At

When the test steps are written, how the steps handled internally ?

I am new to testRigor and trying to understand the internal implementation of testRigor execution.

I understand testRigor is meant to minimise coding for automated tests, but I am eager to understand the internal implementation of testRigor.

1

There are 1 best solutions below

0
nothingisnecessary On

TestRigor uses OpenAI GPT, according to the founder Artem Golubev.

The AI was trained to emulate human-like interaction with mobile and web applications using machine learning. Creating tests involves writing AI prompts.

Source: https://club.ministryoftesting.com/t/openai-contains-tools-that-can-help-us-with-test-automation/66881/2