Back To Normal

Subscribe To Our E-Mail Newsletter

Tuesday, May 31, 2011

Error Handling in RFT

Testcase Executon:
-------------------
Write your testcase (steps)scripts intoTry /catch blog to handle the exception to avoid the script termination.
  try
{
  // Testcode;
}
catch(Exception e)
{
logTestResult("test msg",fail);
}

Test Suite Execution :
-----------------------
try
{
callScript("Testcase1");
callScript("Testcase2");
}
catch(Exception e)
{
logTestResult("test msg",fail);
}



Read More


560 Free Online Courses

Top 200 universities launched 500 free online courses.  Please find the list here .