Xunit giving no test case configured
Hi Community,
Xunit is giving no test case configured. Please find the screenshot and XunitConfig.xml test case configured.
<?xml version="1.0" encoding="UTF-8"?>
<XunitConfig xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="XunitConfig.xsd">
<Parameter name="XunitDelay" value="3000"/>
<TestSuite name="MY_TEST_SUITE">
<RunTest description="Run test case TEST_CASE.1" testName="TEST_CASE.1"/>
</TestSuite>
<TestCase applicationKey="REGISTER" name="TEST_CASE.1">
<TestStep action="ACCEPT" data="100" description="Enter 100 (PromptUserIdOp)"/>
<TestStep action="ACCEPT" data="1" description="Enter 1 (PromptPasswordOp)"/>
<TestStep action="CONTINUE" description="CONTINUE (CustomerSearchOp)">
<Form name="CUSTOMER_SEARCH"/>
</TestStep>
<TestStep action="ACCEPT" data="5471609452838" description="Enter 5471609452838 (PromptItemScanOp)"/>
<TestStep action="PRE_TENDERING" description="PRE_TENDERING (PromptItemScanOp)"/>