Latest Interview Questions On Selenium Advanced Usage
Part 23 108 : I wants to pass parameter In software test case through testng.xml file. How can I do It? Answer : You can use <parameter> node under <test> node In testng.xml file with parameter name and value. Then you can use @Parameters annotation with parameter name In your test case of software web application. VIEW USAGE OF @PARAMETER … Read more