Posts: 20
Threads: 5
Joined: Jan 2008
Reputation:
0
03-13-2008, 05:02 PM
Ankur,
.* (Original Stream) doesn't work for me.I changed the expression in OR with regular expression check box ticked,but still it gives me the same error I mentioned above.I've tried many expressions but its failing.Don't knw y??
Is it failing because I am applying the reg exp on the video names which are added in data table by DDT?Or is it something else?
Plz tell me..
Thanks
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
03-14-2008, 11:31 AM
I don't see any reason why is it not working.
Make sure that there is NO space between .* and (Original Stream)
Posts: 20
Threads: 5
Joined: Jan 2008
Reputation:
0
03-14-2008, 12:28 PM
I tried with no space between .* and (Original Stream),yet its failing.
SAme error is shown everytime,'Cannot identify the object "avenue (Original Stream)" (of class window).Verify that this object's properties match an object currently displayed in your application.'
Don't know what to do..
Posts: 20
Threads: 5
Joined: Jan 2008
Reputation:
0
03-14-2008, 07:12 PM
Thanks Raj and Ankur....I was able to use the regular expression successfully.Actually I had to use smart identification process for that as QTP was identifying the object "avenue (Original Stream)" (of class window),as stated in the error msg above.
Bow its working fine..
Regards,
Test71
Posts: 20
Threads: 5
Joined: Jan 2008
Reputation:
0
04-02-2008, 10:55 AM
Raj/Ankur,
I would like to ask a question reg. this. Why have we used .* in above case & not only * as it is only a string which we have to use reg.exp. for?
Thanks
Posts: 23
Threads: 14
Joined: Jan 2008
Reputation:
0
06-12-2008, 03:50 PM
Hi,
Reason is that for QTP, syntax is .* Only * doesn't work for QTP