Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] ECL list removed from http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html(#ECL_COMMANDS_LIST #EXIST_A_NEW_VERSION ? #manual #commands_decriptions #api #syntax)
icon6.gif  [SOLVED] ECL list removed from http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html [message #1717756] Wed, 16 December 2015 14:24 Go to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member


Hi Folks,
Results to me that ECL command list is removed from
http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html
Anyone has got a new link ?
Thank you in advance.


p.s: I try to use the Google cache but I am able to get only the main page, I can't navigate it I mean I can't use the links but I need to scroll the page


"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova

[Updated on: Thu, 17 December 2015 09:16]

Report message to a moderator

Re: ECL list removed from http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html [message #1717793 is a reply to message #1717756] Wed, 16 December 2015 18:26 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Angelo,

Here it is: https://hudson.eclipse.org/rcptt/job/rcptt-all/ws/releng/doc/target/doc/ecl/index.html

Kind regards,
Ulyana.
Re: ECL list removed from http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html [message #1717840 is a reply to message #1717793] Thu, 17 December 2015 09:14 Go to previous messageGo to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Thank you Ulyana to share the last version !

"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova
Re: ECL list removed from http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html [message #1743925 is a reply to message #1717840] Tue, 20 September 2016 16:57 Go to previous message
surin komi is currently offline surin komiFriend
Messages: 5
Registered: September 2016
Junior Member
Hi Ulyana,

I need a mechanism to read parameter values(like type, index, text) from AUT after that i want to store the parameters and pass the same values into script during execution time.

Parameters:
after optional ControlHandler: Indicates the element after which the necessary element is present.
type optional String = "": Indicates the type of a control, if there are any types.
index optional Integer: Indicates the number of control in the list. If an element is first in the list, then this parameter is not present and the default is equal 0.
text optional String = "": Indicates the text\name of this element. This parameter is used by default, so -text word is not written at the recording of the test.

Please check the below script:

with [get-view Properties | get-section "" -index 1] {
get-combo -index 1 | select Date
get-combo -index 4 | select Integer
get-combo -index 7 | select Character
}

Here index values "index..." are dynamic. When i record and re run the same script , test case getting failed due to the dynamic index values.
Is there any method to read parameter values from AUT and pass the same values into script ?
So please suggest me if there any method to handle . Thanks in advance !
Previous Topic:How to handle dynamic parameter values using RCPTT ECL commands ?
Next Topic:ECL command
Goto Forum:
  


Current Time: Thu Dec 26 16:53:20 GMT 2024

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

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

Back to the top