ReGex not working for Java Items - 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 Regular Expressions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Regular-Expressions) +--- Thread: ReGex not working for Java Items (/Thread-ReGex-not-working-for-Java-Items) |
ReGex not working for Java Items - jimrazak - 02-23-2012 Hello all. I'm having a problem with some regular expression. I have the following situation - a regular expression like: Progam version:v* on a java window working. but I'm using a regular expression to identigy a dynamic JavaMenu item and the regex is not working the java menu is like: User - Saved name - other data My regex is like: (Saved Name)+ i have only one object on my entire system window that contains "Saved name" but qtp cant find this object. Someone already have this problem ? Thanks for your time guys |