Jump to content

RogerInnova

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. RogerInnova

    Running UnitTests for Mobile Devices

    Peter raised this issue with me at the recent ADUG conference and I guess I am not “Active” in this space. I converted the DUnit form or at least a minimal representation of it to FMX so I could run the large series of unit test on my Object database on “New Gen Compiler” devices in order to debug and certify that code on those devices. Unfortunately Firemonkey is/was an evolving product and I started this too early. In XE6 I needed to code my own Firemonkey components. These components in turn need to be added to the development platform to work on the form. TImageLists and perhaps other components are now available in FMX and would ideally be replaced in the form code. I further developed my DUnit form to reduce the pain of navigating around the very large test framework I was working on. This was in the context of the testing project not the sample DUnit project and so did not get to the github code. I will look at adding the latest form (Tokyo) to the repository next week if anyone is interested. I had issues with my Kit Kat phone in Tokyo and have smashed the screen (more) on my Lollipop phone and so came unstuck with testing on Rio. I have only every exercised the IOS version on the emulator. I am happy to help anyone further this project. The main point is that provided you can put together a suitable FMX form the rest of the DUnit code seems to both compile and work.
×