🎴 Flashcard Mode
QTP QuickTest Professional Testing
Card1 / 20
Mastered0
Review0
QuestionClick to flip
WebEdit().Set "" in IE needs to be WebEdit().Set " " for Firefox.
AnswerClick to flip back
A
False
💡 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.