how to process no value exist for a field during a query to RQM or RTC?
Hi Guys,
I am trying to identify that no value is returned from RQM and replace that with "N/A" with java script in RPE. I mean, when i get defect number for test steps, not all the test step have the defects number and in that case, i want to replace the value with "N/A" in RPE. I really appreciate your answer or any clue.
One answer
I would suggest always adding N/A unless a value exists. In RQM (RQM Reportable REST API), we do not include elements (e.g. defect) in the XML unless that element has a value.