Selenium Framework - Part 38 - How to mask your password - Easiest way

preview_player
Показать описание
Hi All,

In this video, we will see how we can easily mask a password.

How to encode a String?
How to decode an encoded String?
How to use it in framework?
Is this effective?
Рекомендации по теме
Комментарии
Автор

Good Video Amuthan !! Kudos to you on 1K subscribers :)
Since we are touching more on Java String class, can you add some light on String Builder and Other variants of string Class usage with some Examples.

In real time, we might need to send keys for some reactive text fields by entering char wise or by passing text. so I have used String builder to append char by char and built the string but in the background I'm not sure how it works. Great help if you explain the clear picture on usage.

sunilkumarakumalla
Автор

Amazing selenium series, with real time exposure.. thank you so much!

supriyassampath
Автор

I can see this channel gets 1 lakh subscriber in 3 months

kranthikumarkatta
Автор

Awesome video. Please give some insight on CI/CD pipeline with the current framework.

manasranjan
Автор

Thank you so much Amuthan for this video

surajshirke
Автор

No video today 😀!!
I am so much liking this series that I am everyday when you will upload next video😊

amansharma-gjeu
Автор

Hi Amuthan, going by your framework series it's really helping me learn a lot. Thanks again. I have a question to you, can you please shed some light on how we can perform or validate sites which are in different languages such as german, french etc. Any best approach to validate the content in such pages as it changes based on the language.

rashid
Автор

Amuthan can you please prepare the video for passing those credentials with Jenkins to the build?

surajshirke
Автор

Hi Amuthan, After watching the videos upto 38 i download the frame work from your official git and executed the mvn commands its works fine, but when i modified the excel sheet(few yes to No and add my scripts) its not running now, i changed the excel to old values still its not running the scripts and no error are come to debug, can you pls help me on this

thomsontest
Автор

Explanation is very well, but I feel little bit past.

manoharch
Автор

In extent report also i need to hide how to do that?

niranjansai
Автор

Hi Amuthan, there's one doubt, let's say I have to login to the application and I want to login for every test case so that tc are independent, so where do I put the login code? Can I put that in Beforemethod or should I create a method in page objects and call that methods every time in test cases or is there some other solution?? Please suggest

xoda