morningray


{ City }
< Country > india
* Profession *
User No # 96919
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 5
Questions / { morningray }
Questions Answers Category Views Company eMail




Answers / { morningray }

Question { 20092 }

I want to clear the webedit field without using set"" in
qtp script


Answer

For this, we can use the Objects' Native properties and set
the value of the field as empty,as in the below code..

Browser("brwQTP").Page("pgQTP").Frame("top").WebEdit
("txtLoginUserID").Object.Value=""

Is This Answer Correct ?    14 Yes 5 No