Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [TUTO] Super context with parameters(An example to use differents parameters with the same test)
icon1.gif  [TUTO] Super context with parameters [message #1444220] Mon, 13 October 2014 20:25
Francis BACQUET is currently offline Francis BACQUETFriend
Messages: 46
Registered: September 2014
Member
Hello,

I come back with an other example.
I'm going to tell you how to play parameters with the same test-case.

First I create 3 parameters(new -> context -> parameter):
param1 with one param (param : 1)
param2 with one param (param : 2)
param3 with one param (param : 3)

I create a "super context" parameter, and add three parameters in its context.

Finally, I create a test case "testParameters":
show-alert $param

I add the super context in its context.

Project's picture:
http://img15.hostingpics.net/thumbs/mini_747407testParameters.png

I play "testParameters" and 3 tests are executed:
1)show dialog with "1"
2)show dialog with "2"
3)show dialog with "3"

I join my project test (superContextParameter) and my application (optional)

[Updated on: Tue, 14 October 2014 20:20]

Report message to a moderator

Previous Topic:[TUTO] Links between EclScript
Next Topic:[TUTO] Super context with eclScript
Goto Forum:
  


Current Time: Thu Apr 18 05:13:02 GMT 2024

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

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

Back to the top