Oraclelist - 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: Oraclelist (/Thread-Oraclelist) |
Oraclelist - QTPL - 06-10-2010 Hi Gurus, I am working on Argus Safety(web based oracle application). I have a problem with one of the fields It looks text fied but it is not a text field and it is a drop down box. Unless i double click on this field the values are not droping down. I have also tied with descriptive programing it did not work either. I don't i must be doing some thing wrong. I recorded a script and trying to play back it is not putting the value in this field while playing back with SET "ddddd" method. Your help is greatly appreciated RE: Oraclelist - guin.anirban - 06-10-2010 You can use RegisterUserFunc. Write one function which will double click in the text filed before setting the value. |