Passsword strength meter validation

Hi, I’m new to Katalon, I would like to know about the verification and the ‘Text’ present inside the Password strength meter. While writing testcase for the verifcation from the string either, password is weak, strong or Good. etc…

2019-01-17%2014_16_33-PSM%20-%20PCE%20PilotSiteManager

You should be able to locate the elements for the verification box just like any other part of your application. Right click on the text (‘Weak’ in your example screenshot), and click ‘Inspect’. You can then create a Test Object that uses and xpath (or some other selection method) to get the element(s) and interact with them.

Can you provide the HTML for the item(s) you are trying to validate? Also, what have you tried already?

I know, But On pressing right click this widget is disappearing.

Here’s a trick.

Open your inspector and right click on the <body> tag, then choose Break on > Subtree modifications. Then type a character into the password field. Your browser should pause any rendering at this point. Then just step through the debugger until the popup appears, at which point you can find it in the HTML.