Quality Assurance Engineer, looking forward to be a QA Leader!
AboutMe.rb
class About < Me
def current_workplace
{
company: 'Questrade Finantial Group',
position: 'Senior QA Engineer',
country: 'Brazil'
}.freeze
end
def programming
%w[JavaScript Ruby Python Java]
end
def testing
{
javascript: ["Cypress", "Postman", "Jest"],
ruby: [
"Cucumber", "RSpec", "Capybara", "SitePrism", "Nokogiri",
"Faker", "FactoryBot", "HTTParty", "RestClient", "Appium"
],
java: ["Rest Arrured"],
cli: ["SSH", "cURL", "Newman", "HTTPie"]
}
end
def devops
%w[Docker Jenkins Travis Git SonarQube RabbitMQ]
def databases
%w[MongoDB Redis MSSQL MySQL PostgreSQL Oracle]
end
end