You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QAF with 4.0.0-RC3 and selenium 4.25.0 – while reading csv data StringUtil.parseCSV trims ‘00’ in the prefix, This issue does not occur with QAF 3.1.0.
#461
Open
3 of 4 tasks
Ajayfollows opened this issue
Dec 9, 2024
· 0 comments
While calling the CSVUtil.getCSVDataAsMap(), under this method StringUtil.parseCSV trims prefix zeros
StringUtil.parseCSV it trims the zeros’00’ in the prefix
Expected behavior
It should not trim prefix ‘00’ to item number
Actual behavior
It trims prefix ‘00’ while parsing CSV data
Is the issue reproducible on runner?
QAS
Maven
Gradle
[] Ant
Eclipse
The text was updated successfully, but these errors were encountered:
QAF Version
QAF with 4.0.0-RC3 and selenium 4.25.0
Steps To Reproduce
While calling the CSVUtil.getCSVDataAsMap(), under this method StringUtil.parseCSV trims prefix zeros
StringUtil.parseCSV it trims the zeros’00’ in the prefix
Expected behavior
It should not trim prefix ‘00’ to item number
Actual behavior
It trims prefix ‘00’ while parsing CSV data
Is the issue reproducible on runner?
The text was updated successfully, but these errors were encountered: