Check point in descriptive program - 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: Check point in descriptive program (/Thread-Check-point-in-descriptive-program) |
Check point in descriptive program - anbarasu - 09-30-2009 Can we define check point in descriptive programming; if yes, how will we define the property of the check point RE: Check point in descriptive program - Saket - 09-30-2009 I don't think we can create a checkpoint using descriptive programming. But yes you can create your own check functions or use descriptive to make the checkpoint dynamically work. RE: Check point in descriptive program - Ankur - 09-30-2009 Adding to Sakets post, you can use manual checkpoints by using GetRoProperty. RE: Check point in descriptive program - basanth27 - 09-30-2009 Count me in You can regular expression your checkpoints too. |