We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0583c88 commit dfed76fCopy full SHA for dfed76f
README.md
@@ -0,0 +1,32 @@
1
+# Homework 06 | Celvine Adi Putra
2
+
3
+___
4
5
+#### JDK Version
6
7
+JDK : 20
8
9
+#### Dependency
10
11
+| No | Group Id | Artifact Id | Version |
12
+|----|-------------------------|-------------------|---------|
13
+| 1 | org.seleniumhq.selenium | selenium-java | 4.10.0 |
14
+| 2 | org.junit.jupiter | junit-jupiter-api | 5.10.0 |
15
+| 3 | io.github.bonigarcia | webdrivermanager | 5.4.1 |
16
17
+### Test Information
18
19
+1. URL
20
21
+```text
22
+https://www.saucedemo.com/
23
+```
24
25
+2. Users
26
27
+| Username | Password |
28
+|-----------------|--------------|
29
+| standard_user | secret_sauce |
30
+| locked_out_user | secret_sauce |
31
+| problem_user | secret_sauce |
32
+| error_user | secret_sauce |
0 commit comments