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

TestPad: Almost Automate Bug Reporting

TestPad: Almost Automate Bug Reporting

Presented in Hack9 at dealertrack technologies

Milind Shakya

October 09, 2015
Tweet

Other Decks in Technology

Transcript

  1. Traditional Way to report bugs • Find bug. • Take

    a screenshot. • Open external tool to Highlight or Annotate problem areas. • Save the file. • Open Jira to create an issue. • Attach screenshots.
  2. Can I has the codez • feedback.js, html2canvas.js, django, django

    restframework. • feedback.js is based on the html2canvas.js library. • Renders current page as a canvas image by reading the dom and different styles applied to the elements. • Does not require any rendering from the server, as the whole image is created in the client’s browser. • The client then posts the image to our server’s API which takes care of creating JIRA stories. • https://github.dev.dealertrack.com/milind/ testpad
  3. Future • Polish some things up. • Integrate library with

    our existing projects. • Integrate with more backends. (Github Issues, Trello, Rally)