|
82 | 82 | **Example Prompt:** |
83 | 83 | > "Suggest a 3-month learning plan for transitioning from manual QA to automation." |
84 | 84 |
|
85 | | -</br> |
86 | 85 |
|
87 | 86 |
|
88 | | -## More Examples |
89 | | - |
90 | | -#### Generate test cases from feature descriptions or user stories |
91 | | - |
92 | | -> "Create positive and negative test cases for a password reset flow." |
93 | | -</br> |
94 | | -
|
95 | | -#### Suggest exploratory testing ideas based on feature or risk areas |
96 | | - |
97 | | -> "Give exploratory test ideas for a product filtering system on an e-commerce site." |
98 | | -</br> |
99 | | -
|
100 | | -#### Structure well-written, professional bug reports |
101 | | - |
102 | | -> "Format this bug description into a Jira-style ticket with summary, steps, and expected vs. actual behavior." |
103 | | -</br> |
104 | | -
|
105 | | -#### Create API test cases and Postman test scripts |
106 | | - |
107 | | -> "Write a Postman test that validates a 201 response and checks the JSON schema of a created user." |
108 | | -</br> |
109 | | -
|
110 | | -#### Generate XPath and CSS selectors for UI automation |
111 | | - |
112 | | -> "Give an XPath to locate the second button inside a modal with class `login-popup`." |
113 | | -</br> |
114 | | -
|
115 | | -#### Write automation scripts (Selenium, Cypress, Playwright, etc.) |
116 | | - |
117 | | -> "Generate a Playwright script in TypeScript that logs in and verifies the dashboard page." |
118 | | -</br> |
119 | | -
|
120 | | -#### Build reusable Page Object Models or helper methods |
121 | | - |
122 | | -> "Create a Selenium Page Object for a login page with methods for username, password, and login." |
123 | | -</br> |
124 | | -
|
125 | | -#### Create or convert Jira issue templates (bugs, tasks, subtasks) |
126 | | - |
127 | | -> "Create a Jira subtask for verifying form validation on a new registration page." |
128 | | -</br> |
129 | | -
|
130 | | -#### Rewrite messy notes into clean documentation or summaries |
131 | | - |
132 | | -> "Rewrite this test report as a professional QA summary with bullet points and findings." |
133 | | -</br> |
134 | | -
|
135 | | -#### Generate realistic test data for manual or automation testing |
136 | | - |
137 | | -> "Give me 10 examples of valid and invalid U.S. phone numbers." |
138 | | -</br> |
139 | | -
|
140 | | -#### Get mock API responses or build REST/GraphQL payloads |
141 | | - |
142 | | -> "Write a GraphQL mutation for creating a user with email, name, and role." |
143 | | -</br> |
144 | | -
|
145 | | -#### Translate QA tasks or bug reports for non-technical teams |
146 | | - |
147 | | -> "Summarize this bug report for the product team in non-technical language." |
148 | | -</br> |
149 | | -
|
150 | | -#### Create QA documentation templates (test plans, strategy docs, etc.) |
151 | | - |
152 | | -> "Generate a one-page test strategy template for a mobile app launch." |
153 | | -</br> |
154 | | -
|
155 | | -#### Prepare for QA job interviews with mock questions |
156 | | - |
157 | | -> "Give me 5 interview questions for a QA position involving API testing." |
158 | | -</br> |
159 | | -
|
160 | | -#### Learn new QA tools interactively |
161 | | - |
162 | | -> "Teach me how to use Cypress from scratch, with small examples." |
163 | | -</br> |
164 | | -
|
165 | | -#### Plan your learning path from manual to automation testing |
166 | | - |
167 | | -> "Create a 90-day learning roadmap for a manual tester to learn Selenium with Java." |
168 | | -</br> |
169 | | -
|
170 | | -#### Get course, book, or blog recommendations |
171 | | - |
172 | | -> "List high-quality, up-to-date free courses for learning QA automation with Python." |
173 | | -</br> |
174 | | -
|
175 | | -#### Validate UI/UX behavior or micro-interactions |
176 | | - |
177 | | -> "What should be tested in a tooltip that appears on hover in a form input field?" |
178 | | -</br> |
179 | | -
|
180 | | -#### Summarize crash reports, logs, or stack traces |
181 | | - |
182 | | -> "Explain what this error means and what might be causing it: `Uncaught TypeError: Cannot read properties of undefined`." |
183 | | -</br> |
184 | | -
|
185 | | -#### Automate repetitive QA documentation tasks |
186 | | - |
187 | | -> "Turn this Excel test case list into a Markdown table for GitHub." |
188 | | -
|
189 | 87 |
|
190 | 88 |
|
191 | 89 |
|
|
0 commit comments