Micro Focus QTP (UFT) Forums
Regular expression and script optimisation - 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: Regular expression and script optimisation (/Thread-Regular-expression-and-script-optimisation)



Regular expression and script optimisation - Padmavathy - 03-27-2015

Can using regular expression for a specific property value increase the object identification speed?


RE: Regular expression and script optimisation - supputuri - 03-30-2015

I feel there there 2 posibilities
1) might increase the time to identify if you are depending on only regular expression (if you have same kind of objects )
2) if you are using regular expressions along with some other properties which might helpful in filtering will reduce the identification time.
So one should be careful while using regular expressions.
Hope this is helpful, let us know if you need any further explanation.