JIRA - Comment , Attach Screenshot With Single Click, For Android Application Manual Testers

Take screenshot and post it to jira as a comment.

Hi Friends,Trust all of you are safe following SMS- Social Distancing, Masking & Sanitizing.

I have been observing mobile testing from the close ground. There is considerable effort being spent day in and day out by mobile testers in finding defects, transferring the screenshots from mobile devices to the computer to be able to raise the defects in ALM solutions like JIRA etc. Adding to this the challenges like stability of usb cable connections with the device, transferring the file from the mobile device to the computer, locating the file and uploading into the ALM solutions all drain down the productivity of the testers.

After looking at these problems of mobile testers, I have come up with innovative solutions "Jira Commentor" that will eliminate the hassles of transferring the screenshots of mobile devices to the computer, then writing down the comments as part of the defects. The "Jira Commentor" app will help you attach the screenshot of the defect/issue along with the comments into the ALM solutions. This solution is available in the below GitHub link, please do try and pass on a word about it, if you like it.

Also do reach back to me, if you have any queries/any enhancements that you would like.

Let me Know if you want any customization, or your idea like this, if that will increase your Team productivity, we will develop it for you.

For setup this tool , please contact below Email.

Email : [email protected]

Download Tool : https://drive.google.com/file/d/1Heyb8PfYfdNyb2dDCUJzvCbh_5txioMB/view?usp=sharing

How to work with it? watch :https://youtu.be/PrBZipkVE6g

Source Code : https://github.com/InnovativeSolutionApps/JiraCommentor


No alt text provided for this image

Prerequisites:

  1. ADB Server
  2. Jira Credentials
  3. Jira API Token id

Setup ADB server on Mac OS

This is the easiest way to get a manual installation of ADB and Fastboot.

refer : https://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-x

  1. Delete your old installation (optional)
 rm -rf ~/.android-sdk-macosx/
  1. Navigate to https://developer.android.com/studio/releases/platform-tools.html and click on the SDK Platform-Tools for Mac link.
  2. Go to your Downloads folder
 cd ~/Downloads/
  1. Unzip the tools you downloaded
 unzip platform-tools-latest*.zip 
  1. Move them somewhere you won't accidentally delete them
 mkdir ~/.android-sdk-macosx
 mv platform-tools/ ~/.android-sdk-macosx/platform-tools
  1. Add platform-tools to your path
 echo 'export PATH=$PATH:~/.android-sdk-macosx/platform-tools/' >> ~/.bash_profile
  1. Refresh your bash profile (or restart your terminal app)
 source ~/.bash_profile
  1. Start using adb
 adb devices

2.Set up ADB server on Windows

Refer : https://appuals.com/install-adb-windows-7-8-10/

3.Create an API token

Create an API token from your Atlassian account:

refer : https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/

  1. Log in to https://id.atlassian.com/manage/api-tokens.
  2. Click Create API token.
  3. From the dialog that appears, enter a memorable and concise Label for your token and click Create.
  4. Click Copy to clipboard, then paste the token to your script, or elsewhere to save:

Thanks to All !

END

Sankar Santhanaraman

Tech Founder | AI Practitioner | Driving QE Innovation

3 年

Good job Sakthivel. Small tools like this often make a big difference when it comes to productivity. Appreciate your attitude to automate whatever comes your way! Thanks for the effort well spent.

Sakthivel Iyappan

Automation Architect, Senior SDET

3 年

Thank you Vijayanathan Naganathan sir, for your Support and Guidance. ?? ??

回复
Sakthivel Iyappan

Automation Architect, Senior SDET

3 年

A Tool to Create, Validate , and Convert BDD lines into Cucumber Step Definition. #cucumber?#JavaSwingGUI?#HelpingOthers?#opensourcesoftware https://lnkd.in/gyca7bP

回复

要查看或添加评论,请登录

Sakthivel Iyappan的更多文章

  • ClipBoard Manager

    ClipBoard Manager

    Hello Everyone, Trust you of all are doing well. Stay safe during this pandemic, One of the problems often I have…

    2 条评论
  • Cucumber Studio..

    Cucumber Studio..

    Hello Everyone!!! This is my very first Linkedin post. I want to come up with very useful utility tool for Test…

    21 条评论

社区洞察

其他会员也浏览了