laxmankumar
12 years agoOccasional Contributor
Unable to solve SYNTAX error and Unable to execute DDT text
Hi, I just recorded a script and I am facing couple of issues here... 1. System show syntax error at the "catch" statement. Dont know why? 2. When I dont use "try catch" statements an...
- 12 years agoHi,
First of all, You use try...catch incorrectly. You miss the exception name after the catch statement. For instance, see example here
http://msdn.microsoft.com/en-us/library/k4hea629(v=vs.90).aspx
As for the problem with DDT, you mixed up two approaches: driving the DDT data and DriveMethod.
This article displays both approaches by examples
http://support.smartbear.com/viewarticle/32584/