Hi,
I have created some test cases and tried to run only one test case using xml file. Below is my XML file. When I run this the browser is triggered but the link is not opening. It works fine when I run this normally instead of XML.
Can anyone help me to fix this issue?
<?xml version="1.0" encoding="UTF-8"?>
<suite name="All Products">
<test thread-count="1" name="InsuranceHouse">
<classes>
<class name="E2E_Tests.MigrationAgent_Tests">
<methods>
<include name="MigrationAgentTest_ApprovedPolicy"/>
</methods>
</class>
</classes>
</test> <!-- InsuranceHouse -->
</suite> <!-- Suite -->
Thanks,
Keertana