Hello, has anyone used any automated test tool to ...
# general
i
Hello, has anyone used any automated test tool to test some netsuite process here? I’m trying to check that it creates a custom record based on a PO with the correct vales and thought about using webdriver.io , but I came across the issue of the 2FA authentication, so everytime the test run it asks for the code, right now I handled that with the backup codes, but Im creating and sending these codes but this doesnt seem quite efficient haha, has anyone done this?