Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestDriver.ai / Generate Test Plans #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions testdriver/generate/test-blog-navigation.md
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 "Blog" link.
3. /explore Assert that the blog listing page loads.
3 changes: 3 additions & 0 deletions testdriver/generate/test-contact-us-link.md
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 "Contact Sales" link.
3. /explore Assert that the contact form or information page loads.
3 changes: 3 additions & 0 deletions testdriver/generate/test-cookie-consent.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions testdriver/generate/test-main-call-to-action.md
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.
3. /explore Assert that the sign-up or pricing page loads.
5 changes: 5 additions & 0 deletions testdriver/generate/test-pricing-page-navigation.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions testdriver/generate/test-search-functionality.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions testdriver/generate/test-sign-up-form.md
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 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.
3 changes: 3 additions & 0 deletions testdriver/generate/test-social-media-links.md
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 Facebook icon at the bottom of the page.
3. /explore Assert that it opens the company Facebook page in a new tab.
3 changes: 3 additions & 0 deletions testdriver/generate/test-try-for-free.md
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 "Try for Free" button.
3. /explore Assert that a sign-up or registration form appears.
3 changes: 3 additions & 0 deletions testdriver/generate/test-webpage-loads-and-logo-shows.md
Original file line number Diff line number Diff line change
@@ -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.