Skip to main content



      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 09:24 Go to next message
Eclipse UserFriend

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

[Updated on: Thu, 17 December 2015 04:16] by 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 13:26 Go to previous messageGo to next message
Eclipse UserFriend
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 04:14 Go to previous messageGo to next message
Eclipse UserFriend
Thank you Ulyana to share the last version !
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 12:57 Go to previous message
Eclipse UserFriend
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: Wed Jul 16 09:01:28 EDT 2025

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

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

Back to the top