While working with Testwise I noticed that the documentation describes generated Task Bar components such as:
subject.task1 subject.task2
However, none of the generated subjects in our project contain these properties.
Instead, only components such as toolbars, grids, forms and tabs are generated.
Could you explain under which circumstances Task Bar components are generated?
Are they only generated for specific Thinkwise screen types, or should they always be available when a screen contains task buttons?
If Task Bar components are not generated, what is the recommended way to interact with task buttons?
Thank you.
Best answer by Sebastiaan Meijerink
Does your screen type have a Task bar component on it? Because if not. There will not be a Taskbar component rendered.
If your screen type does have a Task bar component, the only reason for it not to be rendered are, if the user has no rights to any task, all the tasks are send to the ‘normal’ toolbar.
Does your screen type have a Task bar component on it? Because if not. There will not be a Taskbar component rendered.
If your screen type does have a Task bar component, the only reason for it not to be rendered are, if the user has no rights to any task, all the tasks are send to the ‘normal’ toolbar.
Thank you for the clarification. Everything makes sense now. I understand that because the tasks are part of the standard Action Bar (Toolbar), Testwise doesn't generate separate task1 components. It's also good to know that these Action Bar functions will be available in a future version . Thanks again for your help!