Upgrade to Pro — share decks privately, control downloads, hide ads and more …

QA For Testing

QA For Testing

F. Rohim (O'im)

March 26, 2022
Tweet

More Decks by F. Rohim (O'im)

Other Decks in Programming

Transcript

  1. Definition QA Engineers are usually tasked with creating automated test

    programs, creating test reports, providing input on the applications being tested, and communicating with interested parties, such as UI/UX developers, back end or product managers (PM). https://toghr.com/pengertian-dari-software-quality-assurance/
  2. • Write test plans from requirements, specifications, to test strategies.

    • Perform bug tracking, ticketing, and testing processes. • Write scripts with technology tailored to company needs • Analyze test results. • Etc Job Desc
  3. Documents (By Tools) Test Suites & Cases Definition of done

    Test Run Execute Test Plan Testing Under Control Defects Report the bugs
  4. Report Desc Task in Card Title: User not redirected to

    the email verification success scene after click verification link Account: [email protected] | pass123 Preconditions: login with an account that has never verified email Steps: 1. Click email verification 2. Email verification sent and user redirect to success verification page 3. Open gmail and click button email confirmation 4. Pop-up appears and choose duck2go (web browser) and user redirect to web and click button 5. Open app then user redirect to web app user landing on page email verification again Actual: Email successfully verified but the user still redirect to the page email verification Expected: user redirect to email verification success scene Screenshot/ Video: link_of_your_media.ext
  5. E2E Tools Select tools by your need Selenium • Cross

    Browser • Cross Platform • Cross Language Cypress • Fast • Easy • Reliable Testing Playwright • Cross Browser • Cross Platform • Cross Language
  6. • Integrate your code with testcase by ID • Integrate

    your code with pipeline • Implementation clean code using methods (Ex. Page Object Model) Mandatory!
  7. One for All 1. QA is mandatory, A product will

    have good quality if it is done by the right people. 2. Important Documents, Work is not necessarily done with freehand. Everything must be neatly arranged and structured for a better future. 3. Technology is required, Humans have limited thoughts and energy, technology will always work all the time.