diff --git a/testdriver/generate/test-blog-navigation.md b/testdriver/generate/test-blog-navigation.md new file mode 100644 index 0000000..d177513 --- /dev/null +++ b/testdriver/generate/test-blog-navigation.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Click on the "Blog" link. +3. /explore Assert that the blog listing page loads. \ No newline at end of file diff --git a/testdriver/generate/test-contact-us-link.md b/testdriver/generate/test-contact-us-link.md new file mode 100644 index 0000000..b50bee7 --- /dev/null +++ b/testdriver/generate/test-contact-us-link.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Click on the "Contact Sales" link. +3. /explore Assert that the contact form or information page loads. \ No newline at end of file diff --git a/testdriver/generate/test-cookie-consent.md b/testdriver/generate/test-cookie-consent.md new file mode 100644 index 0000000..e065c8b --- /dev/null +++ b/testdriver/generate/test-cookie-consent.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Click on "Accept Cookies" at the bottom of the page. +3. /explore Assert that the cookie consent message disappears. \ No newline at end of file diff --git a/testdriver/generate/test-main-call-to-action.md b/testdriver/generate/test-main-call-to-action.md new file mode 100644 index 0000000..fdc2f0c --- /dev/null +++ b/testdriver/generate/test-main-call-to-action.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Click on the "Start Building" button. +3. /explore Assert that the sign-up or pricing page loads. \ No newline at end of file diff --git a/testdriver/generate/test-pricing-page-navigation.md b/testdriver/generate/test-pricing-page-navigation.md new file mode 100644 index 0000000..62be779 --- /dev/null +++ b/testdriver/generate/test-pricing-page-navigation.md @@ -0,0 +1,5 @@ +1. /explore Focus the browser window. +2. /explore Click on the "Pricing" link. +3. /explore Assert that the pricing page displays correctly. +4. /explore Try to purchase the cheapest plan. +5. /explore Assert that the transaction process starts. \ No newline at end of file diff --git a/testdriver/generate/test-search-functionality.md b/testdriver/generate/test-search-functionality.md new file mode 100644 index 0000000..e2dcf05 --- /dev/null +++ b/testdriver/generate/test-search-functionality.md @@ -0,0 +1,5 @@ +1. /explore Focus the browser window. +2. /explore Click on the search icon or bar. +3. /explore Type "API documentation". +4. /explore Press enter. +5. /explore Assert that the search results page displays relevant results. \ No newline at end of file diff --git a/testdriver/generate/test-sign-up-form.md b/testdriver/generate/test-sign-up-form.md new file mode 100644 index 0000000..89b1070 --- /dev/null +++ b/testdriver/generate/test-sign-up-form.md @@ -0,0 +1,5 @@ +1. /explore Focus the browser window. +2. /explore Navigate to the sign-up page. +3. /explore Fill in the sign-up form fields with test data. +4. /explore Click the "Sign Up" button. +5. /explore Assert that a confirmation message is displayed or that the user is redirected to a welcome page. \ No newline at end of file diff --git a/testdriver/generate/test-social-media-links.md b/testdriver/generate/test-social-media-links.md new file mode 100644 index 0000000..332835f --- /dev/null +++ b/testdriver/generate/test-social-media-links.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Click on the Facebook icon at the bottom of the page. +3. /explore Assert that it opens the company Facebook page in a new tab. \ No newline at end of file diff --git a/testdriver/generate/test-try-for-free.md b/testdriver/generate/test-try-for-free.md new file mode 100644 index 0000000..2402aba --- /dev/null +++ b/testdriver/generate/test-try-for-free.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Click on the "Try for Free" button. +3. /explore Assert that a sign-up or registration form appears. \ No newline at end of file diff --git a/testdriver/generate/test-webpage-loads-and-logo-shows.md b/testdriver/generate/test-webpage-loads-and-logo-shows.md new file mode 100644 index 0000000..617a6fa --- /dev/null +++ b/testdriver/generate/test-webpage-loads-and-logo-shows.md @@ -0,0 +1,3 @@ +1. /explore Focus the browser window. +2. /explore Assert the webpage loads successfully. +3. /explore Assert the company logo is visible on the page. \ No newline at end of file