Testproject test in Selenium

Hello

I have all this import:
package io.testproject.generated.tests.yolotestautomation;

import io.testproject.addon.RESTfulAPIClient;
import io.testproject.addon.RandomDataGenerator;
import io.testproject.addon.StringUtils;
import io.testproject.addon.VisibleElementsOperations;
import io.testproject.sdk.drivers.ReportingDriver;
import io.testproject.sdk.drivers.web.RemoteWebDriver;
import io.testproject.sdk.interfaces.junit5.ExceptionsReporter;

I have to replace it after testproject will end life? If yes how?

I use driver = new RemoteWebDriver(“XZY”, new ChromeOptions(), “yyy”);

How I have to replace it?

I general I have to do other step to make work testproject test in selenium, when testproject life end?

thank you for your help
have nice day
Marco

2 Likes

Hi @m.sassi. There are three migration options:

  • Convert the test cases to code. With this option test cases may not work if you use TestProject add-ons, and each test case needs to be converted one at a time.

  • Manually rewrite the tests to another tool such as Testim. If you are looking for support porting test cases to Testim, we have professional services who can help. Please contact us for more information.