Hi Mukesh, I have a question , when automation tester should raise the bug. while doing/ checking behaviour of application or when automation scripts are done. Because my CTO asked me when you raised so many bugs even check ing behaviour of application or automation part. I said while checking behaviour of application. He told it's not effective your doing only manual testing. How to overcome this situation.
Hi Pratheep, main reason or intention of automating the regression scenario is to reduce manual effort.if you get bug while running automation script then it is bonus point for you.
@@Mukeshotwani thanks a lot sir going through a sir and to traverse same driver from utility file to pagefiles to continue same test steps which dependency injection is needed to update if I am updating picocontainer it’s saying more than one cucumber objectFactory was found on the class path
Hi Mukesh I am able to execute the test through Intellij,but when I am executing the same project through command prompt to get the report I am getting error as could not instantiate webdriver.Why it's happening ?
Hi Anita, you can use below command to pass tags from Jenkins Note- debug1 and debug2 you can pass as parameter from Jenkins mvn test -Dcucumber.options="--tags @debug1 --tags @debug2"
I have mailed my screenshots for the class file and the pom.xml file - at my pom.xml file at the include tag - plugin> maven-failsafe-plugin 2.22.1
**/*Test.java **/Test*.java **/*TestSuite.java **/When*.java my testcase name ends with TestSuite-- my test case class name is - MyFirstTestSuite.java.. Requesitng you to please look into it ..
Great work. You make learning easy for testers.
Thanks Mate
Hi Mukesh, I have a question , when automation tester should raise the bug. while doing/ checking behaviour of application or when automation scripts are done. Because my CTO asked me when you raised so many bugs even check ing behaviour of application or automation part. I said while checking behaviour of application. He told it's not effective your doing only manual testing. How to overcome this situation.
Hi Pratheep, main reason or intention of automating the regression scenario is to reduce manual effort.if you get bug while running automation script then it is bonus point for you.
Mukesh, how do I run multiple tests in a row? and for some reason my browser page doesn't close after the test without the quit command.
Hi Mukesh,how to customize the serenity report ?like how to change the report name,and can add company logo etc?
Hi sir we are not getting screenshots by default could please help trying from 3 days no luck
Hi Bitu, please check your properties file and make the changes required serenity-bdd.github.io/docs/reference/serenity-properties
@@Mukeshotwani thanks a lot sir going through a sir and to traverse same driver from utility file to pagefiles to continue same test steps which dependency injection is needed to update if I am updating picocontainer it’s saying more than one cucumber objectFactory was found on the class path
Hi Mukesh I am able to execute the test through Intellij,but when I am executing the same project through command prompt to get the report I am getting error as could not instantiate webdriver.Why it's happening ?
Very informative 👍🏻
Thank you so much Saxena ji.
Hi Mukesh need help from you. I want to parameterize my jenkins job to drive execution through Jenkins by passing tags as parameter.
Hi Anita, you can use below command to pass tags from Jenkins
Note- debug1 and debug2 you can pass as parameter from Jenkins
mvn test -Dcucumber.options="--tags @debug1 --tags @debug2"
Which is better sir serenity BDD or specflow BDD? why ?
hi mukesh .. though my test case is running perfectly but my automated test case is being seen as zero in the report ..could you please help
I have mailed my screenshots for the class file and the pom.xml file - at my pom.xml file at the include tag - plugin>
maven-failsafe-plugin
2.22.1
**/*Test.java
**/Test*.java
**/*TestSuite.java
**/When*.java
my testcase name ends with TestSuite-- my test case class name is - MyFirstTestSuite.java..
Requesitng you to please look into it ..
Hi Jitendra, once you implement @Step library then you will get proper report.
add this line in pom.xml--> **/*TestCase.java
How to attach the screenshot in serenity report
Screenshot is attached by default
No sir we are not getting screenshots by default
please sir more videos