Skip to content
Advertisement

Tag: automation

i’m tring to automate target.com in selenium using java

1.error in line 3 i can’t access registration btn (I tried using by id ,XPath,name and selector but dont work! ) Answer Type about:profiles in the URL bar of firefox and check if the default profile exists at the location, If it doesn’t exist just create the one and provide the default or desired location. Click on Create a new

How to re run suite without using listener in testng

I had a requirement to re-run a complete suite from the TestNG test method itself if any of the test-case from the suite failed. Is there any way to call complete suite using an XML file or Test class within the Test method? The complete suite should re-run the after-class method or teardown test-case or last test-case @AfterClass or @AfterMethod

Advertisement