Am I able to change one the attribute from normal text become an URL(hyperlink) so user will be able to click on it and redirect to another page.
Basically the a
Put it inside an <a> tag. Something like
<a>
<a href="<%=testresults%>"><%=testresults%></a>
Regards