1

Does anyone using automation testing tool for Jetbrain's MPS based application. If yes can you please share the tools with me. Or else if you can help me to choose one would be great

I have tested with the tools like Sikuli, AutiIT & Automa. But not all solve my purpose.

Sanjit Kumar Mishra
  • 1,153
  • 13
  • 32

1 Answers1

0

Jetbrains MPS is about creating languages and extensions and it is a very generic tool, so it means that there is not one single way to tests Jetbrains MPS applications.

MPS comes with:

  • languages to test your languages (for example the typesystem or autocompletion)
  • languages to test Java code (because Java has been implemented for the MPS platform)

If you build you own language using MPS you can then build also the concepts for testing your language.

Federico Tomassetti
  • 2,100
  • 1
  • 19
  • 26