How to count No of Links in a Webpage & Print the same | Automation Interview Question | Selenium

  Рет қаралды 16,858

SoftwaretestingbyMKT

SoftwaretestingbyMKT

Күн бұрын

Пікірлер: 45
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 2 жыл бұрын
*To join my upcoming courses/classes please fill below form* *forms.gle/rKc15nunKdKvEa1E8*
@chandrasekhar9162
@chandrasekhar9162 3 жыл бұрын
The way you explained, it was pretty much nice. Thanks Manish for sharing your knowledge on it.
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Thank you
@faizalakhtar8505
@faizalakhtar8505 3 жыл бұрын
I was asked this in the interview today. And im coming here to check since i didnt know Lol.
@sailajabandi8440
@sailajabandi8440 3 жыл бұрын
Thank you Manish for sharing your knowledge with all of us!
@sunnygupta5087
@sunnygupta5087 3 жыл бұрын
I like your videos, highly appreciate your teaching and follow your videos closely. Just a liitle request please increase the font sizes of your laptop. Hardly see what you explain. Thanks
@SaravananS-pq1pz
@SaravananS-pq1pz 3 жыл бұрын
Thanks for the video Manish 👍🤝
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Thank you
@SkAli-ol4hn
@SkAli-ol4hn 2 жыл бұрын
If in case I don't want to print The link which have not name any name what should I do then ?? Example like about is a link but it doesn't have any tag name
@navneetjha5520
@navneetjha5520 3 жыл бұрын
Hello , will we have the for loop from i= 0 to i< size and i ++ ??
@techlearning4590
@techlearning4590 Жыл бұрын
There no such "a" letter on sign in and terms though it is printed why?
@AbxAbhishek
@AbxAbhishek 3 жыл бұрын
sir i request you to teach #TestProject Automation Tool ...that will really help us to work in industry...in youtube no one is properly teaching TestProject....thats why i requested u to teach #TestProject....plz #accept my #idea 🙏🙏🙏
@prikshitverma3885
@prikshitverma3885 3 жыл бұрын
Why not start index with 0 or i=0?
@himanshukhare1992
@himanshukhare1992 3 жыл бұрын
Yes, I think it happened mistakenly. Because we have to start the loop from *i=0;* because if you start your loop from *i=1;* then the link present at the *index=0* will skip and it won't come on the console and that is why we are unable to see the *Gmail* link in the output. The correct loop would be - from 0 to 25 (in my case) for(int i=0; i
@parthshah5418
@parthshah5418 3 жыл бұрын
@@himanshukhare1992 yes I also agree! I am sure Manish will update in Comment here
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Yes it should I=0
@pravinkamble6917
@pravinkamble6917 2 жыл бұрын
sir I get all the links but i want to handle one of the link in same script on webpage then how we can handle can you please share the code
@MAYURPATIL-j3m
@MAYURPATIL-j3m 3 жыл бұрын
Awesome explanation✌ Please make videos on POM. Declaration, initialization and utilization
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Sure
@atkuriajaykumar3701
@atkuriajaykumar3701 3 жыл бұрын
thankyou sir for your wonderful explanation
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Thank you
@yogeshchavhan1528
@yogeshchavhan1528 3 жыл бұрын
Thanks for the video Manish. Just want to know why you have not started the for loop from the index i=0. I think so you have by mistakenly write i=1, correct me if I'm wrong. And please keep posting such knowledgeable videos for us. You are doing a very great job..🙏🙏
@bindunagaraj123
@bindunagaraj123 3 жыл бұрын
Yes ,it should start with 0...if we don't want 0th element then we can go with 1
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Correct is should start with I=0
@jayanthimurugesan1621
@jayanthimurugesan1621 3 жыл бұрын
Same doubt I had while watching this video
@kalyan6867
@kalyan6867 Жыл бұрын
Awesome thank you sir...
@bindunagaraj123
@bindunagaraj123 3 жыл бұрын
Manish plz do make a video on finding all types of hidden elements in a DOM
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Ok
@swathigowda7305
@swathigowda7305 3 жыл бұрын
Thanks for teaching
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Thank you
@priyankarao2362
@priyankarao2362 3 жыл бұрын
Hi, Can you please give me online training on writing unit test cases for javascript. I am working on MS dynamic crm and I need to write unit test cases for that but I am unable to understand..please it's a request.. Thank you
@sangharkshitpawar9043
@sangharkshitpawar9043 3 жыл бұрын
Sir please make one video for ifream
@atkuriajaykumar3701
@atkuriajaykumar3701 3 жыл бұрын
sir explain web interface and about abstract methods which are implemented like those things'
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
As soon as possible
@deepikam4924
@deepikam4924 2 жыл бұрын
Could please teach to write a program which click on each link and tell us which is working and which is not working
@geetabiradar1147
@geetabiradar1147 3 жыл бұрын
Sir plz upload xpath locator video
@khusbooraj9375
@khusbooraj9375 3 жыл бұрын
This question was asked from me once 🤨 Thank you sir
@poojithahegde6710
@poojithahegde6710 11 ай бұрын
I=0 or i=1;i
@prikshitverma3885
@prikshitverma3885 3 жыл бұрын
🔥🔥🔥👍
@padmashreet1952
@padmashreet1952 5 ай бұрын
Thank you so much sir
@hariprasad3363
@hariprasad3363 2 жыл бұрын
iam getting error sir ,pls resolve this error
@jyotsnaakkina977
@jyotsnaakkina977 3 жыл бұрын
Increase the font size
@jyotsnaakkina977
@jyotsnaakkina977 3 жыл бұрын
Pls send me the program to jyotsna.akkina@gmail.com
@rahulbarnwal98
@rahulbarnwal98 3 жыл бұрын
Hi sir plz answer this question as it was asked in an interview from me like A+B=C, and 1+2=3,which one is validation and which one is verification and how.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
How To Explain Test Automation Framework In Interviews For Selenium
13:42
Defect / Bug - Reporting in Jira
26:17
GoOnAndLearn
Рет қаралды 29 М.
Smoke vs Sanity vs Regression testing - explained with example
10:45
Software Testing Tips and Tricks
Рет қаралды 14 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН