You are Dictionary for Automation and Java.Seeing u r videos is become an Habit.Day starts with u r videos . U and Mukesh are 2 eyes of automation.Water has no color your explanation has no more questions
@kirind71813 жыл бұрын
this content is very useful, much thanks :)
@poojaranjan266 ай бұрын
Could please provide some scenarios where linkedlist is useful in selenium framework
@joshbenjamin1100 Жыл бұрын
You mention at the end that in an interview they may ask you to create your own LinkedList and your own .add() method or .size() method, if I understood you correctly. I'm wondering if you're talking about user-defined methods or about creating our own methods called .add() and .size() (in this case) that overrides the ones that come out-of-the-box with LinkedList. Would you be able to show how you read the docs to achieve those goals?
@likhilchopde57454 жыл бұрын
Nice session sir
@rahulsuryawanshi43962 жыл бұрын
in debug mode i am not able to see option as u r saying , i can see hash and value
@vivek39784 жыл бұрын
Thumbnail is very cool .....
@Vishalfootball4 жыл бұрын
Naveen sir, is this Java videos thread u posting, good to know for SDETs? useful for API rest assured test and selenium>.?
@naveenautomationlabs4 жыл бұрын
yes, all these Java videos are important for SDETs profile.
@meghakalal29184 жыл бұрын
Hi Naveen, I like your all videos and the way you teach. I only have a question. I am very new in automation testing and I don't have any idea that if I want to automate an application then which type of knowledge is necessary and also how could we identify which part of the application/software can be automated and how to start to automate the app. Could you please help me with that?
@nabilahmed17223 жыл бұрын
You need to check if the which components in the application is stable. If the component is super buggy, then there's no point in doing automation until developers fix it to a stable state. When it's stable, you can create automated tests based on importance and how critical that flow is to the application. For example, if you made a test for facebook, then you can write tests that test the login (positive/negative) and then maybe choose your homepage, and test that you can post a status etc.
@poojaranjan266 ай бұрын
Can someone give some scenario where linkedlist is used in framework
@kishorekisu63573 жыл бұрын
Tis video is of doubly linklist or singly linklist
@reactjsdeveloper87583 жыл бұрын
Hi Naveen, Can you make a video series on multithreading
@m.a68365 ай бұрын
How to create own add,size methods?? Where's d video?