Posts: 1
Threads: 1
Joined: Apr 2008
Reputation:
0
04-18-2008, 11:15 PM
Hello everyone,
My application window title is as follows
Article - Content Management Application (Staging: V0.13.0)
"Staging: V0.13.0" keeps changing everytime a new version is pushed in. How do i go about introducing regular expressions in this case?
Thanks a lot!
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
04-19-2008, 06:18 PM
I think you are a beginner with Regular expressions...please check my blog post on reg ex to understand it in detail so that you can create your own regular expressions ....also there are umpteen thread on this forum with similar query
Posts: 106
Threads: 28
Joined: Jan 2008
Reputation:
0
04-23-2008, 07:22 PM
Staging: V0.13.[0-9] try this if only the last digit is changing
Posts: 3
Threads: 1
Joined: Feb 2012
Reputation:
0
02-13-2012, 10:56 PM
I'm usin QTP 9.5 and I encouter a strange problem :
I can not use regular expression on JavaWindow title.
I've already used regex on OracleFormWindow and it works, but not on JavaWindow.
It's not a regex mistake, I looked closely, and I also just check the box regular expression without really using any one, and it doesn't work.
Does anyone know why, or can suggest a workaround ?