jeetendra_mitta
12 years agoOccasional Contributor
Problem regarding using wild card in property
I need to identify the object in which its content type starts with "F" following with alphabets and ends with numeric value. For that I can use either "*" or "?". But using these wild cards it will be match for more than one objects having any content type. In QTP I can easily use with pattern- "F[a-z].*[0-9]". but in TestComplete, there is any way to use this pattern to get unique object.