String description = form.getDescription();
List attributeKeys = form.getAttributeKeys();
List attributeValues = form.getAttributeValues();
ServletContext context = getServlet().getServletContext();
ValidationConfig validationConfig = (ValidationConfig) context.getAttribute(ValidationConfig.CONFIG_KEY);
TestSuiteConfig suiteConfig = (TestSuiteConfig) request.getSession().getAttribute(TestSuiteConfig.CURRENTLY_SELECTED_KEY);
TestConfig testConfig = (TestConfig) request.getSession().getAttribute(TestConfig.CURRENTLY_SELECTED_KEY);
//this allows renaming. If they change the test's name, we just remove it add a new one
suiteConfig.removeTest(testConfig.getName());