6-Page Object Model in Serenity Framework

preview_player
Показать описание
Page Object Model is a very popular design pattern when it comes to Test Automation. In this video, I will guide you on how to implement the Page Object Model in Serenity Framework.

Links for reference
Рекомендации по теме
Комментарии
Автор

Never give up teaching
your approach, your style, and your breakdown of the subject are all brilliant

syedameerhussainkazmi
Автор

Very cool videos with detailed description and it's simply to understand what you do!

vitaliid
Автор

Fantastic, Mukesh!! Thanks for your contribution for the community.

eduardomatos
Автор

thanks a lot mukesh for sharing the video .. it has helped mine resolving the reporting issue which I was facing earlier - now reporting is coming proper and screenshots is being taken after each of the steps - serenity reporting feature is really fantastic .. looking for videos on how to integrate with cucumber and Rest API ..

JitendraKumar-lrvq
Автор

My report is not generating. It showing as 0 test cases. Could anyone help?

ManaliMalkani
Автор

Silly question but just want to ask....how @managed is finding path of chromedriver in our system?we are not declaring its path

kpandey
Автор

Hi Mukesh



I Have A question?

In my appication there is fields like EIN/SSN

whenever we add a info through EIN/SSN numbers

the data passing through parametrization using data providers to add EIN/SSN

by the next day when i ran the test the same EIN/SSN should not allow to add this is the business logic

so this should apply in either data providers or

Way2: Bulk data import sheets
it means

importing EIN/SSN with multiple sets of data

so how do automate this thing?

KkdvPrasad
Автор

Hi Mukesh, i have a question related reports, if i want to take only for failed actions how can write the code for taking screenshots for failed scenarios

gangasreenivasakumarreddy
Автор

Hi Mukesh, Thank you so much for your videos on Serenity BDD Framework. It helps a lot. When can we expect video on JBehave BDD Serenity framework?

prashanthanna
Автор

thank you for turtorials. I have a question, why does my report .html file have a weird name not index.html?
Ex:

pduyet
Автор

Why we need 2 different classes. We can implement the methods in the same class rite ?

YogeshKumar-vwdr
Автор

Hi Mukesh,
Thanks for the videos. These are excellent.
The takeScreenshot parameter is not working. It is capturing for every step though i defined it as disabled.

laxminarayanaboga
Автор

Thanks Mukesh Sir, Could you pls provide the github link to the project you just taught? 🙏

ngogo
Автор

Here is the code I used to automate gmail but, no success due to the error shows this : This browser or app may not be secure' is not letting me get into the inbox of gmail account. Is there a way around in accessing the inbox or is this because Goggle blocks the access when automating with Selenium/Java.


public class GmailChrome {
@Test
public void emailLoginTest()throws InterruptedException {
System.setProperty("webdriver.chrome.driver", "./driver/chromedriver.exe");
{
WebDriver driver = new ChromeDriver();

driver.manage().timeouts().implicitlyWait(3, TimeUnit.SECONDS);


driver.manage().timeouts().implicitlyWait(2, TimeUnit.SECONDS);


driver.manage().timeouts().implicitlyWait(5, TimeUnit.SECONDS);

Thread.sleep(3000);
driver.close();
driver.quit();
}
}
}

camelot
Автор

Hi Guruji..
Please make a video on running failled scenarios

muralidharch
Автор

hi mukesh it has been long time..since last video..can you please make video integrating cucumber with serenity ..

JitendraKumar-lrvq
Автор

hello, will you make videos integrating cucumber to serenity?

yorkcorrea
Автор

Hi sir, please upload more videos..I am creating the serinity framework based on this...

janithakv