HiI am running through some issues with Kentico's test libraries, I have installed Kentico Xperience Libraries Tests v13.0.94 and I have in a Test proyect some unit tests and some integration tests...
I have a series of NuGet packages that targets Kentico, which provide helpers/utilities, and extension methods against the Kentico API. With the release of Xperience 13.0.5, I've been able to suces...
Hi Support,I have two solutions (i.e CMS and Unit.Tests). How can I access custom webpart methods from cms solution to Unit.Tests solution? NOTE : Here I don't have namespace for custom webparts.Is...
for instance I saw in one of the examples of integration bus it was mentioned to use new ObjectIntegrationSubscription(ConnectorName, TaskProcessTypeEnum.AsyncSnapshot, TaskTypeEnum.All, null,@biz...
I have written an integration test as below under Kentico v8.0.17[TestClass] public class SubscriberControllerTest : IntegrationTests { [TestInitialize] public void Setup() { ...