Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] Working with Dynamic variables [Get the tab name ](Working with Dynamic variables [Get the tab name ])
[SOLVED] Working with Dynamic variables [Get the tab name ] [message #1707709] Tue, 08 September 2015 12:10 Go to next message
Eclipse UserFriend
Hi Folks,
in the application under test when I save a 'New Project' the application change the editor name in automatic way .
From editor "New trade" to "Trade XXXX" where XXXX is an autoincrement number variable.
index.php/fa/23180/0/
I need to store this variable because I need to run the test cases more times and with a static variable it is not possible.

I used the following portion of code

with [get-tab-folder -index 1] {
let [val item [get-property activePage]]
{
show-alert $item
}

but the data stored it is not what I want.

index.php/fa/23181/0/
Any idea ?
Thank you in advance buddies !

[Updated on: Thu, 08 October 2015 07:23] by Moderator

Re: Working with Dynamic variables [Get the tab name ] [message #1707739 is a reply to message #1707709] Tue, 08 September 2015 22:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi Angelo,

Please add -raw argument to get-property command:

with [get-tab-folder -index 1] {
let [val item [get-property activePage -raw]]
{
show-alert $item
}

}

Kind regards,
Ulyana.
icon14.gif  Re: Working with Dynamic variables [Get the tab name ] [message #1707758 is a reply to message #1707739] Wed, 09 September 2015 03:59 Go to previous messageGo to next message
Eclipse UserFriend
It works ! Thank you Ulyana ! you rock !
Re: Working with Dynamic variables [Get the tab name ] [message #1709520 is a reply to message #1707758] Tue, 29 September 2015 02:53 Go to previous message
Eclipse UserFriend
Hi Angelo,

Happy to hear it, you're welcome!

Kind regards,
Ulyana.
Previous Topic:Subject closed : Configuration Maven 3.1.1 and Maven plugin rcptt
Next Topic:Download Archive of RCPTT
Goto Forum:
  


Current Time: Mon Jun 23 01:46:52 EDT 2025

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

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

Back to the top