Book a Demo

Author Topic: Manual testing in EA  (Read 13933 times)

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: Manual testing in EA
« Reply #15 on: December 12, 2014, 08:43:53 pm »
Quote
Quote
Hi,

you may do that with compilations of tests within a diagram or a package.

My favorite condition is the following:

Create a Package for each Test plan.
Add a Diagram into the Package.
Move all Test case elements into this package.

On Diagram options "inclde all Elements from that diagram into the report"
Do not show the diagram within the report

Create a test plan template for the specific need.


One ;D Problem: Each test-case-element is available ONCE, but you can overwrite it.
You ahould use the audit trail function for using it AND writing the device under test identifier into the result.

Regards

Stefan
Stefan,
Where is the option "inclde all Elements from that diagram into the report"?
Why not showing the diagrams? Why creating a test plan template?
Where is the audit trail function?
What do you mean by "writing the device under test identifier into the result"

Sorry if my questions look dumb to you, I just don't understand your way to proceed.



Hi

When i create the test plans and test specifications within a terxtual way, i don't like the diagrams beeing included, because they are just ways of view. Therefore I exclude them.

The option "include all elements" is on the "right-click into the diagram -->diagram options"

The test plan template is a rtf document template which is used for managing tests and test setups. It will be the very first step within a testing framework, the main definition and scope. And to ensure a quick generation, I usually creat a template for.

The audit trail is in "Project-->Auditing". a really valueable feature.

The device under test, the correct reference for a single device or version is usually not handled by enterprise architect in a usable way. to have the information bound to the test in the Testing window, i use the device-identifier within the test result. The device is hand-written in there and with that approach i can manage variants and updates with regression and problem solution processes.
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

mariolita

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Manual testing in EA
« Reply #16 on: December 14, 2014, 12:57:31 am »
Hi,

you may do that with compilations of tests within a diagram or a package.

My favorite condition is the following:

Create a Package for each Test plan.
Add a Diagram into the Package.
Move all Test case elements into this package.

AndyJ

  • EA User
  • **
  • Posts: 337
  • Karma: +5/-3
  • It's only a model
    • View Profile
Re: Manual testing in EA
« Reply #17 on: December 15, 2014, 08:45:05 am »
We do not use JIRA for testing (or EA for that matter).

We use JIRA to track requirements, tasks and defects.

Andy
Sun Tzu: "If you sit by the river long enough, eventually the body of MS Visio floats past."

Monsieur

  • EA User
  • **
  • Posts: 142
  • Karma: +0/-0
    • View Profile
Re: Manual testing in EA
« Reply #18 on: December 15, 2014, 07:38:26 pm »
Quote
Hi,

you may do that with compilations of tests within a diagram or a package.

My favorite condition is the following:

Create a Package for each Test plan.
Add a Diagram into the Package.
Move all Test case elements into this package.

Hello mariolita,

your solution seems easy, but there are a few problems with it.
pb1: you can't have 2 test plan at the same time that use the same test since you move all the elements in the package
pb2: every test will contain only the last result, and no link with the test plan they are from so you loose information (you don't have a catalogue of tests and test plan issue from a selection of tests to conduct + the results of execution)

Thanks anyway mariolita