|
|
|
|
|
by darraghmckay
1339 days ago
|
|
That's not something we currently offer, but it's certainly something I've thought about a lot.
One of the benefits of no-code tools like Noloco is that you define, very explicitly, what your app should do, display and how it behaves under certain conditions. This really does allow for completely automated integration tests. such as verifying that a filter in the UI does filter the data, verify that when User X logs in, that the permissions for that user are respected, verify that when a record meets certain conditions, a tab isn't accessible. Defining the rules for the app could (and will) allow you to programmatically verify that it's still working as expected. However, I think another large appeal for no-code/low-code solutions is not having to worry about testing. You can assume that because you're building your application within the rules of the platform, that everything will function as you tell it to. |
|