Multiple choice technology testing WebEdit().Set "" in IE needs to be WebEdit().Set " " for Firefox. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Setting an empty string using WebEdit().Set works consistently across IE and Firefox without needing to change to a space. Both browsers handle empty string assignments the same way in QTP's object model.