bfw Member Feb 18, 2026 #1 Is there a native test framework for B4A? I haven't been able to find anything like that. How do you develop TDD in B4A?
Is there a native test framework for B4A? I haven't been able to find anything like that. How do you develop TDD in B4A?
Erel B4X founder Staff member Licensed User Longtime User Feb 19, 2026 #2 A possible approach is by creating another project, with the tests, that references the relevant modules. It can even be a B4J project which will make it easier to test and debug. You can use conditional compilation for the Android specific code.
A possible approach is by creating another project, with the tests, that references the relevant modules. It can even be a B4J project which will make it easier to test and debug. You can use conditional compilation for the Android specific code.