Search found 1 match
- Wed Feb 23, 2011 2:03 pm
- Forum: XML-RPC API
- Topic: problem with GetTestPlanByName
- Replies: 0
- Views: 3509
problem with GetTestPlanByName
Hello: I have a short problem with the method getTestPlanByName. I call it from my application as follows: TestPlan tplan = null; try { tplan = tl.GetTestPlanByName("N2A", "Plan de Test N2A"); } catch (TestLinkException ex) { MessageBox.Show("Error retrieving TestPlan!!!&quo...