What I do as QA/SDET on Daily basis:
1. Check Emails – Reply to necessary emails where I am tagged
2. Attained daily Stand up meeting and discuss if any blocker issue is present, then Prepare To do list for the day
3. Start with the Testing and note down the observations
4. Connect with developers on the observations and Bugs
5. Once manual testing done start with Automation testing.
6.Identify the manual regression test cases to be automated based on priority
7.Understand the functionalities with developer , BA or manual team.
8. Check if I can automate any business related scenarios and start working on it
9.Start writing test script based upon your framework.
10 Regularly update your code to Git hub ,check for CR request(Code review) and update accordingly and merge in module branch
11. Configure Jenkins for schedule daily test suite run,Observe test report on daily basis percentage of test scripts pass or fail
12.IF test script are failing check manual if you are able to reproduce of it is failing due to flaky test script.
13.Reactor or update your test script with proper waits and locators. ie maintain test script
14. If not will try to make the existing scripts more stable
15. Attend scrum call and give updates
16. Check my to do list and logout for the day
#dailyactivity #automationtesting #interview #selenium