Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Not a Problem
-
Xray Cloud - V4.009.001
-
None
-
XRAYCLOUD 2024 Sprint 15
-
Description
Description :
When exporting the Tests List Report to CSV format, any column containing commas ( Example: "Test is, Automated by" ) is incorrectly treated as two separate columns instead of one. This results in data integrity issues during data processing and analysis
Steps to Reproduce :
- Generate a Tests List report that includes a column with values containing commas(,) such as Column Name: Summary, Example Value: "test in following environment Andriod, IOS, WIndows"
- Export the Tests List Report to CSV format, a column containing the value "test in following environment Andriod, IOS, WIndows" is split into three separate columns instead of remaining as one, leading to data misalignment.
Actual Result: The column containing the value "test in following environment Andriod, IOS, WIndows" is split into three separate columns instead of remaining as one, leading to data misalignment.
Expected Result:
The value "test in following environment Andriod, IOS, WIndows" should remain intact in a single column in the CSV file when opened, correctly using the semicolon as the delimiter for all other columns
Version
- Xray :4.009.002