// Create the template provider
TemplatesAdministrationSectionPage sectionPage = new TemplatesAdministrationSectionPage();
sectionPage.gotoPage();
TemplateProviderInlinePage templateProviderInline =
sectionPage.createTemplateProvider(space, templateProviderName);
templateProviderInline.setTemplateName("My Template");
templateProviderInline.setTemplate(templateFullName);
if (saveAndEdit) {
templateProviderInline.setSaveAndEdit();
}