Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:07 Go to next message
maherzia belaazi is currently offline maherzia belaaziFriend
Messages: 41
Registered: October 2014
Member
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 06:32] by Moderator

Report message to a moderator

Re: Use of regular expression to detect widget [message #1691829 is a reply to message #1691791] Fri, 10 April 2015 03:10 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
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 13:43 Go to previous message
maherzia belaazi is currently offline maherzia belaaziFriend
Messages: 41
Registered: October 2014
Member
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: Wed Apr 24 20:31:50 GMT 2024

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

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

Back to the top