This commit is contained in:
2024-09-22 00:55:14 -04:00
parent 5a3258e56f
commit 7b3dcdf5db
21 changed files with 285 additions and 396 deletions
@@ -0,0 +1,30 @@
package zacksolutions;
import org.testng.annotations.Test;
public class TestLoginPage {
@Test
public static void testCaseEleven() {
System.out.println("Debug the eleventh case");
}
@Test
public static void testCaseTwelve() {
System.out.println("Debug the twelfth case");
}
@Test
public static void testCaseThirteen() {
System.out.println("Debug the thirteenth case");
}
@Test
public static void testCaseFourteen() {
System.out.println("Debug the fourteenth case");
}
@Test
public static void testCaseFifteen() {
System.out.println("Debug the fifteenth case");
}
}