Forum Discussion
Varthini
11 years agoOccasional Contributor
Hi Paul,
Thanks for your response. Following is the lines of code you asked for.
WsdlProject project = new WsdlProject(File.separatorChar+"Project.xml");
TestSuite testSuite = project.getTestSuiteByName("SampleProject");
TestCase testCase = testSuite.getTestCaseByName("Create");
By parsing this way we are able to get all the interfaces and their requests and also the test suite and test step names. We have the requests for each test step in project.xml.But we are not able to retrieve them. Please help in solving.Thanks in advance.
Thanks for your response. Following is the lines of code you asked for.
WsdlProject project = new WsdlProject(File.separatorChar+"Project.xml");
TestSuite testSuite = project.getTestSuiteByName("SampleProject");
TestCase testCase = testSuite.getTestCaseByName("Create");
By parsing this way we are able to get all the interfaces and their requests and also the test suite and test step names. We have the requests for each test step in project.xml.But we are not able to retrieve them. Please help in solving.Thanks in advance.