algoQA Related Issues
Common algoQA issues while designing the tests, and how to resolve them.
Test Case Generation Stuck at 60%
Issue: Occasionally, during test case generation, the process stops at 60%.
Resolution: Refresh the screen to generate the Feature Files.
Double Quotes for Custom Values
Issue: When generating custom values with double quotes in Feature Files, the formatting of the values depends on how they are entered in the Custom Value text boxes.
Resolution:
- In the Scenario Steps List and Record Scenario features, if you provide custom values in the format
DOUBLE_QUOTE <value> DOUBLE_QUOTE, the values will be generated with double quotes in the Feature File. - In the Scenario Steps List and Record Scenario features, if you provide custom values in the format
"<value>", the double quotes will be removed from the value in the Feature File.
Space Required Between Key and Value in TestDataStart Section
Issue: While configuring files in the Code Editor screen for the TestData.YML file, a space is required between the key and value when adding a key-value pair in the TestDataStart section.
Resolution: A fix has been implemented to ensure that test data in configuration files appears correctly with a single space between the key and value.
To access the Code Editor screen, right-click the appropriate project, select More Menu, and choose the Custom Setting Editor option.