biggest accomplishment code example
Example 1: biggest accomplishment
Using Scenario Outline & Examples in framework:
When I started to work in my last company
we were in 5th Sprint of the project.
I started the work and understand the
application and framework. After 2 sprints,
I figured out that almost nobody was using
scenario outline in my QA team. They had to
repeat almost each similar step because of that issue.
It was increasing redundancy and work load
over my team. Actually I like implementing DDT
in my frameworks as much as possible.
Fortunately we were just at the beginning
of the project and that was a chance to fix
this redundancy as soon as possible.
I decided to talk with my QA lead to
solve this issue. After telling to my QA lead,
he liked it and told me to prepare a
short presentation to tell other team members
during retrospective meeting.
Almost everybody embraced the idea and
we started to use Scenario Outline for each
test case if we have to insert similar data
in the the same test case.
Example 2: what is your biggest accomplishment
• One of my accomplishments I would say is establishing
a great trustworthy relationship within the team.
• If you are asking for technical:
When I joined my last project, the application
had very less “id” so I had to spend hours to
locate one Webpage elements in my POM project
so I communicated with developers and other
team members and all together we come up with
the solution which I got the access to put
“Id”in the application by myself.
• That was great for me it saved my and others time.
So instead of spending time to locating elements
I spend my time to more creating automation
test scripts and executing them.