How to use micGreaterThen function in QTP - 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: How to use micGreaterThen function in QTP (/Thread-How-to-use-micGreaterThen-function-in-QTP) |
How to use micGreaterThen function in QTP - prashantkit - 11-10-2010 How and where can we use micGreaterThen function in QTP/UFT? Please let me know with an example. RE: How to use micGreaterThen function in QTP - rajeshwar - 11-11-2010 Hi Prashant, It checks whether a specific property value is greater than the value we specify as an argument. Code: Object.CheckProperty "items count",micGreaterThan(2) Returns True or false depending upon the comparision result. Thanks, Rajeshwar |