I like your all interview question and answer series videos
@Srk_Worldz3 жыл бұрын
Interview questions on python
@sureshisoft45553 жыл бұрын
Naveen,Plz start rest assured series and interview questions on Rest assured on....
@mohammadtabish45773 жыл бұрын
Luv this series ❣️
@MultiPrasad992 жыл бұрын
This is really interesting. Thanks for the video Naveen
@saketsourav313 жыл бұрын
Thanks for covering NaN. Please make a video on String class intern method. This question was asked recently in one tech round
@sivaramapandian39233 жыл бұрын
pls post interviw questions on python alao
@vinith23203 жыл бұрын
Once again Thank you Naveen 👍 One request - Upload a video related to aptitude first round preparation
@inoxide5454 Жыл бұрын
still havent described what NaN is, have you?
@truptipol12663 жыл бұрын
One of best contents you post.keep it up
@jvsnyc3 жыл бұрын
Excellent. If you mentioned this, I goofed and missed it: static boolean isNaN(double v) Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise. That is how you should check rather than comparing, which as you showed will not work.
@devd50933 жыл бұрын
Navin I am trying joining ur discussion group on telegrams.. not able do it. Can you please help me out
@naveenautomationlabs3 жыл бұрын
t.me/joinchat/Q8HTanc9Xi4os0tS
@devd50933 жыл бұрын
@@naveenautomationlabs thank you naveen
@mohammadtabish45773 жыл бұрын
Sir interview questions in c++ please 🥺
@gopalg91263 жыл бұрын
Your explanation is excellent. Even fresher can understand. Thanks for your effort.
@kushagrasinha71423 жыл бұрын
Excellent video sir!! Please upload more videos and more frequently!!!
@emb3rke3 жыл бұрын
Is there any practical use of NaN?
@ankitajoshi21043 жыл бұрын
Same question ☝
@SarangHoley3 жыл бұрын
Really got to know something new by this video, Thanks Naveen for taking this up 👍😊
@leeseekhim60753 жыл бұрын
Is there a usecase for NaN and Infinity ?
@arunprakashg79053 жыл бұрын
Hi Naveen, How are you? Thank you so much for your videos and giving your valuable time for us! I'm the one of your follower from last 4 years. I used your videos like a QA library. And also I took your advices and suggestions in my career. It works lot of time. I proud to say that "You are my technical mentor forever". I want to explore more things in mobile automation. Can you please suggest any blog/books to setup mobile testing from scratch. I'm eagarly waiting for your response and videos in mobile testing. Have a great day!
@infinitytrippyvideos16623 жыл бұрын
Thank you so much! Do you think this can work in AutoHot Key as well?
@pandudamera72113 жыл бұрын
Great sir
@thalapathyprasad95113 жыл бұрын
Keep on uploading
@xslicer57793 жыл бұрын
My opinion would be not to dwell that much into NaN for JS as it has its special meaning if you dig a bit into that. Other that i would love to see something like some common patterns to replace a text/something inside a locator (E.x String locator = "//*[contains(normalize-space(text()),\"%s\")]" WebElement email = find(By.xpath(elementToFind.replace("$text", row.get("Web Site")))), it would be really usefull to see some of these techniques as they`re often used with table row/column/cell, which brings me to my second point. Maybe an either begginer/in depth explination of cucumber datatable row/column/cell - common usages.
@Mohit-il9gx3 жыл бұрын
these questions are very good and unique 👍🏻👍🏻👍🏻Also post most popular question for fresher
@SRNR_PODCAST.3 жыл бұрын
Thank you 😊
@rkm823 Жыл бұрын
When we apply division operator and "Modules operator" in jave on "zero" ""Which symbols comes" N=1,2,3,4........... Q1 -0/n Q2. -0/-n With modules Q1. 0%-n Q2. -0%-n Q3. -0%n Please reply