34270/different-types-of-parameterization
There are two ways in which you can use Parameterization.
With the help of Parameters annotation and TestNG XML file.
@Parameters({"name","searchkey"})
With the help of DataProvider annotation.
@Parameters({name = "searchkey"})
Hi Divya, in Selenium Locators define an ...READ MORE
Hello Jagrati, some of the TestNG listeners ...READ MORE
Hello Ritvik, some of the desired capabilities ...READ MORE
Selenium is a testing tool and comprises ...READ MORE
In selenium Assertion is nothing but a ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
When you write a software you want ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.