Naveen paused the video and wrote the comment after watching OTP in the console window. Really this was a great effort by you and also thank you very much for sharing such a useful information.
You made my day Naveen. I am new to selenium automation testing. This is the first challenge I faced and now I am going try this and solve the issue. Thank you so much for making this video. This is the exact solution for the scenario I have to test.
Its Amazing Naveen ,,,,,your teaching Skills also very nice ...since last 4months i am watching your videos n now i am able to write the automations scripts ..thank you so much
This is really awesome. Never thought that these kind of API's tools even exist. Thanks for sharing all this knowledge ,never seen any trainer sharing this type of valuable content.
Very well explained and very useful. Using Twilio number, as explained by Naveen we can automate OTP if OTP comes from general phone number but if OTP comes from any shortcode then its not possible to automate with Twilio number. OTP won't deliver to Twilio number if it comes from a shortcode.
@Naveen Automation Labs what a man you are ? Do you predicted that some guys like me will caught in otp automation scenario and will look for this twilio solution. I Absolutely loved it . God of Automation you are …. Thanks for this video
Naveen thank you so much for sharing this. After watching your video, tried and just stuck in one area - public static String getMessage() { return getMessages().filter(m -> m.getDirection().compareTo(Message.Direction.INBOUND) == 0) .filter(m -> m.getTo()..equals("+phonenumber")).map(Message::getBody).findFirst() .orElseThrow(IllegalStateException::new);
} The above code providing errors - "Syntax error on token(s), misplaced construct(s)". Thank you again for sharing your awesome videos.
This video is exceptional and so quickly you have achieved the desired result. thank you so much for sharing this. It would be really great if you can share those two methods used.
Naveen, This video is awesome and very helpful for me and other guys for automating the OTP based website. Thank you so much for sharing such a unique video. Keep Sharing those kinds of videos that will be helpful in the future.
This is also nice idea but we can also create simple php form using this we can enter mobile number and otp from mobile which will be saved in database which and same can be used using java JDBC there are more free cloud hosting servers using this we can configure. No dependent on any API'S
Great Video.Thanks Naveen.. Its great and your ideas are also great. Looking forward from you : How we can automate PingId MFA authentication with Selenium. PingId is installed on my SmartPhone or Window Desktop.
Hey thanks for this great info.... i have two question with this approach 1. Does api take always first otp in the inbound? 2. if we run the tests parallelly in automation in that case is it a problem ?
Always excites to see new concepts from you..this time also thumbs up..wish to know without third party tool is it possible to test OTP..asking whether this can be tested in secured banking environment
Thanks for the solution. But I have a query regarding OTP.How to handle OTP by only giving 10 digit mobile number(the website which doesn’t contain country code field).Please comment.
Thanks Naveen, amazing explanation. I have a different scenario in my project, So instead of OTP I am getting RSA token/windows authenticator code on my mobile phone. Can we automate it through twilio??
Hi Naveen, is there any API trial version which uses India Number. My project is an Indian Project and i would need an API using Indian Number. Please reply.
Hi Naveen, can you suggest any other website with OTP generation as part of a/c creation for practice ? It seems Amazon registration has replaced OTP generation with CAPTCHA
Please find the git repo for this use case: here is the GIT hub URL : github.com/naveenanimation20/OTPSMSAutomation
Thanks
Code is working fine ... Thanks my POC got completed great help...
@Anisha Raju yes
@Anisha Raju Have you followed all steps?
@Anisha Raju Can we use the same code for email automation?
Very much useful, Naveen. Proud to say that i got placed in an MNC because of your guidance. Thank you!!
One of most challenging scenario it was , today u did it . It was one of the interview question too . Thanks Naveen Really u r genius 🙏🙏🙏
Naveen paused the video and wrote the comment after watching OTP in the console window. Really this was a great effort by you and also thank you very much for sharing such a useful information.
When tutorials excite you more than iPhone reviews 😊
You made my day Naveen. I am new to selenium automation testing. This is the first challenge I faced and now I am going try this and solve the issue. Thank you so much for making this video. This is the exact solution for the scenario I have to test.
Its Amazing Naveen ,,,,,your teaching Skills also very nice ...since last 4months i am watching your videos n now i am able to write the automations scripts ..thank you so much
I was asked this question in the interview that how to extract OTP or registration number. This video helped me. thank you
I pause the video at 29.06, and yes I like the concept, thanks Naveen.
This is really awesome. Never thought that these kind of API's tools even exist. Thanks for sharing all this knowledge ,never seen any trainer sharing this type of valuable content.
This is just awsome .. now this is the easiest solution for OTP related stuff.. but still there is some dependency of Twilio.. thanks Naveen
Blessed to have a mentor like you
Very well explained and very useful. Using Twilio number, as explained by Naveen we can automate OTP if OTP comes from general phone number but if OTP comes from any shortcode then its not possible to automate with Twilio number. OTP won't deliver to Twilio number if it comes from a shortcode.
One of the most challenging scenario in real time application got solved today, thanks for the efforts Naveen 😊👍
Ur tutorials make me more curious to get deep into selenium...thanks Naveen for sharing this new one....
An excellent concept from Selenium Prospect and very very useful for Single Sign-On Authentication. Thank you so much...!!!
@Naveen Automation Labs what a man you are ? Do you predicted that some guys like me will caught in otp automation scenario and will look for this twilio solution. I Absolutely loved it . God of Automation you are …. Thanks for this video
Naveen thank you so much for sharing this.
After watching your video, tried and just stuck in one area -
public static String getMessage() {
return getMessages().filter(m -> m.getDirection().compareTo(Message.Direction.INBOUND) == 0)
.filter(m -> m.getTo()..equals("+phonenumber")).map(Message::getBody).findFirst()
.orElseThrow(IllegalStateException::new);
}
The above code providing errors - "Syntax error on token(s), misplaced construct(s)".
Thank you again for sharing your awesome videos.
Hi Naveen, the issue was due to java compiler, have 1.7 and after adding 1.8 with latest eclipse, the issue gets resolved.
Thanks again :)
Realy very helpful vidio, Thanks naveen. Pause bhi kiya and now commenting.
This video is exceptional and so quickly you have achieved the desired result. thank you so much for sharing this. It would be really great if you can share those two methods used.
Good one Naveen. You are always there to help QA Automation community
Mission impossible. You made it possible. Great video 👌👌
Thanks sir, I never thought you would be really making this video for the question that I had asked during your Live Q and A, last question.
Extremely helpful content. Thank you Naveen for coming up with such amazing video tutorials and being a life boat for QAs like me.
Definitely Sir..As you have mentioned this is really amazing..One of my interview question👍
Nice work is done Naveen, u did it the most challenging scenario in real-time application.
Thanks naveen. U teach us very complex real time scenario in simple way.
Paused the video 😊 this is amazing, thank you so much Naveen, You are doing great job...
Naveen you are Great. Always you find out excellent solution. Thank you very much for sharing useful information.
Naveen, This video is awesome and very helpful for me and other guys for automating the OTP based website. Thank you so much for sharing such a unique video. Keep Sharing those kinds of videos that will be helpful in the future.
Precise and to the point content.
Thanks Naveen for the lucid explanation!!
Thanks for watching Garima
Super video on OTP I learn new concept thank you Naveen
Its really an amazing concept. Thanks a lot Naveen
Hi Naveen sir,
can we use email id in the place of phone number for same API to fetch OTP send to email id
thanks
Crystal clear bro.. One should explain projects in this way..Awesome!!
Tq Naveen.I owe you a million thanks.This is the exact thing i was looking for.This one made my day.Once again tq bro.Lots of love from chennai❤
It is indeed excellent solution....Thanks for putting it for community. As always, you are awesome tutor Naveensir :)....
Its amazing Bro wonderful job and thanks a lot for sharing the concept of OTP automation
Awesome.
Can you post some videos for regular expressions ?
Nice video easy way to solved one of the challenging scenario I really appreciate what you have done for all
Awesome Naveen!!! Very good Video on OTP automation
Naveen Sir u are really really great & jenius
This is also nice idea but we can also create simple php form using this we can enter mobile number and otp from mobile which will be saved in database which and same can be used using java JDBC there are more free cloud hosting servers using this we can configure. No dependent on any API'S
Paused video...😊and it is really amazing Naveen 👌👌
Very Good info thanks for sharing, Long time i was tired, But give the best solution.
Thanks lot
Thanks for quick Reponses
now i tired code captcha option available in the amazon. how handle it?
👏puzzle solved... how did I miss this !!!
same issue i have facing
STOPED THE VIDEO..AND PUT A COMMENT..LOVED THIS CONCEPT
THANK YOU @NAVEEN
Thanks naveen it is very helpful to automate the scenarios related to otp stuff
Very Helpful Video. Thank you for solving a big problem in such a simple way
Great Video.Thanks Naveen.. Its great and your ideas are also great. Looking forward from you : How we can automate PingId MFA authentication with Selenium. PingId is installed on my SmartPhone or Window Desktop.
amazing explanation but can you teach us those 2, method which you have used ( getmessage ) so if we have other application we can implement it too
This is really cool Naveen. I was looking for such solution!
This is really Amazing Naveen. It will really helpful. Thanks for the video
Best video and solution for OTP automation
Thank you Naveen for such great efforts
Same question I was encountered in one of interview
Wow...superb solution..Thank you so much for out of box vedio
this is awesome and crystal clear...
Thank You Naveen sir,Super amaziing gaining knowledge
Awesome solution Naveen, please guide for data crowlling through selenium or Rest assured api.
Thank you so much Naveen
Keep going...Best of Luck..
Really liked the way you explained each step in detail
Hey thanks for this great info.... i have two question with this approach 1. Does api take always first otp in the inbound? 2. if we run the tests parallelly in automation in that case is it a problem ?
Thanks Naveen, superb concept you are awesome...***super like***
Hi Naveen.. Great concept and explanation.. I have a question: is there any way through which we can automate OTP in voice call on phone?
Excellent Naveen
Nice solution Naveen.
Amazing approach, really appreciate your efforts! Thanks for sharing.
Always excites to see new concepts from you..this time also thumbs up..wish to know without third party tool is it possible to test OTP..asking whether this can be tested in secured banking environment
Thank you... really informative video....🙂
Hi, Naveen Can You make it possible for katalon studio. (With out Lambda expressions)
it is really helpful , could you please help in reading otp via email...that is being used in one of my project..
Good One...Very nice concept....
Its really a good content.... Thanks a lot for uploading such kind of video...
Addicted to ur videos
Appreciated your effort .. awesome work .. very easily taught one of the complex scenario.. thank you
great video.Could you pls help to get the last two methods where you are retrieving the otp using python?
Thanks for the solution.
But I have a query regarding OTP.How to handle OTP by only giving 10 digit mobile number(the website which doesn’t contain country code field).Please comment.
Thanks Naveen for such useful video, really its wonderful.....
Awesome naveen, great work 🙏💕🙏💕🙏💕
Extrodinary🔥🔥🔥 naveen
Awesome Naveen 👏👏
This is Amazing Naveen! Thanks for sharing! Also if you can share solution for reading OTP from outlook that will be of much help!
This video is so perfect! Thank you
Hi Naveen, Thanks for the video. Is there a way to read the OTP directly from the phone and not through APIs?
Excellence video, thanks for sharing.
Thanks Naveen, amazing explanation. I have a different scenario in my project, So instead of OTP I am getting RSA token/windows authenticator code on my mobile phone. Can we automate it through twilio??
Thank You for this video Naveen sir.
Thank you for this wonderful tutorial. I am getting a no such method error though..
Great work naveen.
Hi Naveen, is there any API trial version which uses India Number. My project is an Indian Project and i would need an API using Indian Number. Please reply.
Awesome! Liked and subscribed.
Thank you very much!
Hi mate, how are you using the text body without using Ngrok? is there another to manipulate the body of incoming texts?
Hi Naveen, is there any way we can automate MFA? e.g. Okta or MS Authenticator where we get push to approve/reject? TIA.
Hi Naveen, can you suggest any other website with OTP generation as part of a/c creation for practice ? It seems Amazon registration has replaced OTP generation with CAPTCHA
Hi Naveen , Really awesome planning to use the logic in project, also can you provide a video on Voice Call OTP, that would be great
This is amazing, thank you my friend. Buying you a coffee for this video! :)
Thanks Teejay :)
Amazing Bro you a pro ....
Do we need to creat amazon account with same contact number which is in twilio account for otp
This is awesome Naveen.... Thanks