Part 19 | Queryable Request Specification in Rest Assured | Custom Annotation | Assignment Solution

preview_player
Показать описание
In this video we will see about,
1. Listeners
2. Queryable Request Specification
3. Custom Annotation
4. Assignment Solution

Telegram group link :

Docker playlist

Selenium Automation Framework Playlist

Extent Report 5.0.5 Playlist

SDET Package Playlist

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

awesome !!! nice way of explaining technical topics.

manasranjan
Автор

Can you do a series on customizing the extent report for different scenarios, like out of the box scenarios (non functional analysis : memory leak analysis) or building a custom report all together from scratch

SuperSuneel
Автор

what's your thought on serenity-bdd framework -screenplay-pattern ? Is this technically tough to implement the similar api testing framework with model)?

manasranjan
Автор

Hi Amuthan Thank you very much again for the good knowledge sharing.
Could you please help clarifying two doubt:

1. from Time Stamp 30:48: at row 26 we get null pointer because we did not give annotation "FrameworkAnnotation" at our test method, so was null. But how @Test or other annotation work ( how they made it optional)?

2. Also, if we want to keep FrameworkAnnotation is mandatory, can me make to show compile time error rather than run time null pointer exception?


Note: To save null pointer we can use, but in this case some Automator will add author name and some not and this will not be good.

FrameworkAnnotation annotation =
if (Objects.nonNull(annotation)) {

}

DeepakAroraDeeCoolVids
Автор

Hi Amuthan, thanks a lot, your videos have been very helpful, I have just one query, how to read different properties file depending on the environment name (dev, staging, preprod etc), I'm passing the env name from the maven command.

pritamsharma
Автор

Hi Amuthan at 56:45 you are adding setting method for id only, and you are saying don't want to mutate Employee and you are doing it for the moment to save time, so what should be the right way for update?

DeepakAroraDeeCoolVids
Автор

Please update Master Framework series as well.

ParagOak
Автор

Hi Amuthan, one more thing please, I see "class java.util.LinkedHashMap cannot be cast to class java.util.List" at however when you executed it was fine. Any clue?

DeepakAroraDeeCoolVids