Bookmarks in your everyday routine

 Sometimes we are doing repeated action during our work activity - filling some web-forms while working with UI. Especially repeated actions familiar for QA (SDET) engineers while doing some regression or preconditions for testing.

Bookmarks with JavaScripts could solve this problem and make filling process faster and more reliable (avoid manual misprints etc.).

Long story short:

  • you have to create js-file with function, 
  • post it to some global resource (to make available by link)
  • use created js in your javascript call in bookmarklet
As result, you have to 'Add page...' (Edit bookmark)



And just click it on the required form, profit 👍



All the details with full example available on GitHub
in browser-bookmarks

(In this article you will find a way to make your execution process a little bit faster and comfortable)