Automation Release Strategy By Anil Kumar Tank. Agenda: Repository View Backtracking to old...

7

Click here to load reader

description

Repository View:

Transcript of Automation Release Strategy By Anil Kumar Tank. Agenda: Repository View Backtracking to old...

Page 1: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.

Automation Release Strategy

ByAnil Kumar Tank

Page 2: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.

Agenda:

Repository View Backtracking to old codebase Approach Advantages

Page 3: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.

Repository View:

Page 4: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.

To Backtrack old Codebase

Page 5: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.

Approach Actual Repo: Some Repo location

Release wise Repo: Block under the actual repo

For every release, create a specific folder at ‘Release wise Repo’ location

Check-in the project under the Current version folder and copy to actual repo after the final review.

Keep replacing the project in actual repo with the latest versions.

Actual repo always contains the latest project.

Page 6: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.

Advantages: Can keep the copy of all test plans created for

particular release separately.

Backtrack codebase of any old release.

To run new plan on any old build, no need to remove the changes implemented to the current release.

Page 7: Automation Release Strategy By Anil Kumar Tank. Agenda:  Repository View  Backtracking to old codebase  Approach  Advantages.