dev.GuidedFeatureTests - tixl3d/tixl GitHub Wiki
Guided features test cover many aspects of the TiXL editor and help use to test in depth before shipping new releases. But they are also great as an interactive tour through all details of a feature.
Starting a Test Run
- Open the window from TiXL -> Development Tools -> Guided Feature Tests
- Select one or more Test Sets
- Click Start
How to test
- Each step asks you to perform a small action, like clicking a button or creating an operator.
- Once you did this, you can compare your result to the expected results:
- If they match: Great! Everything is working as expected -> Click Success to jump to the next step
- If things don't work, add a short comment and press Fail.
- If you don't understand the Actions or can't figure out how to do the actions, please add a short comment and press "Other".
After testing
Please export the test as JSON or post a screenshot. In the long run we hope to integrate a server solution to share the test results with the development team.