We have another problem after updating from 12 to 13.
Based on your example "Example Prompt Bean", we have noticed a change in behaviour.
In QB Version 12:
I select the entry testsuite1 in the dropdownbox Test Suite. Then the content of the dropdown box Test Case with values
testcase1 of testsuite1
...
testcase8 of testsuite1
is filled.
If I now change the value in the Test Suite dropdwonbox from testsuite1 to testsuite2 then the content in the Test Case dropdown box changes to:
testcase1 of testsuite2
...
testcase8 of testsuite2
In QB Version 13:
If I do the same under QB 13 then it only works once. After starting I select testsuite1 in the Test Suite dropdwonbox and the Dropdwonbox Test Case contains the correct values
testcase1 of testsuite1
...
testcase8 of testsuite1
But if I now change the value of testsuite1 to testsuite2 in the dropdwonbox Test Suite, the content of the dropdwonbox Test Case does not change. It still says
testcase1 of testsuite1
...
testcase8 of testsuite1
We didn't use the Example Prompt Bean like this,
but based on the behaviour of this example,
we developed our own Beans years ago where the content of the second box is filled according to the content of the first box.
Unfortunately, this no longer works.
- solved #6
- replies 5
- views 1146
- stars 1