12-09-2009, 03:56 AM
Thanks for your replies
I have tried both resolutions as suggested first I cahnged my regular expression for all fields including URL,TITLE,NAMe some thing like below as per field requirement
"[ProjectConnect] :[PC-UK]-Windows Internet Explorer:"
In second case I removed regular expression at all from all fields except” title” but even than my script execution is slow.
Once script executioin is complete Test results shown as in attached screenshort. From my test results it seems I am on a wrong track as there are lot of warnings. These are description mismatch warnings you can see the attached image. These warnings are due regular expression or I need to run this script in maintenance mode.
I am getting confused what the benifit of regular expression then. Becuase one of the script where i didn’t used regular expression at all running on a different project with different URL and browser title bar absolutely fine.
I have tried both resolutions as suggested first I cahnged my regular expression for all fields including URL,TITLE,NAMe some thing like below as per field requirement
"[ProjectConnect] :[PC-UK]-Windows Internet Explorer:"
In second case I removed regular expression at all from all fields except” title” but even than my script execution is slow.
Once script executioin is complete Test results shown as in attached screenshort. From my test results it seems I am on a wrong track as there are lot of warnings. These are description mismatch warnings you can see the attached image. These warnings are due regular expression or I need to run this script in maintenance mode.
I am getting confused what the benifit of regular expression then. Becuase one of the script where i didn’t used regular expression at all running on a different project with different URL and browser title bar absolutely fine.