Recording two SetText () Statements

This functionality is supported only if you are using the Classic Agent.

While using the Record Actions dialog box, you capture entering John into a text field. Silk Test Classic may record the following statements:

<identifier>.SetText ("J")
<identifier>.SetText ("John")

This is not an error. The recorder may capture several SetText statements without impacting playback.