I have developed a graphical domain specific language. I want to use this for model based design. I have a number of graphical components which have abstract information about the domain and these components are used to implement my algorithms.
Can anyone please tell me if there is an alternative to conventional unit testing for testing these graphical components. Unit testing these blocks is fairly straight forward, but I feel its quite time consuming and redundant for my application. Hence, I am looking for alternatives.
Any suggestion will be appreciated.
Thanks