konectar_Data_count_Check/testng.xml

10 lines
273 B
XML
Raw Normal View History

2023-10-03 09:17:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2023-10-09 07:23:14 +00:00
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
2023-10-03 09:17:23 +00:00
<suite name="Suite">
2023-10-09 07:23:14 +00:00
<test thread-count="5" name="Test">
<packages>
<package name="TestScripts"/>
</packages>
2023-10-03 09:17:23 +00:00
</test> <!-- Test -->
</suite> <!-- Suite -->