bfw Member Wednesday at 8:40 PM #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 Thursday at 5:36 AM #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.