i saw a person who was writing framework in selenium in intellij and before he write a code there was cursor writing itself in gray color and this person just was choosing the options. it was amazing
Please make a video with these type of questions 1.How you integrating ExtentReport with Selenium ? 2.How you will fetch data from Excel in Data driven testing ? 3.Write the code for take screenshot or Scroll ? 4.How you implement OOPs concepts on your Framewormk explain? 5.What are things you can't Automate in that scenario what you will do ? 6.Your web application has a functionality like if logged in from India it will show location as India ,if you logged in from London it will show London How you will test it ? 7.How to find all the broken links in a page ?
Sir good explanation same thing if you make video on BDD cucumber how to explain in interview it would be great and boost confidence since most of the companies using bdd selenium framework
HOW TO EXPLAIN SELENIUM AUTOMATION FRAMEWORK 1. Programming language: Java 2. Framework Type: Data driven framework driven by using Page Object Model 3. POM: As per the Page Object Model, we have maintained a class for every web page. Each web page has a separate class and that class holds the functionality and members of that web page. Separate classes for every individual test. 4. Packages: We have separate packages for Pages and Tests. All the web page related classes come under the Pages package and all the tests related classes come under Tests package. For example, Payment Page and Login Page have separate classes to store element locators. 5. Properties file: This file (config.properties) stores the information that remains static throughout the framework such as browser-specific information, application URL, development, testing URL screenshots path, security questions and answers, username, passwc-ing, development, testing URL, etc.
The above screenshot illustrates a standardized maven project. As per the above maven project, all the tests are kept in the 'src/test/java'and remaining files (such as config.properties, element locators (POM classes files, test data, etc.,) kept under 'src/main/java'. 5.TestNG: Using TestNG for Assertions, Grouping, and Parallel execution. 6. Screenshots: Screenshots will be captured and stored in a separate folder and also the screenshots of failed test cases will be added to the extent reports. 7. Maven: Using Maven for build, execution, and dependency purpose. Integrating the TestNG dependency in the POM.xml file and running this POM.xml file using Jenkins. 8. Version Control Tool: We use Git as a repository to store our test scripts. 9. Jenkins: By using Jenkins CI (Continuous Integration) Tool, we execute test cases on a daily basis and also for nightly execution based on the schedule. Test Results will be sent to the peers using Jenkins. 10. Installer Batch Files: In case of desktop-based applications installation you would be keeping PowerShell batch files. 11. src/test/resources: AutoIT Scripts, Sikuli images, licenses to make your application under test up & running, etc files kept 12. Test Base Class: Test Base class (TestBase.java) deals with all the common functions used by all the pages. This class is responsible for loading the configurations from properties files, Initializing the WebDriver, Implicit Waits, 13.Reports. Extends reports
Guys I need a bit of help Yes i also worked with Selenium but my project was process automation has nothing with developing stuff Also the company was using some unknown in house developed tools like AutomatON how would i frame my answer ? Any help is appreciated Thanks in advance!!
Selenium framework with java is explained everywhere. I am not able to find selenium framework with python explained anywhere. Request you to make a video on it. It will be very helpful.
i saw a person who was writing framework in selenium in intellij and before he write a code there was cursor writing itself in gray color and this person just was choosing the options. it was amazing
Thank You Sir , Was Struggling to explain Automation Framework , now got it 🙏🙏🙏
Seriously yesterday night I was searching this today you are uploaded this video.
Thank you so much sir
Thank you for such a detailed explanation…it’s so helpful..thank you for all your efforts to benefit others…appreciate it..
Please make a video with these type of questions
1.How you integrating ExtentReport with Selenium ?
2.How you will fetch data from Excel in Data driven testing ?
3.Write the code for take screenshot or Scroll ?
4.How you implement OOPs concepts on your Framewormk explain?
5.What are things you can't Automate in that scenario what you will do ?
6.Your web application has a functionality like if logged in from India it will show location as India ,if you logged in from London it will show London How you will test it ?
7.How to find all the broken links in a page ?
Do u know those answer
Sir good explanation same thing if you make video on BDD cucumber how to explain in interview it would be great and boost confidence since most of the companies using bdd selenium framework
Thanks for the wonderful session
Thank you very very very very very much sir for the information you have provided
Thank you Rakesh sir for your detailed information....
HOW TO EXPLAIN SELENIUM AUTOMATION FRAMEWORK
1. Programming language: Java
2. Framework Type: Data driven framework driven by using Page Object Model
3. POM: As per the Page Object Model, we have maintained a class for every web page. Each web page has a separate class and that class holds the functionality and members of that web page. Separate classes for every individual test.
4. Packages: We have separate packages for Pages and Tests. All the web page related classes come under the Pages package and all the tests related classes come under Tests package. For example, Payment Page and Login Page have separate classes to store element locators.
5. Properties file: This file (config.properties) stores the information that remains static throughout the framework such as browser-specific information, application URL, development, testing URL screenshots path, security questions and answers, username, passwc-ing, development, testing URL, etc.
The above screenshot illustrates a standardized maven project. As per the above maven project, all the tests are kept in the 'src/test/java'and remaining files (such as config.properties, element locators (POM classes files, test data, etc.,) kept under 'src/main/java'.
5.TestNG: Using TestNG for Assertions, Grouping, and Parallel execution.
6. Screenshots: Screenshots will be captured and stored in a separate folder and also the screenshots of failed test cases will be added to the extent reports.
7. Maven: Using Maven for build, execution, and dependency purpose. Integrating the TestNG dependency in the POM.xml file and running this POM.xml file using Jenkins.
8. Version Control Tool: We use Git as a repository to store our test scripts.
9. Jenkins: By using Jenkins CI (Continuous Integration) Tool, we execute test cases on a daily basis and also for nightly execution based on the schedule. Test Results will be sent to the peers using Jenkins.
10. Installer Batch Files: In case of desktop-based applications installation you would be keeping PowerShell batch files.
11. src/test/resources: AutoIT Scripts, Sikuli images, licenses to make your application under test up & running, etc files kept
12. Test Base Class: Test Base class (TestBase.java) deals with all the common functions used by all the pages. This class is responsible for loading the configurations from properties files, Initializing the WebDriver, Implicit Waits,
13.Reports. Extends reports
Thanks much
Thanks alot
Thanks a lot friend i too wanted these printout
Waited for this video long time sir
Thanks much
Very informative and helpful…thanks
Great Effort Sir
Thank you for this video. it will be more helpful if you share the document that you described in video
Hi..Please share this document..this is really helpful..very nycly u are explaining..thanks..
Much needed video and nicely explained Sir
Thanks it was useful.
Sir I am really happy to see this perfect video for us ..How to say thank you I don't know
very useful for interview preparation, thanks.
Hi Sir,
Can you please explain the flow of execution where it starts and how it goes ? in this framework.Thanks in advance :)
sir can you please explain how above framework which you explained is considered as Hybrid?
Its helpful explanation please post documents
Thank you
wil it possible to access this document you are explaining in video
Sir plz make videos for women who have gap or career break due to maternity and marriage
Sir plz explain dada driven framework amd Behaviour data driven BDD framework difference.
Thank you so much sir !!
Can I get this word file ple ! It’s really helpful .
How can you proceed to write existing frame work? (Adding some function in application)
sir..could you please explain similarly for selenium automation using python too?
Cucumber framework also is the same sir ?
hi sir, Can you just make a video how to explain pytest framework in interview
How to explain testNG framework in an interview.... Plz make a complete video on it from scratch
Thanku sir.....
Guys I need a bit of help
Yes i also worked with Selenium but my project was process automation has nothing with developing stuff
Also the company was using some unknown in house developed tools like AutomatON
how would i frame my answer ?
Any help is appreciated
Thanks in advance!!
Can you explain the java programming question, especially interviewer asked
Good stuff
How is the coverage calculated ?
thanks
Can I get this pdf file?
Nice sir
Can u please tell me about how to validate values on 1 page with values coming from another page
for this do we have to verify from database or we have to store the data from 1 page in data structure and access it in another page in POM pattern
Please make a video on cucumber BDD framework explanation
Can u give pdf format?
Sir can you please explain how to tell Cucumber framework
Sir how we will explain defect bug life cycle in interview?
Explain bdd framework folders how to explain in interview
how can I download this document?
tq sir
Sir plz share this notes
Dear sir,
Please share this document in pdf format.
In my framework there were no properties file
Sir provide documents or pdf of answer and question
Pls send this pdf anybody have. Will be very helpful for interview
Please share this PDF sir
There is no sequential explanation in this video
Selenium framework with java is explained everywhere. I am not able to find selenium framework with python explained anywhere. Request you to
make a video on it. It will be very helpful.
Send that pdf
Unfortunately no interview…
can you provide that pdf ?
Can you provide that pdf ?