Good !!
You know that I perform all the steps described by you, but the login does not want me to open the browser, paste the same in the two test cases at the beginning and in the test suite in the variables section.
Could you guide me, maybe I was wrong about something
class NewTestListener {
@BeforeTestCase
def sampleBeforeTestCase(TestCaseContext testCaseContext) {
// Remember to replace your own Chrome Driver location
System.setProperty(“webdriver.chrome.driver”, “C:\Users\Memory\Downloads\Katalon_Studio_Windows_64-7.7.2\configuration\resources\drivers\chromedriver_win32\chromedriver_win32\chromedriver.exe”)
WebDriver driver1 = new ChromeDriver()
DriverFactory.changeWebDriver(driver1)
}
}