Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] Use of regular expression to detect widget
[SOLVED] Use of regular expression to detect widget [message #1691791] Thu, 09 April 2015 12:07 Go to next message
Eclipse UserFriend
Hello,
Is it possible to use regular expression to detect a widget ?
For example :
get-button "Configure Session... (.*)"
Thanks in advance,
Maherzia

[Updated on: Mon, 05 October 2015 02:32] by Moderator

Re: Use of regular expression to detect widget [message #1691829 is a reply to message #1691791] Thu, 09 April 2015 23:10 Go to previous messageGo to next message
Eclipse UserFriend
Hi Maherzia,

Sure, you can use it in the following way (no brackets needed):

get-button "Configure Session.*" or get-button "Configure .*"

Yours sincerely,
Ulyana.
Re: Use of regular expression to detect widget [message #1691931 is a reply to message #1691829] Fri, 10 April 2015 09:43 Go to previous message
Eclipse UserFriend
Thanks !
Previous Topic:[SOLVED] RCPTT terminates execution if any assertion fails in a test case
Next Topic:[SOLVED] Is there any way to use verifications in between a test case ?
Goto Forum:
  


Current Time: Tue Jun 17 04:38:43 EDT 2025

Powered by FUDForum. Page generated in 0.04422 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top