The playlist is very good Naveen. The concept of no login would not work if the token/session has an expiry. If the applications use the mechanism of short lived tokens, then we need to login again
Thanks Naveen. Nice video. If the login page having 'verify your identity' and text message in mobile number, after given the number it will login. How to handle?
1. Whats the better way to protect this json file with context? 2. Also same can be applied to browser plugins, so that the next time when we open chromium the plugin will be loaded and logged in?
Hi bro ! 1) Could you please do a video on future of automation testing and software testing so many Developers and testers are coverting to Data science in recent times 2) is there any chance that sofware testing will be replaced with some other technologies in the future 3)Could you please differentiate wt will be the future and salary growth in Software testing vs data science which has more growth 4)As a software tester i would like to be work in testing field and i would also like to know is data science better than sofware testing( it it is then i will switch my carreer to data science ) .................Please reply sir your answer is much needed for me !
In My Application, I have to login every time its saving details in json file when i called that json file in another class it's asking again credentials it's not login automatically. What is the reason behind that.
How to incease the session timeout as it is working for 4-5 test case after that Login screen started coming it means session is getting expired , I have more then 200 test case which run around 2 hours How to use it so that the session should not get expired
This really awesome and we appreciate your hard work... I have one doubt sir after learn playwright is there any job opportunities are there? In next 2 to 5 years ?.
Great Video Naveen... Got 2 questions 1. How to handle the scenario, the session is created and stored in json file and the password got changed after that 2. How to use this concept for login to application with multiple users
Disclaimer: I haven't tried these solutions but I'm assuming this is how we can resolve them: 1. If the password has changed, that json file is no longer valid. You will have to redo the brContext.storageStep() step to update the file and then use the updated file to proceed with your logins. 2. For multiple users, you will have to run the brContext.storageStep() step once for each user and by using different file names. Then you should be able to specify which user's session you want to use for login by fetching the appropriate file.
How to Check that my password is masked when i'm typing using playwright java ( like when i type password - letters should change to * or . etc.. ) need to check this scenario
Thank you for your respsonse and dedication to what you are doing to the testing community, you are the man 🙏
The playlist is very good Naveen. The concept of no login would not work if the token/session has an expiry. If the applications use the mechanism of short lived tokens, then we need to login again
@caseworker746 I have the same query .Did you find any way for this ?
awesome, we can use it inside Before annotation so no need to log in every time for each test case
yes you can use it.
Thank you Naveen, it really helped me
@naveen - can we create and keep this .json file only once or do we need to create this at every session level? I mean every run?
Thanks Naveen. Nice video. If the login page having 'verify your identity' and text message in mobile number, after given the number it will login. How to handle?
Hi @Naveen AutomationLabs whether it will work on Static OTP Login as well
Hello Naveen, Is it possible to do this in selenium ??
1. Whats the better way to protect this json file with context?
2. Also same can be applied to browser plugins, so that the next time when we open chromium the plugin will be loaded and logged in?
Hi Naveen
How to Access local storage and save tokens?
Hi bro !
1) Could you please do a video on future of automation testing and software testing so many Developers and testers are coverting to Data science in recent times
2) is there any chance that sofware testing will be replaced with some other technologies in the future
3)Could you please differentiate wt will be the future and salary growth in Software testing vs data science which has more growth
4)As a software tester i would like to be work in testing field and i would also like to know is data science better than sofware testing( it it is then i will switch my carreer to data science ) .................Please reply sir your answer is much needed for me !
I tried same steps but not working for me
Hi Naveen I saw all your vedios java, api, playwright it's awesome can we do this auto login selenium + java
In My Application, I have to login every time its saving details in json file when i called that json file in another class it's asking again credentials it's not login automatically. What is the reason behind that.
please suggest another website for test
How to incease the session timeout as it is working for 4-5 test case after that Login screen started coming it means session is getting expired , I have more then 200 test case which run around 2 hours How to use it so that the session should not get expired
Hi Naveen,
Can you please make a video on Selenium how to bypass or reuse login please
Sir how to do the same using js?
i'm confused if combine with my hooks & cucumber step
Hi Naveen, It worked for me for the first time but once I logged out from the automated browser manually and then tried it is not working.
we eagerly waiting for page object and cucumber implementations 🙏
Wait for one more week
@@naveenautomationlabs did you already implement it?is that with Playwright? I can't find the video
Please make the tutorials using POM in playwright
Can you please show the same in POM tutorial
Could you share the full syntax code for this case using javascript in visual studio code?
This really awesome and we appreciate your hard work... I have one doubt sir after learn playwright is there any job opportunities are there? In next 2 to 5 years ?.
It will boom like anything in future. Already started.
Great Video Naveen... Got 2 questions
1. How to handle the scenario, the session is created and stored in json file and the password got changed after that
2. How to use this concept for login to application with multiple users
Disclaimer: I haven't tried these solutions but I'm assuming this is how we can resolve them:
1. If the password has changed, that json file is no longer valid. You will have to redo the brContext.storageStep() step to update the file and then use the updated file to proceed with your logins.
2. For multiple users, you will have to run the brContext.storageStep() step once for each user and by using different file names. Then you should be able to specify which user's session you want to use for login by fetching the appropriate file.
How to Check that my password is masked when i'm typing using playwright java ( like when i type password - letters should change to * or . etc.. ) need to check this scenario
👍👍👍👍