Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » Issue using Titan Execution Controller
Issue using Titan Execution Controller [message #1713040] Fri, 30 October 2015 07:53 Go to next message
Johannes Bro is currently offline Johannes BroFriend
Messages: 56
Registered: June 2015
Member
Hi all,

during using TITAN Execution Controller i recover a issue. If i describe a testcase and execute it, the test case will stay in list of possible test cases to execute although i delete it. Therefore i have now a long list of test cases but the most of them are old and didn't exist. It is just a flaw but i want to inform you... Maybe someone know how to easy fix this issue in next release.

br

Re: Issue using Titan Execution Controller [message #1713193 is a reply to message #1713040] Mon, 02 November 2015 09:02 Go to previous messageGo to next message
Elemer Lelik is currently offline Elemer LelikFriend
Messages: 1120
Registered: January 2015
Senior Member
Hi Johannes,

I will investigate and come back to you.

Best regards

Elemer
Re: Issue using Titan Execution Controller [message #1713213 is a reply to message #1713040] Mon, 02 November 2015 12:40 Go to previous message
Jeno Attila Balasko is currently offline Jeno Attila BalaskoFriend
Messages: 80
Registered: September 2013
Location: Budapest, Hungary
Member

Hi Johannes,

you will always see all the testcases in the testcase list in the dialog . If you want to control the testcases, there are more possibilities to do that.
1.The simplest is to list them in the config file in the execution section as follows (see refguide/chapter 7.8, User guide/ Chapter 4, especially 4.4):
[EXECUTE]
MyExample.control
MyModule2, MyTestCase1
MyModule2.MyTestCase2

2.In your ttcn module list the testcases in the control part as follows:

control{
execute(MyTestcase1());
execute(MyTestcase2();
}

3. From eclipse select Run>Run as..>Run configuration and create test sets.

4. Select from dialog when it appears

Best regards
Jeno
Previous Topic:The binary RAW encoder of Titan : part IV
Next Topic:Issue with unknow subtypes [solved]
Goto Forum:
  


Current Time: Thu Apr 25 11:00:54 GMT 2024

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

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

Back to the top