Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created January 18, 2022 16:07
Show Gist options
  • Save muditlambda/0631387dd48a7585e01973c4424f4683 to your computer and use it in GitHub Desktop.
Save muditlambda/0631387dd48a7585e01973c4424f4683 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="AutomationUsingFindElementSuite">
<test name="AutomationUsingFindElementTest" >
<classes>
<class name="LambdaTest.AutomationUsingFindElement" >
</class>
</classes>
</test>
</suite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment