Selenium Framework - Advanced- 14. Create Login Test - To verify custom log functionality of Extent

preview_player
Показать описание
Selenium Test Automation - Framework design (Advanced level) Course.

Before you go to this framework videos, You need to go through Basic Level Framework,

Do subscribe to the channel, After this selenium framework design series, you can expect Cucumber and API automation frameworks.
Рекомендации по теме
Комментарии
Автор

Hello Prakash, I have seen many videos on YouTube, but none of them have discussed the combination of ThreadLocal<ExtentTest> and ThreadLocal<WebDriver> in combination. Separately there are many videos.
I am glad I landed on your channel and found combination of both. You have explained each and everything in detail. Thank you so much for the efforts you put in to make videos and make them available. Now I am able to prepare reports in detail beat it parallel execution or what . It's been long time you are not uploading any video. Eagerly waiting for you more advance level videos. Hope to see more videos soon.

peacelilly
Автор

Awesome work man. Waiting for your video since the last video you posted. Again, i like your videos so much. Thanks

Nawshad
Автор

Hey pRakash, I think you don't need to change approach, if you are getting different instance of driver per test, then we need different instance of page object as well.

amardeepsingh
Автор

Hi
Could you please explain me on what is the problem if we use page factory in 'LoginPageObjects' class? If we use page factory then we would need to call the constructor to initiate the web elements where the webdriver is required. That is the reason you used By class references instead of page factory. What would happen if we use page factory instead of By class references?

nareshchinnam