Recommendation on unit test / testing strategy for paraview based application or paraview plugins

Dear Experts,

Could you please give me some instructions / recommendation for testing paraview based application or paraview plugins.

I developed some paraview plugins, like readers, filters, and i also want to develop some GUI that take paraview GUI as example.
So my question is How to test them?

Can i write some unit test that can auto run after build? How?
How to test GUI automatically?

Best Regards,
Sharon

Use GUI XLM test or Python test.

You can take a look into any Plugins directory for examples.

Thank you Mathieu!

Best Regards,
Sharon

1 Like