Thanks, Amuthan for giving the context and content, it really makes sense to understand the reasoning behind using any new stuff and how it solves the problem
Awesome work again bro!! 😀 Read few comments regarding complexity but when we learn something for first time it feels little complex.Going through a topic 2-3 times can solve that problem too. Really happy with your tutorials and knowledge you are sharing with us.we will not find this kind of framework development knowledge anywhere. Please please continue to maintain this standard 🙏.I am really following your series regiously
Yes Aman. I will not try to compromise on the standard at any cost. Sooner we realise that we have to improve the way we code the better. There are 100s of channels or private tutorials charging more than 200 dollars for Framework development and the standard of framework you know already.
Some people may find few topics complex because they are not use to those topics or have gone through it for first time. But then once they understand they will realise that how much they have improved
Hi bro great going...... Bro can we have agenda...what are the things we are going on..... It's became difficult to followup... Till where we achieved till now.... Intial to now what have covered and what still need to be covered ..... Thank you bro ## god bless you
I am worried that you found it difficult to follow up. Watch the part 1 of the playlist to understand where we are heading. We have created a basic framework which can run tests in local machine and have the capability to run tests in parallel.(Till part 40 of selenium playlist) We need to cover docker, elastic search, kibana for live dashboard, java 8 concepts for writing better clean code, design pattern to solve some common issues in test automation. These topics are high level agenda and will add if I find something really needed to build a world class framework. Thanks a lot for again posting your query 👍
@@TestingMiniBytes yes bro.... You are going like a Thanos ,, wants to kill our lazy.minds and making us powerfull weapons.... ## level up concepts bro ,, tricky but clear understanding bro after listening 2 or 3 times...... ....
@@kranthikumarkatta9588 Yes Kranthi, Just a quote I follow religiously might be helpful to you as well. You are not growing or learning unless you struggle and feel the pain. I used to learn lot of these concepts multiple times because i know if I struggle I am learning something new!! Watching a video multiple times will help. Please connect with me on linkedin or comments to clarify your doubts.!!
@Shekhar chandra Hi Sekar, The concepts I taught so far are real basics and may seems complex because you are seeing this for first time. Not many tutors will explain about these things and prefer to develop a simple framework without much noise. The reason i created this channel is to create awareness that we need to start leveraging the features of Java that we keep ignoring. Please feel free to reach out to me incase of any help. 👍
hi, Amuthan bro nice and informative video. Bro one request if possible please do a video on getting test data from multiple excel sheets instead of getting from the single sheet in our framework. right now we have implemented to run each test data based on a given browser in excel sheet. instead of this want to run parallel with different browsers for test case wise. for this also do video bro.
For the first requirement it is very easy. You just need to write the logic to construct the Map by reading values from different sheet. I will cover at the end because i cannot insert this anywhere now. For the second option you already have to option to just add a new row for your tests and change the browser name. I dont know what else you want to achieve.
HI Amuthan, From the day one i was thinking about this , we have loginlogout as one test in our frame work, how can we organise this login an logout test before and afterr of each test,and do we have option to show this login and logout tests in our extent report ? please advice
@@rajasekharmaddigalla1463 Hi Raja, Yes by wrapping the login in setup and logout in teardown you can write less number of lines. But consider someone coming to your project and reads the test, he cannot understand what the test is all about. Test case needs to be clean, complete and understandable be it manual testing or automation. More than reusability, the readability of the tests gets its precedence. That's how i code and advise you as well.
Thank you for setting up the base and relating it to problems that testers face without docker.
Thanks, Amuthan for giving the context and content, it really makes sense to understand the reasoning behind using any new stuff and how it solves the problem
Thanks Amuthan for telling the problem what docker solves
Just Awesome and Tons of Thanks Anna !!!!!!!!!!!!!
Awesome work again bro!! 😀
Read few comments regarding complexity but when we learn something for first time it feels little complex.Going through a topic 2-3 times can solve that problem too.
Really happy with your tutorials and knowledge you are sharing with us.we will not find this kind of framework development knowledge anywhere.
Please please continue to maintain this standard 🙏.I am really following your series regiously
Yes Aman. I will not try to compromise on the standard at any cost.
Sooner we realise that we have to improve the way we code the better.
There are 100s of channels or private tutorials charging more than 200 dollars for Framework development and the standard of framework you know already.
Yes bro I really struggled to get this kind of guidance.I can't tell how much I appreciate your efforts.
Some people may find few topics complex because they are not use to those topics or have gone through it for first time.
But then once they understand they will realise that how much they have improved
@@amansharma-gj7eu even i try to learn everyday and look for way to improvise my code.
There is an ocean of knowledge to learn.
Thanks 🙏
Hi bro great going...... Bro can we have agenda...what are the things we are going on..... It's became difficult to followup... Till where we achieved till now.... Intial to now what have covered and what still need to be covered .....
Thank you bro ## god bless you
I am worried that you found it difficult to follow up.
Watch the part 1 of the playlist to understand where we are heading. We have created a basic framework which can run tests in local machine and have the capability to run tests in parallel.(Till part 40 of selenium playlist)
We need to cover docker, elastic search, kibana for live dashboard, java 8 concepts for writing better clean code, design pattern to solve some common issues in test automation.
These topics are high level agenda and will add if I find something really needed to build a world class framework.
Thanks a lot for again posting your query 👍
@@TestingMiniBytes yes bro.... You are going like a Thanos ,, wants to kill our lazy.minds and making us powerfull weapons.... ## level up concepts bro ,, tricky but clear understanding bro after listening 2 or 3 times...... ....
@@kranthikumarkatta9588 Yes Kranthi, Just a quote I follow religiously might be helpful to you as well.
You are not growing or learning unless you struggle and feel the pain. I used to learn lot of these concepts multiple times because i know if I struggle I am learning something new!!
Watching a video multiple times will help. Please connect with me on linkedin or comments to clarify your doubts.!!
@@TestingMiniBytes sure bro 👍🏽
@Shekhar chandra Hi Sekar,
The concepts I taught so far are real basics and may seems complex because you are seeing this for first time.
Not many tutors will explain about these things and prefer to develop a simple framework without much noise.
The reason i created this channel is to create awareness that we need to start leveraging the features of Java that we keep ignoring.
Please feel free to reach out to me incase of any help. 👍
hi, Amuthan bro nice and informative video. Bro one request if possible please do a video on getting test data from multiple excel sheets instead of getting from the single sheet in our framework.
right now we have implemented to run each test data based on a given browser in excel sheet. instead of this want to run parallel with different browsers for test case wise. for this also do video bro.
For the first requirement it is very easy. You just need to write the logic to construct the Map by reading values from different sheet. I will cover at the end because i cannot insert this anywhere now.
For the second option you already have to option to just add a new row for your tests and change the browser name.
I dont know what else you want to achieve.
@@TestingMiniBytes ok bro thanks
bro unga vartha padiyae ... konga nal chrome driver work agala ..
Can you create some real time interview content for SDET
Check my sdet essential playlist
HI Amuthan, From the day one i was thinking about this , we have loginlogout as one test in our frame work, how can we organise this login an logout test before and afterr of each test,and do we have option to show this login and logout tests in our extent report ? please advice
Organising this login and logout, before and after tests is mainly looking for?
@@rajasekharmaddigalla1463 Hi Raja, Yes by wrapping the login in setup and logout in teardown you can write less number of lines.
But consider someone coming to your project and reads the test, he cannot understand what the test is all about.
Test case needs to be clean, complete and understandable be it manual testing or automation. More than reusability, the readability of the tests gets its precedence.
That's how i code and advise you as well.
Hey Amudhan, you said that the regression cannot have 1000 + Test Cases. If so, its a problem. Why is that so?