When you record a Verify Text for a <textarea> element it only works running the test in IE. Firefox, Chrome, Safari do not show a Text element in the DOM when rendered. As a result they fail. By using the .text property in code (instead of the default .textcontent) then it works fine. Test Studio should recogize the <textarea> element as an element that needs to be handled special for cross browser compatibility.