Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when your requirments has changed,we usually find the code and modify the source code by ourselves.
now,t have a question:
how to track the requirments changes autom Automation?
for example:
first you should establish the link between the requirment with the code,
when a requirment is changed,how can you trace the code that influenced by the change automation?


you can give some idea, thanks!
Posted

1 solution

Basically its called Source Control. Any good source control has change tracking, associating work items with change sets, etc.

You can learn more about source control here[^].

You can find out about different kinds of source control at this link[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900