|
i was following the same hierarchy and coding the same way as you said in previous training videos...
i was stuck at executing the page object test, with an error message below mentioned when trying to execute it from webdrivertest.java
""Parameter 'browser' is required by @Configuration on method launch but has not been marked @Optional ""
what i felt was in the page object pattern related class we are extending seltestcase.java right which is using a parameterized method.... in the testng.xml
so do i need to execute it avoiding testng.xml
|