System documentation on conversion [closed]

1

I'm in the process of converting a system in Delphi to C # using the SCRUM methodology, so far there is no documentation of this system.

So I would like to know what they indicate, I do not need very technical documentation like diagrams and so on. My biggest concern is to move the system to test team without knowing what to test.

Any idea, suggestion, example?

    
asked by anonymous 15.04.2016 / 13:26

1 answer

1

Where I work also have a system in Delphi that is constantly migrating to .NET. They do not use SCRUM but have the same situation as having the testing area to validate these migrations.

What they do here is to have a team responsible for drawing up Test Plans so that the test team has a "script" of the whole flow to test the implementation that is released. Basically a step by step of what the guy needs to test and what the system needs to do.

I do not know if it's the best way but it's what they use here.

    
15.04.2016 / 16:15