Just checking. Have you tried this or is it just your assumption? Also try it by putting Wait statements before and after Set statement.
(08-05-2010, 07:33 PM)Wonka Wrote:(08-05-2010, 01:47 PM)Ankur Wrote: Can you try this and let us know -
Code:Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Click
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Set "Test"
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Click
Also please use proper code formatting while asking /responding to queries.
Ankur,
The above code does not work.
The Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Set "Test"
does put the word TEST in the field, but the HTML field does not recognize it. The field has a max of 254 char's once I do the
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Set "Test"
the field char counter does not go down to 250 char like expected the counter is still at 254 char.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course

