cerberus-core icon indicating copy to clipboard operation
cerberus-core copied to clipboard

Allow to use step library across systems

Open bcivel opened this issue 10 years ago • 3 comments

bcivel avatar Jul 21 '15 06:07 bcivel

For me it makes sense to keep it by application.

gmoita avatar Aug 13 '15 13:08 gmoita

I understand the issue is to be able to reuse steps from testcase1 that belong to application1 inside testcase2 that belong to application2 having both application inside the same system. If it is the case, it could make sense in order to start beeing able to perform test of integrated application that connect each other. If we go that road the first step and bigest effort is to move the application to the step level.... Maybe it will be easier to create a new concept that allow to schedule different testcases for transversal testing. We need to discuss about that

vertigo17 avatar Aug 13 '15 19:08 vertigo17

Not really that needs. I open this issue because :

  • I have one application for which Testcases have been defined, that is loaded inside another app (in an iframe).
  • In other cases, I have some technical steps (send file by FTP for example) that I need to call from 2 different apps.

In that two cases, we had to write again manually steps. I suggest to give the possibility to use (and then import) steps from step library across systems for which user have authorisation.

bcivel avatar Aug 14 '15 06:08 bcivel