-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update QtTesting translator to record python #1081
Comments
Originally posted by @jcfr in https://discourse.slicer.org/t/macro-xml-to-python/15803/2 |
Originally posted by @lassoan in https://discourse.slicer.org/t/macro-xml-to-python/15803/3 |
See https://github.com/PerkLab/SlicerSandbox/blob/master/SceneRecorder/SceneRecorder.py |
Recording&replaying GUI events is bad for batch processing (fragile and may require too many low-level steps) but for tutorials it is actually an appropriate level. Ideally, the user could choose the API level. |
We are looking into refreshing/improving QtTesting for recording tutorials that can be replayed in different languages (because we cannot use English language screenshots in non-English tutorials). We would like to generate executable Python code instead of XML. Maybe we'll use the recorder (just fix and extend it as needed) and convert the XML to Python; or maybe we'll change it more significantly to create Python code directly.
Originally posted by @lassoan in #1080 (comment)
The text was updated successfully, but these errors were encountered: