JavaEdit issue - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: JavaEdit issue (/Thread-JavaEdit-issue) |
JavaEdit issue - TirunagariUttam - 06-26-2009 Hi Everybody, When i manually type text on an java applet Edit box its able to take huge chunk of text. But when i use QTP and place text in it. its only taking small amount of text, if a large text is placed the IE dies. Please let me know the solution for this ASAP. I appreatiate the help. -- Uttam RE: JavaEdit issue - adikshit - 06-26-2009 Hi Uttam, Which command you are using to enter the value in edit box? Insteade of "Set" function used "Type" and see it should work. Cheers, Ashok RE: JavaEdit issue - TirunagariUttam - 06-26-2009 Hi Adikshit i tried with the below functions "Set" Type Settext But in any of these ways i am able to insert only 25% of the text when compared to manually entered text. Please advice |