This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Java Library for nRF52840

Hello, 

I am thinking to use nRF52840 EVK for our project. I am supposed to use Katalon ( a tool for test automation) and Katalon works with Java. Hence, I will need a Java Library for nRF52840 EVK. Is it possible to use Java with the board? In Github, I have seen there are some libraries but they were for Android. 

Thank you in advance.

Parents
  • As  says, you need to choose tools appropriate to the work you are doing!

    I don't know anything about Katalon, but Wikipedia says:

    Katalon Studio is an automation testing solution developed by Katalon LLC. The software is built on top of the open-source automation frameworks SeleniumAppium with a specialized IDE interface for webAPImobile and desktop application testing

    So it seems that it is not intended for embedded microcontroller code testing!

    However, there is no mention there that it depends specifically on Java.

    You're going to have to go to Katalon to discuss whether it might be possible to use it;  if it is, it will likely have to be Black Box testing at the PC API. Possibly you could devise White Box tests ...

    http://softwaretestingfundamentals.com/black-box-testing/

    Other test frameworks are available specifically for testing embedded systems ...

    EDIT

    Darn this forum's "Related" topics list - popping up ancient threads!

    Disappointed

Reply
  • As  says, you need to choose tools appropriate to the work you are doing!

    I don't know anything about Katalon, but Wikipedia says:

    Katalon Studio is an automation testing solution developed by Katalon LLC. The software is built on top of the open-source automation frameworks SeleniumAppium with a specialized IDE interface for webAPImobile and desktop application testing

    So it seems that it is not intended for embedded microcontroller code testing!

    However, there is no mention there that it depends specifically on Java.

    You're going to have to go to Katalon to discuss whether it might be possible to use it;  if it is, it will likely have to be Black Box testing at the PC API. Possibly you could devise White Box tests ...

    http://softwaretestingfundamentals.com/black-box-testing/

    Other test frameworks are available specifically for testing embedded systems ...

    EDIT

    Darn this forum's "Related" topics list - popping up ancient threads!

    Disappointed

Children
No Data
Related