Android Question How do I create an unit test in b4a?

davepamn

Active Member
Licensed User
Longtime User
I need to create an unit test for my functions. What is the best way to create the unit tests
 

Cableguy

Expert
Licensed User
Longtime User
beware, use that feature carefully, as you can break a project by trying to fix another...
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
I am thinking about how the class abstraction has to be created so that I don't cause error. I am thinking about Major Classes that are shared but don't change much. Minor classes that are application specific and can change frequently. if a Major Class is changed, all applications using will need to be regression tested.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
As I see it, you should only keep in the shared modules files that have already been tested and are working AND can/will be used in several projects.
If you create a project specific module, keep it in your project folder in order to avoid issues.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…