RQM execution results startTime and endTime is not updated as provided in excel
Snapshot below shows the startTime and endTime values in execution results created using excel export into RQM. As you notice, irrespective of the dateString format used the value of the time string is consistent.
Impact : The dateStrings are not used as-is. i.e., the time values provided by the sheet and value updated in the artifacts in RQM are different.
The same scenario if tried for custom "date/Timestamp" attributes for eg: A Test Script created with custom date/TimeStamp attribute through excel, it supports the following behavior.
Any pointers?
|
Accepted answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi, Sunil
Are you able to make it work as what Erica suggested
==
Example:
Excel file:
Start time: 2009-07-24T13:04:00
Web UI:
Start time: 7/24/2009, 1:04 PM
==
In my test with ExcelIporter 4.0.5 and 5.0.1 here, if I specify 20014-07-24T11:04:00 as starttime in Excel and then import, it will show the execution start time as 20014-07-24T10:04:00pm (which is 20014-07-24T11:04:00 + 11 and it is UTC+11 for my local time) and the result is the same as having Z at the end or removing it.
The user wants to specify the exact local time as starttime for execution result, but it seems to work like specified time+xx after the import which is not the expected timestamp.
Thanks
Don