Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Xray DC V7.1.1
-
None
-
Xray 2024 S6
-
Description
Description
Robot Framework IF/ELSE statements are not being imported when contained within a Keyword clause on the xml file.
Robot Framework v4.0 XML reports documentation mentions that IF/ELSE statements should be supported since Xray 5.0
After trial and error it was detected that whenever IF/ELSE statements are defined outside a Keyword in Robot Framework, they will be imported as Test Details. But whenever this statements are defined inside a Keyword, they are not imported being to Xray.
How to reproduce
- Generate a Robot Framework results XML which contains IF/ELSE statements within a Keyword clause like <kw name="Test Keyword">.
Sample file: Output_Sample_VSXray.xml
- Import this xml file into Xray.
Actual result/Attachments
- Test results will be imported, but the details won't contain the IF/ELSE statements:
Expected result
- Test result should be imported with Test Details including the IF/ELSE statements:
Attachments
Issue Links
- relates to
-
XRAYCLOUD-6197 Not able to see If/Else blocks when importing results from Robot framework
- Closed