ContributionsMost RecentMost LikesSolutionsRe: SoapUI Error Displaying When Creating Report: Failed to generate a report. Make sure the property..Sppattersoon, See above comment and check the font in your system, mybe it’s related to fontsRe: SoapUI Error Displaying When Creating Report: Failed to generate a report. Make sure the property.. If you are using linux, try checking below folder has data or not /usr/share/fonts/truetype/msttcorefonts If not then download fonts and put in that folder. Restart the Ready API. More detail: https://support.smartbear.com/readyapi/docs/testing/reports/getting-started.html Hope it can help you ^^! Extract data from JDBC step I have some confuse with Ready API. Could anyone help? Here is the response data from JDBC step: <Results> <ResultSet fetchSize="0"> <Row rowNumber="1"> <DESCRIPTION>auto1</DESCRIPTION> </Row> <Row rowNumber="2"> <DESCRIPTION>auto2</DESCRIPTION> </Row> <Row rowNumber="3"> <DESCRIPTION>auto3</DESCRIPTION> </Row> </ResultSet> </Results> In the Xpath assertion, I use //DESCRIPTION then I got the result is an array. But in another step, I want to use above response by using context.expand function: context.expand('${JDBC#ResponseAsXml#//DESCRIPTION}') ==> the result is a String only, with value is 'auto1' ==> is there any bug here ? if not. could anyone help me to extract all data? Many thanks and have a nice day! Solved