lundi 26 octobre 2015

Creating test that depends on another test case

I'm currently working on an application that uploads a file to a web service (using spring resttemplate). This upload function returns an id which can be used to download the uploaded file later on.

I want this scenario covered by a test (i'm not talking about unit test - maybe integration or functional test, whichever is appropriate).

What i want to do is the download test case will depends on the result of the upload test (since the id will comes from the upload function) - this will be tested against an actual web service for me to confirm if the upload and download functions works properly.

I'm not sure if this approach that i want to do is correct so if any one can suggest a good approach how to implement it, it would be greatly appreciated.

Thanks in advance!

Aucun commentaire:

Enregistrer un commentaire