Hi Naveen, Thank you for the tutorials. Implementing this for the project. Could you please make more videos on Serenity the Same way you did for cucumber. Thank you
When we are calling the elements in every step directly without initElements at the beginning of the script aren't we accessing the DOM for the element info again and again for different @Tests using same elements? Would identifying them once in the beginning of the script make the code more reusable and understandable (in terms of element names)? Just trying to understand if pageObjects class is doing something differently like a pass through of the script and pre-initializing the elements.
Hey @Naveen can you please create a video that how to integrate the serenity bdd project with Jira also include that our zephyr test case and test cycle are also updating according to test results?
Kindly make one video how to set the pipline on Gitlab or Bitbucket. You made lot of videos but I did not see any video about How TO SET PIPLINE. Any one recomend me best place for learning this step because I am good on creating test cases but this integration step with gitlab or bamboo is little bit scary for me. One more question: is setting pipline different for Gradle or maven or package.json
Applied all the 5 part videos on intellJ works perfectly fine
this is something new very inetersting series Naveen thanks a lot
The last part tells how some good things that are created by them and it would be useful for us
Hi Naveen, Thank you for the tutorials. Implementing this for the project. Could you please make more videos on Serenity the Same way you did for cucumber.
Thank you
All your tutorials are very informative... thanks..
Have you got a tutorial on Rest Assured with serenity?
When we are calling the elements in every step directly without initElements at the beginning of the script aren't we accessing the DOM for the element info again and again for different @Tests using same elements? Would identifying them once in the beginning of the script make the code more reusable and understandable (in terms of element names)? Just trying to understand if pageObjects class is doing something differently like a pass through of the script and pre-initializing the elements.
Hey @Naveen can you please create a video that how to integrate the serenity bdd project with Jira also include that our zephyr test case and test cycle are also updating according to test results?
Kindly make one video how to set the pipline on Gitlab or Bitbucket.
You made lot of videos but I did not see any video about How TO SET PIPLINE.
Any one recomend me best place for learning this step because I am good on creating test cases but this integration step with gitlab or bamboo is little bit scary for me.
One more question: is setting pipline different for Gradle or maven or package.json
isnt there feature file in Serenity
hi, my question is which version use jdk, Java SE 15, and any other
Would prefer jdk 8
Hello Naveen.. why it is launching browser 3 times ?
Because there are three test cases
What should I do if I need to run both login & Search product in a single launch..!
Yeah how to handle that if we want to run all test in one browser