Execution Schedule creation for Test Suite Execution Record which has 1000 Test Cases gives validation error
We are using RQM version 6.0.3 Ifix007a.
When we create an Execution Schedule, in the step if a Test Suite Execution Record which has 1000 Test Cases is selected, then on saving the Execution Schedule for creation, it gives the below error.
Error:
Validation errors for item: type = ExecutionTask, itemId = [UUID _Ukt-MuTMEeeqXbwMEEhcqQ] Value of attribute "largeStringExtensions.value" is 35892 bytes, which is greater than the allowed encoded length of 32768 bytes.
Is there a specific limit of Test Cases you can have in a Test Suite Execution Record?
2 answers
If Test Suite Execution Record did not have limit of 1000 Test Cases then it ideally should not give this error.
This error is due to how do we send schedule step data for TSER. May be they are being sent in a single string that is why there is a virtual limit such that string size ( containing the Test Case names ) should not cross 32768.
Ideally if there is a boundary then this should be well defined ( not just the string size ).
Could you please get in touch with support team to raise a defect for this behaviour? They may need more data then what you have provided here.