-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a027e4
commit 686c71b
Showing
37 changed files
with
115 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Log in to the website. | ||
3. /explore Navigate to the API section. | ||
4. /explore Click on the generate API key button. | ||
5. /explore Assert that a new API key is generated. | ||
6. /explore Assert that the generated API key is displayed on the screen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Click on "Contact Sales" button. | ||
3. /explore Assert that the contact sales form is displayed. | ||
4. /explore Fill in the contact sales form fields with test data. | ||
5. /explore Click on the "Submit" button. | ||
6. /explore Assert that a confirmation message is displayed. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate through various pages on the website. | ||
3. /explore Assert that the content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate to the developer documentation page. | ||
3. /explore Assert that the documentation page loads without errors. | ||
4. /explore Assert that all sections of the documentation are visible and clickable. | ||
5. /explore Assert that there are no broken links in the documentation. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Trigger any action necessitating an error message |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
1. Focus the browser window. | ||
2. Scroll down to the footer. | ||
3. Click on each link in the footer. | ||
4. Assert that each link navigates to the correct page. | ||
1. /explore Focus the browser window. | ||
2. /explore Scroll to the bottom of the homepage. | ||
3. /explore Assert that the footer is visible. | ||
4. /explore Click on each link in the footer. | ||
5. /explore Assert that each link redirects to the correct page. | ||
6. /explore Assert that there are no broken links in the footer. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Scroll down the homepage. | ||
3. /explore Assert that all sections |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate through various pages on the website. | ||
3. /explore Assert that all images on the site load correctly. | ||
4. /explore Assert that there are no broken image links. | ||
5. /explore Assert that the images are clear and have the correct resolution. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Scroll to the bottom right corner of the homepage. | ||
3. /explore Click on the live chat icon. | ||
4. /explore Assert that the live chat popup is displayed. | ||
5. /explore Enter a test message in the chat box. | ||
6. /explore Assert that a response is received from the chat support. | ||
7. /explore Assert that the conversation is logged correctly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1. Focus the browser window. | ||
2. Click on "Login". | ||
3. Enter valid credentials. | ||
4. Assert that the user is logged in successfully. | ||
5. Log out. | ||
6. Assert that the user is logged out successfully. | ||
1. /explore Focus the browser window. | ||
2. /explore Click on "Login" link in the main navigation. | ||
3. /explore Assert that the login form is displayed. | ||
4. /explore Fill in the login form with test credentials. | ||
5. /explore Click the "Login" button. | ||
6. /explore Assert that the user is successfully logged in and redirected to the dashboard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Log in to the website. | ||
3. /explore Click on the user profile link. | ||
4. /explore Click on the logout button. | ||
5. /explore Assert that the user is logged out and redirected to the homepage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Click on "Products" link in the main navigation. | ||
3. /explore Assert that the products page is loaded. | ||
4. /explore Click on "Solutions" link in the main navigation. | ||
5. /explore Assert that the solutions page is loaded. | ||
6. /explore Click on "Pricing" link in the main navigation. | ||
7. /explore Assert that the pricing page is loaded. | ||
8. /explore Click on "Developers" link in the main navigation. | ||
9. /explore Assert that the developers page is loaded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Resize the browser window to mobile dimensions. | ||
3. /explore Click on the mobile menu icon. | ||
4. /explore Assert that the mobile navigation menu is displayed. | ||
5. /explore Click on each link in the mobile navigation menu. | ||
6. /explore Assert that each link redirects to the correct page. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate to the newsletter subscription section. | ||
3. /explore Enter a test email address in the subscription field. | ||
4. /explore Click the subscribe button. | ||
5. /explore Assert that a subscription confirmation message is displayed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate to the pricing page. | ||
3. /explore Assert that the pricing plans are displayed correctly. | ||
4. /explore Assert that there are no broken images or links in the pricing page. | ||
5. /explore Click on each pricing plan. | ||
6. /explore Assert that the user is redirected to the correct sign-up or checkout page for each plan. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Log in to the website. | ||
3. /explore Navigate to the API testing page. | ||
4. /explore Send a test API call from the UI. | ||
5. /explore Assert that the API call is successful. | ||
6. /explore Assert that the response data is displayed correctly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate to the resources page. | ||
3. /explore Click on a downloadable resource link. | ||
4. /explore Assert that the download starts automatically. | ||
5. /explore Assert that the downloaded file is correct. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
1. Resize the browser window to various sizes. | ||
2. Assert that the website is responsive and adjusts layout appropriately. | ||
3. Check for any overlapping or hidden elements. | ||
1. /explore Focus the browser window. | ||
2. /explore Resize the browser window to various dimensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
1. Focus the browser window. | ||
2. Click on the search icon. | ||
3. Type a search query | ||
1. /explore Focus the browser window. | ||
2. /explore Click on the search icon in the webpage content. | ||
3. /explore Assert that the search field is displayed. | ||
4. /explore Type a search term into the search field. | ||
5. /explore Press enter. | ||
6. /explore Assert that the search results page is displayed. | ||
7. /explore Assert that search results are relevant to the search term. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
1. Focus the browser window. | ||
2. Navigate to the sign-up page. | ||
3. Fill in the sign-up form fields with test data. | ||
4. Click the "Sign Up" button. | ||
5. Assert that a confirmation message is displayed or that the user is redirected to a welcome page. | ||
1. /explore Focus the browser window. | ||
2. /explore Click on "Try for free" button. | ||
3. /explore Assert that the sign-up form is displayed. | ||
4. /explore Fill in the sign-up form fields with test data. | ||
5. /explore Click the "Sign Up" button. | ||
6. /explore Assert that a confirmation message is displayed or that the user is redirected to a welcome page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1. Focus the browser window. | ||
2. Scroll to the footer. | ||
3. Click on the social media links | ||
1. /explore Focus the browser window. | ||
2. /explore Navigate to the homepage. | ||
3. /explore Scroll down to the footer. | ||
4. /explore Click on each social media icon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1. /explore Focus the browser window. | ||
2. /explore Click on the "Start Building" button on the homepage. | ||
3. /explore Assert that the sign-up or dashboard page is loaded. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.