Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Re: UML Testing Profile
Re: UML Testing Profile [message #552824] Fri, 13 August 2010 16:17 Go to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Mohamed,

I don't think there is, but you might ask about it on the UML2
newsgroup/forum. I've added it to the "to" list of the reply.


Mohamed wrote:
> Hi,
>
> I am a new user of Eclipse, and I'm doing a research on using UML 2.0
> Testing Profile (U2TP) ...
>
> Is there any implementation for the U2TP on Eclipse?
>
> Where I can get a good documentation about the subject if available.
>
> Thanks in advance.
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: UML Testing Profile [message #552899 is a reply to message #552824] Sat, 14 August 2010 08:41 Go to previous messageGo to next message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
The test profile has never really been fully implemented. I mean graphical design and stereotypes. The Franhoffer institute in Germany did great job on this specification subject but code implementation has not been made by any tool provider.
I think it was a mistake and my mistake also but with the credit crunch it is now impossible !!
Re: UML Testing Profile [message #553122 is a reply to message #552824] Mon, 16 August 2010 14:15 Go to previous messageGo to next message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Thanks Guys,

I passed by a tutorial for building a UML profile.

I will try to build at least the necessary components for my research.

Re: UML Testing Profile [message #553457 is a reply to message #553122] Tue, 17 August 2010 15:20 Go to previous messageGo to next message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Hi,

I was building UML Testing Profile according to the UTP specification from omg.org using Eclipse Galileo Modeling version.

I have created some stereotypes such as:
- TestComponent: extends UML::StructuredClassifier
- TestContext: extends UML::StructuredClassifier
- SUT: extends UML::Property

To test the draft profile, I defined it through "UML Editor" menu. Then I created a simple class diagram with three UML classes. I loaded the profile through "load resource", and applied the profile.

I applied TestComponent to one class and TestContext to another class. However, I couldn't apply SUT to the third class (it does not show up).

Any clue?

Thanks in advance.

Mohamed
Re: UML Testing Profile [message #553493 is a reply to message #553457] Tue, 17 August 2010 16:51 Go to previous messageGo to next message
Rafael Chaves is currently offline Rafael ChavesFriend
Messages: 161
Registered: July 2009
Senior Member
You say:

"- SUT: extends UML::Property"

and then

"I couldn't apply SUT to the third class (it does not show up)."

As you state above, SUT can only be applied to properties, not to classes.

Cheers,

Rafael
http://alphasimple.com



Re: UML Testing Profile [message #554847 is a reply to message #553493] Tue, 24 August 2010 14:25 Go to previous messageGo to next message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Yes, you are right.

But, this is how SUT is specified in the OMG's UTP.

I thought there are some missing links among the UML metamodel.

I will try to contact the OMG UTP group.

Thanks
Re: UML Testing Profile [message #628580 is a reply to message #552824] Sat, 14 August 2010 08:41 Go to previous messageGo to next message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
The test profile has never really been fully implemented. I mean graphical design and stereotypes. The Franhoffer institute in Germany did great job on this specification subject but code implementation has not been made by any tool provider.
I think it was a mistake and my mistake also but with the credit crunch it is now impossible !!
Re: UML Testing Profile [message #628593 is a reply to message #552824] Mon, 16 August 2010 14:15 Go to previous messageGo to next message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Thanks Guys,

I passed by a tutorial for building a UML profile.

I will try to build at least the necessary components for my research.
Re: UML Testing Profile [message #628596 is a reply to message #628593] Tue, 17 August 2010 15:20 Go to previous messageGo to next message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Hi,

I was building UML Testing Profile according to the UTP specification from omg.org using Eclipse Galileo Modeling version.

I have created some stereotypes such as:
- TestComponent: extends UML::StructuredClassifier
- TestContext: extends UML::StructuredClassifier
- SUT: extends UML::Property

To test the draft profile, I defined it through "UML Editor" menu. Then I created a simple class diagram with three UML classes. I loaded the profile through "load resource", and applied the profile.

I applied TestComponent to one class and TestContext to another class. However, I couldn't apply SUT to the third class (it does not show up).

Any clue?

Thanks in advance.

Mohamed
Re: UML Testing Profile [message #628597 is a reply to message #628596] Tue, 17 August 2010 16:51 Go to previous messageGo to next message
Rafael Chaves is currently offline Rafael ChavesFriend
Messages: 161
Registered: July 2009
Senior Member
You say:

"- SUT: extends UML::Property"

and then

"I couldn't apply SUT to the third class (it does not show up)."

As you state above, SUT can only be applied to properties, not to classes.

Cheers,

Rafael
http://alphasimple.com
Re: UML Testing Profile [message #628614 is a reply to message #628597] Tue, 24 August 2010 14:25 Go to previous messageGo to next message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Yes, you are right.

But, this is how SUT is specified in the OMG's UTP.

I thought there are some missing links among the UML metamodel.

I will try to contact the OMG UTP group.

Thanks
Re: UML Testing Profile [message #632081 is a reply to message #628614] Mon, 11 October 2010 13:49 Go to previous messageGo to next message
Cyril Ballagny is currently offline Cyril BallagnyFriend
Messages: 1
Registered: October 2010
Junior Member
Hi everybody,

I am interested in a U2TP implementation too.
Mohamed, are you still working on it?

It may be a bit late to reply to your old post, but there is no mistake in the specification. <<SUT>> is applied on a property belonging to a structured classifier.

Regards,

Cyril.
Re: UML Testing Profile [message #632314 is a reply to message #632081] Tue, 12 October 2010 14:31 Go to previous message
Mohamed Mussa is currently offline Mohamed MussaFriend
Messages: 43
Registered: August 2010
Location: Canada
Member
Thanks very much.

Yes, I am working on U2TP for my research.

Rgrds,
Previous Topic:[EMF / GMF / UML] Modify model element cause diagram corrupted
Next Topic:Uml graphical editor
Goto Forum:
  


Current Time: Thu Apr 25 08:10:47 GMT 2024

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

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

Back to the top