cancel
Showing results for 
Search instead for 
Did you mean: 

Unit Test for Simulator

gaubuali
Associate II

Hi,

Is it possible to implement VC++ Unit Test for Simulator to test and verify the workflow ?

Best regards,

1 REPLY 1
qq3g7bad
Associate III

Hello.

In my understanding, there are no official test framework for TouchGFX. It may be helpful what written in the following thread.

https://community.st.com/s/question/0D50X0000BQOcbw/is-there-unit-test-support-in-touchgfx

In my case, I'm using Google Test or CppUnit. In this case, I create my own test project. It may not be difficult.

If there is a TouchGFX unit test update, I would love to know that too!