Wednesday, August 9, 2023

Now Open SelectorsHub just by clicking on Logo

 

SelectorsHub has launched 5.0 version on chrome browser with amazing features. 5.0 version is live on both SelectorsHub community version and the Pro version on chrome browser only. In other browsers it is working as usual.

The best of this release is that user can open SelectorsHub tab just by clicking on it’s logo as well as through keyboard shortcut.

Now user need not to open DevTools then finding SelectorsHub tab etc.



New Features in SelectorsHub 5.0-

  • Open SelectorsHub in one click
  • Keyboard shortcut to open SH
  • SelectorsHub Inspector can inspect all kinds of elements
  • Shows element property just by hover on it.
  • id & name attribute in ContextMenu
  • Rearrange the order of Selectors as per your preference (On Pro Version only)

How can you get these feature:

  1. Restart your chrome browser.
  2. SelectorsHub will get automatically updated to 5.0 version.
  3. To confirm, just click on SelectorsHub logo and if it doesn’t open SelectorsHub Panel then follow this tutorial to update it manually.

Please follow below tutorial for live demo and more details





Monday, January 9, 2023

Testing Daily: The Very First Mobile App specially design and developed for the Testers!!

 Testing Daily mobile app is a free app specially developed for Testers to get the latest testing feed, trends, news, articles and tutorials from different platform at one place.

Please find the download link below. 

Download Link of Testing Daily For Android users-

https://play.google.com/store/apps/details?id=info.testingdaily

Testing Daily for iPhone users-

https://apps.apple.com/in/app/testing-daily/id1661612332

Web App link-

https://testingdaily.info/


Testing Daily Home Page-

https://selectorshub.com/testing-daily/

#testingdaily #mobileapp 




Tuesday, November 22, 2022

Launched New Tool : Testing Daily | The Tester's Home Page

All time challenge for our testers to keep updated with the latest testing trends.


We have to open multiple platforms like medium, reddit, youtube etc to get the testing updates which is kind of impossible for us to open all platforms everyday. At the same time there is a lot of distraction in these platforms.

So to solve these challenges, here I have created the “Testing Daily | The Tester’s Home Page”.

Testing Daily is a free browser plugin to get the the latest testing feed without a single click.

Testing Daily Download Link

How to get started with Testing Daily-

  1. Just add this plugin in your browser and that’s all :)

Now open new tab in your browser and boom, you will get the latest testing feed. Now every time when you will open new tab, you will get testing feed.

Please checkout the below tutorial to make the best use of it.





Thursday, October 13, 2022

#Introducing: The New Innovation "Selectors Healing" for all the UI Automation Tester

 What is Selectors Healing?

#Introducing: Selectors Healing

What’s the main reason for “UI Automation Script going in backlogs”?

IMO: Whenever UI change happened, most of the locators get changed and it becomes almost impossible to fix them one by one and thus testers prefer to write new script in place of maintaining the old one.

So to solve this problem, here introducing the new innovation “Selectors Healing”.

Selectors Healing is a new feature introduced in SelectorsHub Pro.

Using Selectors Healing feature, all the selectors of the script can be verified in few seconds. This is completely independent from any framework, api, language or format i.e. it supports selectors written with Selenium, Cypress, Playwright, WebDriverIO etc in any language.

  1. Open the web page on which you want to verify the selectors.
  2. Click on Selectors Healing button in SelectorsHub Pro tab.
  3. Paste the script/locator page in the opened popup.
  4. Select the command format
  5. Click on submit.
  6. It will fetch and list all the selectors from the script along with their counts.

Please follow this video tutorial for live demo and more details-

The Next Gen XPath and Css Selectors IDE - SelectorsHub Pro



Monday, March 7, 2022

Generate the manual test case along with screenshots automatically!!

 I have been always asked by many testers that you always invent things only for automation engineers and those who code, what about others like those who do functional testing or manual testing, so this time I have really great news for all the manual and automation tester!! 🤞🏻🙌🏻

Giving you all something so revolutionary today that it will make testers life so so easy!!
Now you can automatically generate the manual test cases along with the screenshots through TestCase Studio without doing anything.

TestCase Studio a free browser plugin 
Download Link

Please Watch the below tutorial to understand why I am calling this innovation as revolutionary in software testing-



Monday, January 10, 2022

