Hi,
U can check the frequently change values for every execution at SAP status
bar by using regular expressions.
Ex: StandardPurchaseOrder 123456789 (first execution)
      StandardPurchaseOrder 123456790  (second execution)
So,Apply the standard check point at statusbar and select the object
properties from object repository .U can able to see the "item1" with value
"123456789",modify the value by using regular expression
Ex: [0-9]{9}--->[range of numerics]{lenght of the number}
U can apply different types of approches by using regular expressions.
Pls,go through how to use regular expressions for varying values.
Hoping that i answerd ur query

Thanks
Sridhar
On Sat, Jun 5, 2010 at 6:32 AM, Parke Kuntz <[email protected]> wrote:

>
> You can also grab the Status Bar message and do an InStr to check if "will
> be created" is present.
>
> If you require the number, do a couple of splits, first on "ber " and
> second split using " will", the second array will hold your number.
>  Remember to Trim just in case there are beginning or ending spaces.
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<mercuryqtp%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to