Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
149 views
20 pages
My Collection of Chatgpt Prompts For QA
some Chatgpt prompts for Quality analysts
Uploaded by
Parag Jain
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save My collection of Chatgpt Prompts for QA For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
149 views
20 pages
My Collection of Chatgpt Prompts For QA
some Chatgpt prompts for Quality analysts
Uploaded by
Parag Jain
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save My collection of Chatgpt Prompts for QA For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save My collection of Chatgpt Prompts for QA For Later
You are on page 1
/ 20
Search
Fullscreen
‘916/26, 6:55 PM My collecton of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Fersira | Medium This member-only story is on us. Upgrade to access all of Medium. + Member-only story My collection of +30 Chat-GPT Prompts For Quality Assurance [UPDATED] @ Vincent Ferreira - Follow 8minread « Mar 23,2028 Sas Qs nw © J nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeafS6330d5 1720‘916/26, 6:56 PM My collection of +30 Chat GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium General guidelines for these prompts Use them with care ! Chat GPT does not provide complete answers. It is even less the source of Truth. It’s still too dangerous to rely completely on its answers, especially for quality assurance. In most cases, you should always make your own research before, then, if you want to go deeper, have a conversation with the bot and brainstorm with it. Many of those prompts should be provided with detailed requirements. The more you feed the bot, the more accurately it should respond. If you don’t do it, you will often receive basic answers. Go deeper in your conversations and you will find what you were looking for. nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeaefS6330d5 2120‘916/26, 6:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium Before you start, turn Chat GPT into a QA Expert By default Chat GPT think like an Al trying to help you. Make Chat GPT think like a QA expert starting you conversation with this prompt : Ignore all instructions before this one. You are a Quality Assurance Engineer. You have been doing this job for 2 years. Your task is now to advise me on [PRECISE QA TASK] After this prompt, its answers will be more precise and complete with more technical words. I tested it, the difference is significant. You often have to go deeper in a conversation, to extract relevant answers. Turn chat GPT into a more challenging bot with this prompt : You must always ask questions before you answer 0 you can better zone in on what the questioner is seeking. Is that understood ? If it doesn’t ask questions, order again to ask questions after the submit of your task. Chat GPT questions to solve your problems are relevant. These instructions were inspired by the good practices shared in the youtube videos of Underscore_. I’ve put the link in my sources at the bottom of the article. Don't hesitate to watch the show to learn fun things about GPT. How to test anything nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeafS6330d5 3120vez, 6M My collection of +30 Chal GPT Prompts For Qualty Assurance [UPOATED] by Vincent Frei | Medium You have no idea how to test something, or you simply want to start with some standard testing, just ask. How to test full-page redirects ? You can be sure to create some checklists starting with this one : Which areas should be covered by the scope of testing for . ? Penetration testing Don't forget to turn Chat GPT into a penetration tester like this : You are a pentester. .... Chat GPT is awesome to describe code, even if it’s minified. Submit frontend code with this prompt : Can you explain this piece of code : Ask specifically about potential malicious code, like, where are user inputs : nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeaefS6330d5 4120‘916724, 5:55 PM My collecton of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Fersira | Medium Is the code interpreting User Inputs ? At this stage, it is possible that ChatGPT mentions possible SQL attacks. You can ask what operation to perform to confirm the presence of a possible SQL injection : Can you write an example of query in order to confirm the presence of SQLi ? _——EEEEE > Here again, some things to know : source code of a website can be huge. You have to know where to look for. These prompts were extracted from an episode of Underscore_, link in the sources. Another use of ChatGPT for testing is to easily build tooling. Take this example showing how to build a recon tool capable of continuous scanning open ports, subdomain and file paths : ChatGPT: Build me a Recon Tool! Using ChatGPT to build a simple hacking recon tool betterprogramming.pub ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 5120‘916/26, 6:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium Performance testing What are the best practices for testing the performance of this feature ? Design a performance testing strategy for a [web/mobile] app that focuses on [latency, throughput, or resource usage]. Again, this requires that the feature being tested is described in enough detail. Chat-GPT can put emphasis on important steps in the test scenario. Accessibility Testing Accessibility assessment Assess the accessibility of [web/mobile] application and suggest improvements to comply with WCAG guidelines: [URL or description of the application]. Test cases generation Write tests from requirements Given you have informed your order with enough details, ChatGPT can give you some good test cases. Take a complete Gitlab issue or Jira ticket, whatever and submit something like this : nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeafS6330d5 6120‘916724, 5:55 PM My collecton of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Fersira | Medium Give me test cases for this feature : User story : As a signed-in user, I want to able to comment on a blog post, So t Screen fields : comments Functionality : Notification is sent to blog post author that @ new comment has been posted —— ia EEE > Answers are really well formatted with Preconditions, Actions and Expected results, Otherwise, ask. Then, that would be nice to turn these answers into a format that you could import into Jira or Github. Like a table. Did you know ChatGPT could write tables ? Let's do this : Prepare test case table to enter into Jira tickets Here is an example of an answer : ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 7120‘916724, 5:55 PM My collecton of +30 Chat GPT Prompls For Quality Assurance [UPDATED] | by Vincent Fersira | Medium pte ed Verify that aed cE eon Regisiered ee visible eee istered ed Ceres be comment ees rag ae a ee) biog post ge You can go deeper by ordering negative paths with : Generate all negative scenarios as well Test Strategy Before diving into code generation, let’s take a look at the different strategy aids that ChatGPT can provide. Either you have chatGPT4 and you can give directly the link of your application, or you can describe more in detail what your application does. ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 720‘916/26, 6:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium General Tests Strategy Design a testing strategy for a [web/mobite] app that includes [unit, integration, system, and/or performance] testing. E2E Test Strategy E2E tests to be implemented should be chosen with care. Here is a prompt that will help you to better define your testing strategy. Develop an end-to-end testing strategy for a [web/mobile] app that covers critical user workflows. Other testing strategies: Share advice on how to incorporate continuous testing and quality assurance into the development process for a [language] project. Code generation OpenAl is quite good with simple code generation. I used it so many times just to start something then I did my own way to adapt the code he gave me to more specific needs Write unit tests nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeafS6330d5 91201604, 585° ty colecton of 30 Ghat GPT Promps For Qulty Assurance {UPDATED |by Vincent Fre | Medium I like using chat-GPT as a fresh start for my unit test files. It reduces the time to create the file and add common test cases. Don’t forget to ask him to use some testing framework, or ask him what framework you could use. GPT is good to find simple mocking techniques. Write a unit test file with [FRAMEWORKS] for this code : “..” Maybe the generated tests were too basic ? Well, just ask to find edge cases. Add some edge case checks Write API tests with OpenAPI specs Same as unit tests, drop an openAPI schema content and don't forget to specify the frameworks you want to use. Write a test file with jest and supertest based on this schema : Don’t have schema but input and output ? You can do that Act as a Software Tester who has excellent experience about API testing. You will get an API request and responses. You have to generate test scenarios for it. Tf you have any question please ask. nitps:medium.com/@vincentfereiralmy-cllcton-of20-chat-gptprompts-for-quaiy-assurance-TeaefS6335d5 101720‘916724, 5:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium Write Cypress tests from requirements In my team, we got used to write our acceptance criteria with the gherkin syntax. Thanks to this, it is very easy to transform them into cucumber scenarios. Then we can ask chatGPT to write automation tests based on it. Write a cypress test file based on these cucumber scenarios : "..." You can also ask ChatGPT to create your cucumber files from your requirements. Generate the Cucumber feature file to open the url "..." and [put your user stor erred > Generate Cypress tests from an HTML file I like this one because it demonstrate its power to interpret code.I tried to ask chat GPT to generate automation test from HTML content. It was able to deduce what the content of the HTML might do and wrote a cypress test file based on it. Write a cypress test file based on this html: " Yet again, it doesn’t matter if the tests are right or not. It’s just a quick start for a cypress file based on this page. ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 1120‘916724, 5:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium BONUS : Combine Cucumber scenarios and the HTML and ChatGPT answers will become even more accurate. Prepare datas for tests We always need datas for tests. Here is an example of prompt : Create a table with 5 rows having headers name, last-name,age,gender with random ——EEE > Code reviews You never have time for code reviews ? Let ChatGPT start the review for you. Nake a merge request review of this merge request : “.” But wait, it’s more complicated as it seems. Giving file diffs can be huge portions of text, you can only try with small merge requests. Next, ChatGPT should tell you that it needs more informations to provide a good merge request review, like : * Context of the code changes and what problem they are intended to solve. + The coding standards and guidelines being followed by the project. * The impact of the changes on the overall project and other modules > means the whole project codebase ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 1200‘916724, 5:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium * Any specific concerns or questions you have about the changes > It needs more guidelines about how to conduct a good merge request review. Finally, you should use more direct prompts. For example, use these one to detect performance or security issues for any MR you want it to review : Help me find mistakes in the following code : ... How can I optimize this function to improve its performance? Are there any known vulnerabilities in this code? If so, how can I fix them? ———EEEE Ee > Complete specifications Imagine you noticed a missing specification. You can think by yourself or have a conversation with chat GPT to find the best response. Then send the right proposal to your product owner. Knowing that Object of mail A is “.” Headline of mail A is “.” Object of mail B is “.” What would be the headline of mail B ? Give me many responses. Bug reporting ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 13120That prompt can save you a lot of time. Imagine your teammates/customers reported a bug. As often, the description of the bug is done through a chat and it is sometimes confused. Rather than reporting the bug by yourself, try submitting the content of the conversation to ChatGPT: Create a bug report based on this conversation : “.” Result can be crazy. I already saw ChatGPT turn a confusing chat into a nice bug report with the following elements : Title, description, detailed steps to reproduce, expected results. In summary, it has everything to be integrated to a bug tracking tool. Debugging Now you get a nicely described issue, submit it to chatGPT to help you in debugging it: Can you suggest potential causes and solutions for this issue? Code debugging ChatGPT has also an example of code debugging in its documentation : #v#a# Fix bugs in the below function ### Buggy Python import Random hitps:medium.com/@vincentfereiralmy-callction-of20-chat-gptprompts-for-quaiy-assurance-TeafS6330d5 1420‘916724, 5:55 PM My collection of +30 Chat-GPT Prompts For Quay Assurance [UPDATED] | by Vincent Ferreira | Medium a = random. randint (1,12) b = random. randint (1,12) for 4 in range(10): question = "What is "¥a+" x "be"? " answer = input (question) ‘if answer = axb print (Well done!) else: print("No.") HH Fixed Python I can’t hide my excitement about this incredible tool. As we see, the possibilities are limitless. Even if all the answers are still not perfect, we are at the beginning of something huge and I’m sure that, little by little, our work habits will be changed in a more productive way. Again beware, always considers ChatGPT answers as complements for your own research. Don't let it find everything for you, it can't... not yet... Sources : Attps://betterprogramming.pub/chat-gpt-unit-test-generation-experiment- 1 12: ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 1520vez, 6M My collection of +30 Chal GPT Prompts For Qualty Assurance [UPOATED] by Vincent Frei | Medium Attps://medium.com/@tadasgym95/chat- gpt-a-game-changing-tool-for-quality- assurance-professionals-8977791e0280 Attps://www, browserstack.com/guide/mastering-test-automation-with-chatept Lttps:/Movethepenguin.com/chatgpt-create fake data-for-your-application-and- skip-learning-a-library-to-do-t-772fecd4f651 Aittps://medium.com/@shehan.a, perera/how-to-use-chatept for faster-and-more- officient-software-testing-ddc91d13afd General lists of coding prompts : Attps://www, greataiprompts.com/chat-gpt/best-coding-prompts-for-chat-gpt, https:/chateptconnect.com/chatgpt-prompts-for-coding-software-developer/ Al ChatGPT Software Development —_—Testing QA ® nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeafS6330d5 16120‘916/26, 6:55 PM Written by Vincent Ferreira 600 Followers My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium CIO French creative QA engineer, adept at agile methods. Experienced in test automations. Passioned about last trendy technologies like blockchain and Al More from Vincent Ferreira © Vincent Ferreira My Ultimate GPT Builder Guide: 10 Easy Steps To Create Perfect GPT... Step by step guide to build the best GPTs with instructions 3 WS MS © vincent Ferreira Build Quality Assurance Dashboards : Metrics, Design and... Studying the results, measuring, is part of our job, But what is the purpose of all these. Mar31,2023 @190 @ © Vincent Ferreira From Developer to QA : Benefits of a Career Shift © Vincent Fercira Improving My QA Skills: Those Little Habits That Made a Big. nitps:medium.com/@vincentfereiralmy-callecton-of.20-chat-gptprompts-for-quaiy-assurance-TeaefS6330d5 17120‘916724, 5:55 PM When | started my career as a developer, | never thought | would become a QA engineer. Mar 13,2023 26 @4 is ‘See all from Vincent Ferreira Recommended from Medium oy nL . | WEBDRIVER & sichartnshukta How to Optimize the performance and speed of Selenium test... 3 Telegram Group: https://t.me/+FTf_NPb~ GQ2ODhI # YouTube channel: + Just Wi0 @1 Clow Lists My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium From my first QA position to a leading expert : Daily technniques that helped me climbing... + cct9,2023 w1s2 @2 os © Nexander Nguyen in LevelUp Coding The resume that got a software engineer a $300,000 job at Google. 1-page. Well-formatted. a + Jun W20K @ 372 ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 18120‘916724, 5:55 PM Bard, and Beyond WQstories 454saves ChatGPT prompts 48 stories. 1958 saves My collacton of +30 Chat GPT Prompts For Quality The New Chatbots: ChatGPT, snce [UPDATED] | by Vincant Ferreira | Medium What is ChatGPT? Qstories . 429 saves Generative Al Recommended B Reading Open inapp 7 Medium = sen ® Vishaimysore Selenium Al Automation: Image Processing with Gemit Tools4Al with Selenium can revolutionize UI validation by automating the process of. Apr21 WS a Fwite OQ as I @ Limes in Artciat ntetigence in Plain English Haystack: the new LLM framework that is shaking its competitors Haystack is an open-source framework designed to help build Al applications. Let's + Aug27 w 102 a @ seriamin Automating Test Driven Development with LLMs @ esnad Karimov How to become an Al Developer? Today, we're exploring an exciting topic: the world of artificial intelligence (Al) and how to... ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 19120‘916724, 5:55 PM My collection of +30 Chat-GPT Prompls For Quality Assurance [UPDATED] | by Vincent Ferreira | Medium Awalk through my code that generates and runs a python function and unit tests. + + Jun3 3 it Jul21 @10 oo ‘See more recommendations ‘ntps:Imedium con @vincentferriralmy-coletion-f-20-chatgpt-prompis-for-qualy-sssurance-7eaefB633005, 20720
You might also like
Zero To Production AI Agent Guide
PDF
No ratings yet
Zero To Production AI Agent Guide
30 pages
No Code Agent
PDF
No ratings yet
No Code Agent
15 pages
200 ChatGPT Prompts For Recruitment
PDF
No ratings yet
200 ChatGPT Prompts For Recruitment
25 pages
Viplav - FB Ads Ai Sop
PDF
100% (1)
Viplav - FB Ads Ai Sop
22 pages
ChatGPT Ultimate Prompts Bundle
PDF
No ratings yet
ChatGPT Ultimate Prompts Bundle
41 pages
Chat GPT For Quality Assurance
PDF
100% (1)
Chat GPT For Quality Assurance
14 pages
Conv AI Brochure v2
PDF
100% (1)
Conv AI Brochure v2
7 pages
The Art of ChatGPT Prompting - A Guide To Crafting Clear and Effective Prompts
PDF
100% (2)
The Art of ChatGPT Prompting - A Guide To Crafting Clear and Effective Prompts
10 pages
The Business Owner's Bible To ChatGPT
PDF
100% (1)
The Business Owner's Bible To ChatGPT
953 pages
126 ChatGPT Prompts For Digital Marketing
PDF
83% (6)
126 ChatGPT Prompts For Digital Marketing
32 pages
Prompt Crafting
PDF
100% (2)
Prompt Crafting
60 pages
Chatgpt Developer Cheatsheet
PDF
100% (1)
Chatgpt Developer Cheatsheet
56 pages
Guide To Effective ChatGPT Prompting
PDF
No ratings yet
Guide To Effective ChatGPT Prompting
42 pages
ChatGPT Prompt200+ ChatGPT Prompts To Explore
PDF
75% (4)
ChatGPT Prompt200+ ChatGPT Prompts To Explore
57 pages
ChatGPT Prompts For Project Management PDF
PDF
No ratings yet
ChatGPT Prompts For Project Management PDF
7 pages
ChatGPT For Branding
PDF
No ratings yet
ChatGPT For Branding
12 pages
6 ChatGPT Prompts For PM S 1689780442
PDF
No ratings yet
6 ChatGPT Prompts For PM S 1689780442
9 pages
The Best AI Tools To Power Your Academic Research Euronews PDF
PDF
No ratings yet
The Best AI Tools To Power Your Academic Research Euronews PDF
1 page
10 ChatGPT Prompts For Facebook Advertisers - Shared by WorldLine Technology - 1678076659051
PDF
No ratings yet
10 ChatGPT Prompts For Facebook Advertisers - Shared by WorldLine Technology - 1678076659051
11 pages
GPT-4o API Deep Dive Text Generation Vision and Function Calling
PDF
No ratings yet
GPT-4o API Deep Dive Text Generation Vision and Function Calling
21 pages
More Effective ChatGPT Prompts
PDF
100% (1)
More Effective ChatGPT Prompts
245 pages
Ai Drive - Prompt Library
PDF
No ratings yet
Ai Drive - Prompt Library
4 pages
Surabhi Cleve
PDF
No ratings yet
Surabhi Cleve
12 pages
Instructions For Your Custom GPT
PDF
No ratings yet
Instructions For Your Custom GPT
1 page
Top ChatGPT Plugins
PDF
No ratings yet
Top ChatGPT Plugins
6 pages
Starter Prompt Library
PDF
No ratings yet
Starter Prompt Library
10 pages
The Art of ChatGPT Prompting A Guide To Crafting Clear and Effective Prompts
PDF
No ratings yet
The Art of ChatGPT Prompting A Guide To Crafting Clear and Effective Prompts
20 pages
Copy & Paste These ChatGPT Prompts
PDF
No ratings yet
Copy & Paste These ChatGPT Prompts
2 pages
Learn Digital Marketing
PDF
No ratings yet
Learn Digital Marketing
22 pages
1000 ChatGPT Prompts For Social Media
PDF
No ratings yet
1000 ChatGPT Prompts For Social Media
38 pages
Nataliemoore - Chat GPT For Project and Product Managers
PDF
No ratings yet
Nataliemoore - Chat GPT For Project and Product Managers
3 pages
50+ AI Image Prompts To Create Stunning Visuals - ClickUp
PDF
No ratings yet
50+ AI Image Prompts To Create Stunning Visuals - ClickUp
30 pages
ChatGpt Pormpts To Enhance Software Testing
PDF
No ratings yet
ChatGpt Pormpts To Enhance Software Testing
7 pages
Write Your LinkedIn About Section
PDF
No ratings yet
Write Your LinkedIn About Section
16 pages
Day 3 - Customizing ChatGPT
PDF
No ratings yet
Day 3 - Customizing ChatGPT
44 pages
Day 1 - ChatGPT Architecture Principles
PDF
100% (1)
Day 1 - ChatGPT Architecture Principles
69 pages
01-The AI Content Generator
PDF
No ratings yet
01-The AI Content Generator
2 pages
10 Coding Prompts For Your Portfolio
PDF
No ratings yet
10 Coding Prompts For Your Portfolio
13 pages
10 ChatGPT Prompts For Job INterview
PDF
No ratings yet
10 ChatGPT Prompts For Job INterview
12 pages
6 ChatGPT Prompts For Every Marketer
PDF
No ratings yet
6 ChatGPT Prompts For Every Marketer
8 pages
ChatGPT Prompting 1703119127
PDF
No ratings yet
ChatGPT Prompting 1703119127
19 pages
Cheat Sheet
PDF
No ratings yet
Cheat Sheet
1 page
Lesson 03 Prompt Engineering
PDF
No ratings yet
Lesson 03 Prompt Engineering
63 pages
100 Prompts ChatGPT
PDF
No ratings yet
100 Prompts ChatGPT
9 pages
30 ChatGPT Prompts Template
PDF
No ratings yet
30 ChatGPT Prompts Template
5 pages
ChatGPT Growth Bible
PDF
No ratings yet
ChatGPT Growth Bible
19 pages
ChatGPT Prompts For Product Managers!
PDF
No ratings yet
ChatGPT Prompts For Product Managers!
9 pages
The Coach's Bible To ChatGPT
PDF
100% (1)
The Coach's Bible To ChatGPT
256 pages
500 Premium Prompts For Free
PDF
No ratings yet
500 Premium Prompts For Free
221 pages
ChatGPT Prompt Patterns For Improving Code Quality, - Refactoring, Requirements Elicitation, and Software Design
PDF
No ratings yet
ChatGPT Prompt Patterns For Improving Code Quality, - Refactoring, Requirements Elicitation, and Software Design
14 pages
Build Whatsapp Chatbot With Flask and Open Source LLM - LLAMA3? - by Mayankchugh Jobathk - Medium
PDF
No ratings yet
Build Whatsapp Chatbot With Flask and Open Source LLM - LLAMA3? - by Mayankchugh Jobathk - Medium
23 pages
10 Chatgpt Prompts For Coding
PDF
100% (1)
10 Chatgpt Prompts For Coding
12 pages
Chat GPT
PDF
No ratings yet
Chat GPT
35 pages
Best ChatGPT Prompts For SEO Matt Village 1712108932
PDF
50% (2)
Best ChatGPT Prompts For SEO Matt Village 1712108932
20 pages
Building of Personalised AI Assistant
PDF
100% (1)
Building of Personalised AI Assistant
12 pages
ChatGPT in Exploratory Data Analysis
PDF
No ratings yet
ChatGPT in Exploratory Data Analysis
6 pages
DeepSeek Master AI in 2025 - The Ultimate Guide To Outperform ChatGPT, Boost Productivity Future-Proof Your Skills Automate... (Sanchez, Cesar)
PDF
No ratings yet
DeepSeek Master AI in 2025 - The Ultimate Guide To Outperform ChatGPT, Boost Productivity Future-Proof Your Skills Automate... (Sanchez, Cesar)
50 pages
ChatGPT Book
PDF
No ratings yet
ChatGPT Book
8 pages
Master Prompt Engineering Like Pro
PDF
No ratings yet
Master Prompt Engineering Like Pro
31 pages
2-Ansh Mehra Complete Roadmap For UX
PDF
No ratings yet
2-Ansh Mehra Complete Roadmap For UX
54 pages