Qtp identifies any files in 'SysviewList 32' as folder View - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Qtp identifies any files in 'SysviewList 32' as folder View (/Thread-Qtp-identifies-any-files-in-SysviewList-32-as-folder-View) |
Qtp identifies any files in 'SysviewList 32' as folder View - swati - 12-06-2010 Hi, I wrote the following script for 'open' Dialog box in QTP 11.when user open the dialog box there is folder as well as files. I want to open only file with the help of qtp. This is the script for above functionality. Qtp unable to identify the difference between files and folder.It diplays message 'Folder View" evenif it selects File. (Lines in red)I tried same logic for 'Open dialog box in Microsoft excel', but i got the same result. Pls Help me nd pls correct me if there is mistake in the script. Thanks Regards Swati Code: Window("WinPREP®").Dialog("Open").WinButton("Open").Click |