Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » Request for an actual SUT with its TTCN-3 tests
Request for an actual SUT with its TTCN-3 tests [message #1832626] Tue, 22 September 2020 08:52 Go to next message
Faezeh Khorram is currently offline Faezeh KhorramFriend
Messages: 9
Registered: June 2020
Junior Member
Hi,
I am a beginner in TTCN-3 and I just tried several trivial examples on how to write TTCN-3 tests.
I've understood the architecture and the way of describing and executing tests, but the problem is that I didn't get how the real communication with the SUT takes place. Indeed, I don't understand how the configuration between the test system and the real system is defined.
The sample projects are just .ttcn3 files, while I need a simple and real project (SUT) with its Adapter implementation and TTCN-3 tests to get a deep insight into the whole testing process.

I've also read in a post of Forum that the choice of suitable ports for testing, depends on the SUT's protocols, so what if the SUT is run on the local machine and doesn't work over internet? Isn't it possible to use TTCN-3 for testing this kind of systems?

I'd be grateful if you could kindly give me some complete resources to this end.

Best Regards,
Faezeh
Re: Request for an actual SUT with its TTCN-3 tests [message #1832628 is a reply to message #1832626] Tue, 22 September 2020 10:35 Go to previous message
Elemer Lelik is currently offline Elemer LelikFriend
Messages: 1120
Registered: January 2015
Senior Member
Hi Faezeh,

I'm sorry to say, but clearly you did not look carefully enough. Majority of examples I have posted are complete,
and not " just .ttcn3 files" , but they include all the required test ports , written in C++ or whatever deemed necessary.

A few examples, without trying to to be comprehensive:



Example of web service request/response over SOAP/HTTP
https://www.eclipse.org/forums/index.php/t/1068103/

Example of SNMP over UDP
https://www.eclipse.org/forums/index.php/t/1068184/

MQTT over Websocket in Titan
https://www.eclipse.org/forums/index.php/t/1088874/

SCTP support in Eclipse Titan part 1
https://www.eclipse.org/forums/index.php/t/1102557/

It does not matter if your SUT runs on the same machine as the Titan executable
or it's reachable over the network only, it should work the same.

Best regards
Elemer




Previous Topic:The Titan runtime configuration file
Next Topic:OpenSSL 1.1.1.g not supported
Goto Forum:
  


Current Time: Sat Sep 21 06:34:40 GMT 2024

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

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

Back to the top