Hi Sir,
I am trying to implement the POM based approach and getting ModulenotfoundError: No module named ‘Pageobjects’ .
Can you please help in fixing this issue?
Thanks for informative tutorial video!
When i run the test case in pycharm the test is passed but no html report is generated.
so, I ran the test case from the terminal it says — ModuleNotFoundError: No module named ‘selenium’ error.
this is because selenium isn’t installed in your folder. open up cmd > go to your folder > and install selenium using this command pip3 install selenium
Yeah!, it’s great tutorial. No doubt! Thanks a lot!. But, those who are working with python 3 and mostly 3.5+ versions, HTMLTestRunner and html-testRunner both libraries will not be supported any more. so, instead of them try install html-test-report library and import html_test_report. In main function method calling like, unittest.main(testRunner=html_test_report.HtmlTestRunner). Calling through the terminal and cmd will remain the same procedure. It will generate reports separately for each unit test case and one collaborative report file as index.html and index.js into html directory(it will also auto-generate) under main project.
Please POM with Data Driven Testing
next batch when will start sir ? how much fee ? and duration ?? and course contents please let me know sir
thank you good ❤
POM starts @32:23
Hi Sir,
I am trying to implement the POM based approach and getting ModulenotfoundError: No module named ‘Pageobjects’ .
Can you please help in fixing this issue?
Thanks for informative tutorial video!
When i run the test case in pycharm the test is passed but no html report is generated.
so, I ran the test case from the terminal it says — ModuleNotFoundError: No module named ‘selenium’ error.
this is because selenium isn’t installed in your folder. open up cmd > go to your folder > and install selenium using this command pip3 install selenium
Hi sir
This is Vijaya
Sir is there any videos for python with selenium tutorial like manual testing
Thank you brother, is it possible for you please make BDD frame work by using python brother.
great video
Yeah!, it’s great tutorial. No doubt! Thanks a lot!. But, those who are working with python 3 and mostly 3.5+ versions, HTMLTestRunner and html-testRunner both libraries will not be supported any more. so, instead of them try install html-test-report library and import html_test_report. In main function method calling like, unittest.main(testRunner=html_test_report.HtmlTestRunner). Calling through the terminal and cmd will remain the same procedure. It will generate reports separately for each unit test case and one collaborative report file as index.html and index.js into html directory(it will also auto-generate) under main project.