Learn A to Z about XPath, cssSelector, WebElements, Shadow DOM, iframes, SVG, SelectorsHub & TestCase Studio.

Learn A to Z about XPath, cssSelector, WebElements, Shadow DOM, iframes, SVG, SelectorsHub & TestCase Studio.

Enrol now and get the best offer price.
https://www.udemy.com/course/xpath-css-selector-webdom-selectorshub-testcase-studio/



Saturday, January 1, 2022

Launched New Udemy Course on the deep concepts of XPath, cssSelector, shadow dom, iframe, svg, complex automation scenario.

 A Course to improve Knowledge & Productivity. This course has covered everything what I teach in Live SelectorsHub Training.

Course Link

https://www.udemy.com/course/xpath-css-selector-webdom-selectorshub-testcase-studio/

Topics covered in this course-

  • XPath concepts and Writing XPath from basic to advance.

  • Writing all kinds of XPath like XPath relative to other element, Relative XPath to Parent, index based xpath, XPath with attribute & text and absolute xpath.

  • Detailed explanation about important functions of XPath like text(), . dot, normalize-space(), not(), !=

  • Difference between //* and //tagname

  • Importance concepts about web like pseudo elements, comment, what is possible and what is not possible for web elements

  • XPath 1.0 and XPath 2.0

  • Shadow DOM, iframe, SVG, different technique to write xpath.

  • How to automate and handle more complex scenarios like shadow dom inside iframe, iframe inside shadow dom, multiple shadow dom inside iframe etc

  • How to automate closed shadow dom.

  • Handling all kinds of web elements like dynamic, invisible dropdown and submenu etc.

  • How to handle spin loader

  • cssSelector, JS Path, jQuery

  • Full training on SelectorsHub,

  • How to write automation script smartly,

  • Full training on TestCase Studio.

  • How to complete manual testing without wasting much time and smartly.

  • Bug reproducing techniques and a lot more.

  • Interview preparation and questions on XPath & Selectors.

  • After each class, practice questions and exercise will be shared. We will also discuss the exercise questions.

  • Writing Axes Based XPath, XPath for Web Tables etc will be taught.

Sunday, December 19, 2021

How to automate closed shadow DOM elements in Selenium?

 As per W3C standard (reference MDN),

“When the mode of a shadow root is “closed“, the shadow root’s implementation internals are inaccessible and unchangeable from JavaScript.”
Checkout this page for closed shadow dom example.

But there are some work around to perform action on closed shadow root elements.

One of the workaround to automate closed shadow root elements by using the Actions class in Selenium-

  • Locate the closest element which is outside closed shadow root. It could be the host element for that shadow root.
  • Now focus on this outside element by using click() method.
  • Now use Actions class to press the TAB key to focus on the closed shadow root element.
  • Now use Actions class to perform any action on the closed shadow dom element like sendKeys() or click() etc.

For real time example please refer the below video:




Friday, November 12, 2021

Registration Open for next batch of SelectorsHub Training.

Registration Open for Next Batch. It will start from 6th DEC 2021, 8.00AM IST.

ThanksGiving offer is on for very limited period, block your spot asap and grab the offer. :man-running::woman-running:

Please find more details and registration link here -

https://selectorshub.com/selectorshub-training/


SelectorsHub Training



Tuesday, October 19, 2021

Join this training to learn all about XPath, Web Elements, DOM, cssSelectors, SelectorsHub and TestCase Studio.

Exclusive training for XPath, locators, WebElement, DOM, SelectorsHub and TestCase Studio by SelectorsHub Creator.

This training will help your to learn all the selectors concepts from basic to advance level.

Topics to be covered in this Training-

1) XPath concepts and XPath writing from basic to advance
2) Shadow DOM, iframe, svg, different technique to write xpath
3) Handling all kinds of web elements like dynamic, invisible dropdown and submenu etc.
4) CSS Selector, JS Path, jQuery
5) Full training on SelectorsHub,
6) How to write automation script smartly,
7) Full training on TestCase Studio.
8) How to complete manual testing without wasting much time and smartly.
9) Bug reproducing techniques and a lot more.
10) Interview preparation and questions on XPath
11) On completion of this training, you will get the SelectorsHub Certificate 

Good news is that there are special batches for different time zones so you can choose the batch as per your availability.
Please find more details about training and registration link here-