Though I was anticipating questions mainly on Java or general testing methods, I was given a question about how I would go about changing the value of an element in an HTML document. Unexpected question but not too difficult to answer.
Sigiloso
Get the document element by id and then change its corresponding value.