Daily Activities

  1. --Morning --

    1. Get the latest code from Git using the git pull command (installed on Company's Intranet Server )

    2. Check Bug Tracking Tool (FDTS) for new Tasks/Bugs/Change Requests/Ticket.

    3. Check-out requires files from Git to resolve the bug or work on a new task.

    4. Attend the stand-up meeting with the project lead, scrum master, and product owner (as per Agile)

  2. --During the day--

    1. Develop code to fix a bug or implement new functionality

    2. Develop Unit test-case if required

    3. Unit Test functionality. Unit testing is done after the Use-story coding is complete.

    4. Get a code review done if required.

  3. --Evening--

    1. Compare code by the Meld-Merge tool to remove any hard coding or debug statements before check-in code in Git.

    2. Attend the stand-up meeting with the project lead, scrum master, and product owner (as per Agile)

  4. --Before leaving for the day--

    1. Send status email to Project Lead.

    2. Fill Timesheet before leaving for the day.

FAQ

Q: What is your daily activity?

Q: How do you fill up your timesheet?

Q: To whom do you send your status email?

A: To project lead, manager, and Client.

Q: How many times in a day do you have stand-up meetings

A: Two times

Q: Is your client present in the stand-up meeting?

A: Yes, in the evening status meeting.