Super SQA
Super SQA
  • 115
  • 174 307
Python for Beginners: Practice with For Loops and Dictionary Concepts
🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle
📚 Live Bootcamp with a mentor: supersqa.com/bootcamp
=====================================
🎥 Python Practice Challenges: Loops and More for Beginners! 🐍
Ready to put your Python skills to the test? In this video, we tackle some fun and practical challenges covering concepts up to and including loops. Whether you're just starting out or need a quick refresher, this hands-on practice session will strengthen your foundational Python programming skills. 💻
🔗 Want to dive deeper into Python? Join my full beginner-friendly Python course here:
👉 www.supersqa.com/python-full-course
📚 Looking to master QA Automation? Get my entire course bundle at an unbeatable price!
👉 www.supersqa.com/qa-automation-training-bundle
What you’ll learn in this video:
✔️ Essential Python concepts for beginners
✔️ How to solve common programming challenges
✔️ Tips to write clean and efficient code
💡 Pro Tip: Pause the video, try solving the challenges yourself, and then compare your approach with mine!
If you find this helpful, please like, subscribe, and hit the 🔔 to stay updated with more Python tutorials and QA automation tips!
มุมมอง: 26

วีดีโอ

QA Automation Bootcamp Promo: Comprehensive Curriculum Breakdown
มุมมอง 90หลายเดือนก่อน
🚀 www.supersqa.com/bootcamp #qaqccourse #qaengineering #qaautomation Inside SuperSQA’s QA Automation Bootcamp - What You’ll Learn and Do Get a detailed look inside SuperSQA’s QA Automation Bootcamp! In this video, I walk you through the entire program, highlighting the skills, tools, and projects that make this bootcamp unique. If you’re wondering exactly what to expect and how this bootcamp pr...
QA Automation Bootcamp Promo: Everything You Need to Launch a Tech Career!
มุมมอง 101หลายเดือนก่อน
🚀 www.supersqa.com/bootcamp #qaqccourse #qaengineering #qaautomation 🌟 Join My QA Automation Bootcamp! 🌟 Hi, I’m Admas Kinfu, a Senior Software Engineer in Test, and I created this bootcamp to help you kickstart your career in QA automation. With over 11 years of hands-on experience, I’ve designed this program to give you the skills, confidence, and real-world knowledge you need to succeed in t...
QA Automation Bootcamp Intro: Why Choose SuperSQA for Your QA Automation Training?
มุมมอง 2.9Kหลายเดือนก่อน
🚀 www.supersqa.com/bootcamp #qaqccourse #qaengineering #qaautomation Why Choose SuperSQA for Your QA Automation Training? If you're considering a career in QA automation, you've probably wondered: why choose SuperSQA when there are so many options out there? In this video, I'll break down the unique benefits of my bootcamp and explain how my hands-on, personalized approach can set you up for su...
Selenium Python Tips: How to Handle StaleElementReferenceException in Selenium Python (Solution)
มุมมอง 62หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle (Includes Python, Selenium, API Testing, SQL, Docker, ... Courses) Struggling with the StaleElementReferenceException in Selenium Python? This quick guide shows you exactly how to handle this common, intermittent issue effect...
Python Course: If-Else Conditional Statements (How To Use If Else in Python)
มุมมอง 50หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox 🚀 QA Automation Training Bundle: www.supersqa.com/qa-automation-training-bundle In this Python tutorial, we’ll dive into the fundamentals of if-else statements-a core part of any programming language! Learn how to use conditional statements in Python to control the flow of your code, making it more efficient and adap...
Git Crash Course - Part 14: Git Stash (Stashing Code For Later)
มุมมอง 21หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox In this video, we’ll explore the git stash command, a powerful feature in Git that allows you to temporarily save changes that aren’t ready to be committed. This is useful when you need to switch branches or work on something else but don’t want to lose your current progress. I’ll show you how to stash your changes, ...
Git Crash Course - Part 13: Create A Local Git Branch And Push To Remote
มุมมอง 642 หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox In this video, we’ll cover how to create a local Git branch and push it to a remote repository. Branching is a key concept in Git that allows you to work on different features or fixes independently without affecting the main codebase. I’ll walk you through the steps of creating a new branch locally and pushing it to...
Git Crash Course - Part 12: Update, Commit, Push, Merge (Project 2 - Part 2)
มุมมอง 182 หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox In Part 2 of Project 2, we continue practicing the core Git commands-updating, committing, pushing, and merging-giving you even more hands-on experience with managing code changes in a real-world project setting. You’ll learn: * How to update your local repository to reflect the latest changes * Steps to commit your ...
Git Crash Course - Part 11: End To End Flow, Update, Commit, Push, Merge (Project 2 - Part 1)
มุมมอง 302 หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox In this video, we’re starting Project 2, where we’ll explore another end-to-end Git workflow, focusing on updating, committing, pushing, and merging code. You’ll get a fresh perspective on how to handle these core Git processes as we work through a new project. You’ll learn: * How to update your project and sync with...
Git Crash Course - Part 10: End To End Flow - Update, Commit, Push, Merge (Project 1 - pt 4)
มุมมอง 142 หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox In this video, we’ll complete the end-to-end Git workflow in Project 1. This is Part 4 of Project 1, where we bring together everything we've learned so far-updating code, committing changes, pushing them to the remote repository, and finally merging those changes back into the main branch. You’ll see: * How to updat...
Git Crash Course - Part 9: Git Push, Pull Request, Merge (Project 1 - pt 3)
มุมมอง 482 หลายเดือนก่อน
🎁 FREE "Engineering Toolbox Full Course": www.supersqa.com/engineering-toolbox In this video, we’ll dive into three critical concepts in Git: git push, Pull Requests (PRs), and merging code. This is Part 3 of Project 1, where we continue building on our hands-on Git project. I’ll walk you through how to push your changes to a remote repository, create a Pull Request, and successfully merge your...
Git Crash Course - Part 8: Git Commands - Git Status, Git Diff, Git Commit (Project 1 - pt 2)
มุมมอง 892 หลายเดือนก่อน
Git Crash Course - Part 8: Git Commands - Git Status, Git Diff, Git Commit (Project 1 - pt 2)
Git Crash Course - Part 7: Create Project, Git Clone, Create Branch (Project 1 - pt 1)
มุมมอง 1102 หลายเดือนก่อน
Git Crash Course - Part 7: Create Project, Git Clone, Create Branch (Project 1 - pt 1)
Git Crash Course - Part 6: Git Password, How To Create And Use Git Personal Access Token
มุมมอง 352 หลายเดือนก่อน
Git Crash Course - Part 6: Git Password, How To Create And Use Git Personal Access Token
Git Crash Course - Part 5: Git Setup on Windows: Install and Configure Git Easily
มุมมอง 453 หลายเดือนก่อน
Git Crash Course - Part 5: Git Setup on Windows: Install and Configure Git Easily
Git Crash Course - Part 4: Git Setup on Mac: Install and Configure Git Easily
มุมมอง 603 หลายเดือนก่อน
Git Crash Course - Part 4: Git Setup on Mac: Install and Configure Git Easily
Git Crash Course - Part 3: Git vs GitHub: What’s the Difference? (Plus GitLab & Bitbucket Explained)
มุมมอง 653 หลายเดือนก่อน
Git Crash Course - Part 3: Git vs GitHub: What’s the Difference? (Plus GitLab & Bitbucket Explained)
Git Crash Course - Part 2: Git Cheat Sheet: Quick Reference Guide for Beginners
มุมมอง 983 หลายเดือนก่อน
Git Crash Course - Part 2: Git Cheat Sheet: Quick Reference Guide for Beginners
Git Crash Course - Part 1: Introduction to Git for Beginners | Git Course Overview
มุมมอง 2153 หลายเดือนก่อน
Git Crash Course - Part 1: Introduction to Git for Beginners | Git Course Overview
Must Know Commands In Linux/Mac - 'grep' Searching Files For A String (What Is The 'grep' command?)
มุมมอง 583 หลายเดือนก่อน
Must Know Commands In Linux/Mac - 'grep' Searching Files For A String (What Is The 'grep' command?)
Command Line Course - Part 9: Reading Files, 'tail' and 'tail -f' Commands
มุมมอง 264 หลายเดือนก่อน
Command Line Course - Part 9: Reading Files, 'tail' and 'tail -f' Commands
Command Line Course - Part 8: Move File And Directory, "mv" & "move" commands
มุมมอง 764 หลายเดือนก่อน
Command Line Course - Part 8: Move File And Directory, "mv" & "move" commands
Command Line Course - Part 7: Copy File And Directory, "cp" & "copy" commands
มุมมอง 1194 หลายเดือนก่อน
Command Line Course - Part 7: Copy File And Directory, "cp" & "copy" commands
Command Line Course - Part 6: Create A File - 'touch'' Command
มุมมอง 994 หลายเดือนก่อน
Command Line Course - Part 6: Create A File - 'touch'' Command
Command Line Course - Part 5: 'mkdir' Command - Create Directory
มุมมอง 2164 หลายเดือนก่อน
Command Line Course - Part 5: 'mkdir' Command - Create Directory
Command Line Course - Part 4: 'cd' Command - Change Directory
มุมมอง 1534 หลายเดือนก่อน
Command Line Course - Part 4: 'cd' Command - Change Directory
Command Line Course - Part 3: Navigation Commands - pwd | ls | dir | cd
มุมมอง 724 หลายเดือนก่อน
Command Line Course - Part 3: Navigation Commands - pwd | ls | dir | cd
Command Line Course - Part 2: Different Types Of Terminals: iTerm, CMD, PowerShell,...
มุมมอง 644 หลายเดือนก่อน
Command Line Course - Part 2: Different Types Of Terminals: iTerm, CMD, PowerShell,...
Command Line Course - Part 1: Course Introduction
มุมมอง 2344 หลายเดือนก่อน
Command Line Course - Part 1: Course Introduction

ความคิดเห็น

  • @edoardoremondini7729
    @edoardoremondini7729 8 วันที่ผ่านมา

    not working for me sadly

    • @SuperSQA
      @SuperSQA 8 วันที่ผ่านมา

      which method is not working for you? What is happening? Are you getting an error or the browser closing?...

    • @edoardoremondini7729
      @edoardoremondini7729 7 วันที่ผ่านมา

      @SuperSQA hi thanks for the reply. I tried using the detach:True and the browser still closes after the script has ended

  • @dougalvis
    @dougalvis 24 วันที่ผ่านมา

    Thank You very much for this informative & practical grep demonstration. Almost Totally new to LINUX so appreciate this video! 👌

    • @SuperSQA
      @SuperSQA 24 วันที่ผ่านมา

      Thank you for the comment. I am very glad you liked the video.

  • @Andres-h2o
    @Andres-h2o หลายเดือนก่อน

    Yo add a test suite to Github Actions, i have to use this headless mode right? how can I know the chome version in order to know if i have to use the =new option?

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      You would need to know what chrome version the image you are running your tests in has. You can ad some logging to figure that out. Or you can just use the 'new' option and if it works you dont have to know the virsion, you just use it since it will support latest browsers too. That is what I would do.

    • @Andres-h2o
      @Andres-h2o หลายเดือนก่อน

      @@SuperSQA ty man!

  • @dailysuccessmachine
    @dailysuccessmachine หลายเดือนก่อน

    I know you used workbench but you also can just use the web ui phpmyadmin right?

  • @ulfgj
    @ulfgj หลายเดือนก่อน

    dang. this could have saved me shitloads of headaches already along time.... thnx!

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      O ya this saves me so much time. Better late then never so I am glad you've found it now. Happy coding!! Thanks for the feedback.

  • @abhishekpainuli3957
    @abhishekpainuli3957 หลายเดือนก่อน

    Thank you, I was struggling to find out how make new file in terminal. Now get it, thanks to you😀

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      Glad I could help!

  • @iamafanofmanythings3973
    @iamafanofmanythings3973 หลายเดือนก่อน

    your videos are so helpful, this is exactly the stuff im working on in my course. Seeing it visualized is the extra help i needed. Thank you!

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      Very happy to hear that. I am glad my content is helping. Thank you for the feedback.

  • @PouyanAsgharian
    @PouyanAsgharian หลายเดือนก่อน

    Thanks bro! very clear and simple!

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      Thank you for the feedback. I appreciate it. I am glad you liked the tutorial.

  • @OsinduWimala
    @OsinduWimala หลายเดือนก่อน

    Thank you for this, really appreciate. could you suggest, how can I connect a persistent database except for this docker containerize database. If I install MySQL locally and restore a DB backup from the containerize database would it be work? how can I connect?

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      Yes you can connect to any MySQL or MariaDB. You just need to connection information. The host, post, user and password. Then in the installation process when it ask for database info you provide these info and it will connect to the provided database. I hope that helps.

    • @OsinduWimala
      @OsinduWimala หลายเดือนก่อน

      @@SuperSQA Don't we need to perform any changes in docker compose or build and run script or testlink_create_tables.sql file or any other configurations?

  • @edusmarttelugu3804
    @edusmarttelugu3804 หลายเดือนก่อน

    Thank You So much

    • @SuperSQA
      @SuperSQA หลายเดือนก่อน

      You are welcome.

  • @AllAboutPurple
    @AllAboutPurple 2 หลายเดือนก่อน

    Very nice thank you

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      You are very welcome. Thank you for the feedback.

  • @hugobreda
    @hugobreda 2 หลายเดือนก่อน

    thanks for your help! keep up

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      Thanks, will do!

  • @alaamansour6088
    @alaamansour6088 2 หลายเดือนก่อน

    finally i solved this problem since most of videos are old version of Chrome , greetings from Palestine !

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      I am glad it helped. Thanks for the update.

  • @AdianRodriguez
    @AdianRodriguez 2 หลายเดือนก่อน

    hello, do you know how to configure mariadb in mamp?

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      Hi @AdianRodriguez, MAMP does not come with MariaDB only MySQL. If you like to use MariaDB you can install XAMPP instead of MAMP. XAMPP works almost the same way but it uses MariaDB. I hope that helps.

  • @tanvirkaurrajpal6050
    @tanvirkaurrajpal6050 2 หลายเดือนก่อน

    I used git pull. Followed all the instructions. On command prompt, it is showing that the folder is added, but the new folder is not showing in my local or on my github. Can you tell me what to do?

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      `git pull` is used once you already have a git repository cloned (created) on local and to pull changes from the remote to the local. If you are trying to create the local repo from the remote repo for the first time you need to do `git clone`. That will create a clone of the remote repository on your local driver. I think you missed parts of the video. If you re-watch the video from start what I just explained will be clear. Thanks.

  • @dealplusstore945
    @dealplusstore945 2 หลายเดือนก่อน

    Thank you so much very helpful!

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      Glad it helped!

  • @VulpesRokanten
    @VulpesRokanten 2 หลายเดือนก่อน

    Большущее спасибо!!! Пытался поставить прямо на ВМ testlink, то стили не подгружались, то сыпал кучу ошибок по php, зашел на этот туториал - всё встало. Правда пара моментов: 1. Может я не заметил, но надо было прям зайти в бд и высавить root пароль к после создания, а то access denied показывал docker exec -it testlink-code_mysql_testlink_1 mysql -u root -p 2. Способ с изменением end_exec_ts в таблице не помог, а вот второй уже помог. Огроменнейшая благодарность.

  • @sykoz371
    @sykoz371 2 หลายเดือนก่อน

    Hey, How do I remove that "Chrome for Testing v123.0..... is only for automated testing. For regular......." bar when the browser is opened? I used chrome_options.add_experimental_option("excludeSwitches", ["enable-automation"]) chrome_options.add_experimental_option('useAutomationExtension', False) and the "Chrome is being controlled by automated test software" infobar was removed, but the other one, I just didnt find any way to remove it

    • @SuperSQA
      @SuperSQA 2 หลายเดือนก่อน

      @sykoz371 I researched this and I am not able to find any way remove it. I do not think it is possible to do so. Unless you want to use some work around by using Javascript and hide the element. I dont think that would make much sense tho.

  • @utkarshkatiyar123
    @utkarshkatiyar123 3 หลายเดือนก่อน

    If my script is designed to run mutiple times, will the data that I scrape be from the same opened window or every time there will be a new window opened which does not close?

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      @utkarshkatiyar123 that will depend on how your script is written. A new browser will open everytime `webdriver.Chrome()` (or whatever browser) line is hit. So if the script is running multiple times then multiple browsers will open.

    • @utkarshkatiyar123
      @utkarshkatiyar123 3 หลายเดือนก่อน

      @@SuperSQA thanks for the insight. I was wondering if there was a way to work in the current window only? I don't want to keep opening a new window as it will save me the page load time.

  • @ceebot4700
    @ceebot4700 3 หลายเดือนก่อน

    Спасибо большое! Для работы понадобился Testlink, очень помогло видео

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      Google Translate helped :) You are very welcome. I am glad the video helped.

  • @studystudystudy
    @studystudystudy 3 หลายเดือนก่อน

    This really helped a lot! Thanks, I ended up going with the Options.

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      @studystudystudy I am glad it helped. Using the Options is a good option one reason being so you don't have to remember to take out the breakpoint. Thanks for the feedback. Keep on studying !!! :)

  • @zinebibarkii6853
    @zinebibarkii6853 3 หลายเดือนก่อน

    can you help me exercice since i have never been developping and coding

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      @zinebibarkii6853 that exactly why I created my courses. To give people opportunity to exercises. Please checkout the courses and see if they are the right fit for you. Plenty of exercises in the course.

  • @MrIndian321
    @MrIndian321 3 หลายเดือนก่อน

    Well explained

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      Thank you so much for the feedback @MrIndian321

  • @Drayblaq711
    @Drayblaq711 3 หลายเดือนก่อน

    Thanks alot ❤ well understood

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      Awesome. I am glad you were able to learn from it. And you are welcome @Drayblaq711

  • @danbrendel6762
    @danbrendel6762 3 หลายเดือนก่อน

    I get the following error, any ideas? "SessionNotCreatedException: Message: session not created: Failed to create Chrome process."

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      That is a very generic error. Usually from version incompatibility. Since new version of Chrome was just released yesterday I think maybe Selenium did not download the correct version of chromedriver. Try to manually download chromedriver that match your Chrome version and if that wokrked then we know the issue.

  • @cynthiarodriguez4850
    @cynthiarodriguez4850 3 หลายเดือนก่อน

    An explain very clear!!! Thank you so much!! You're awesome :)

    • @SuperSQA
      @SuperSQA 3 หลายเดือนก่อน

      Your comments means a lot to me. Thank you. I am glad you enjoyed the video.

  • @andreasmotzkus6181
    @andreasmotzkus6181 4 หลายเดือนก่อน

    THX a lot !!!!!! You made my day !!!!! Works like a charm.....

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      You are very welcome! Happy to hear that.

  • @marouaellouze2787
    @marouaellouze2787 4 หลายเดือนก่อน

    Thks it's so helpful, but I got this failure when trying to continue installation via GUI - Checking if /var/www/html/gui/templates_c directory is writable (by user used to run webserver process) FAILED - Checking if /var/testlink/logs/ directory is writable (by user used to run webserver process) FAILED

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      That issue is also covered in the video. You have to make the folders writeable by the user. Please re-watch the first few minutes of the video to solve the issue.

  • @jeetcool5541
    @jeetcool5541 4 หลายเดือนก่อน

    Thank you for this. I am having trouble opening "my settings" inside testlink, want to create users. Please suggest

  • @anonym_user_nksnskdnkdnksndkn
    @anonym_user_nksnskdnkdnksndkn 4 หลายเดือนก่อน

    thank you, been trying that for too long

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      You are welcome. I am glad it helped.

  • @nouhlaib6735
    @nouhlaib6735 4 หลายเดือนก่อน

    Thank you 👏👏

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      You're welcome 😊

  • @ABo-vf2oi
    @ABo-vf2oi 4 หลายเดือนก่อน

    super. I liked the way you explained it with real examples. i didn't know how to use SQL in testing, now I have some ideas. Waiting for more tutorial videos and best of luck

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      Glad it was helpful! Thank you. Working on it :)

  • @nouhlaib6735
    @nouhlaib6735 4 หลายเดือนก่อน

    😫😫The browser running for a few seconds and then stops. What's the solution?

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      Do you have more code and it is failing before it even runs any of it or it is closing at the end? If it is closing at the end then you can just put a breakpoint. I created this video specifically to handle case when it closes at the end. I hope you find this helpful: th-cam.com/video/oBw0rVkZows/w-d-xo.html

  • @SuperSQA
    @SuperSQA 5 หลายเดือนก่อน

    🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle 📚 Live training with a mentor: supersqa.com/bootcamp

  • @chiragprajapati9316
    @chiragprajapati9316 5 หลายเดือนก่อน

    awesome video! This video helped me to set up Testlink successfully. Thanks go ahead

    • @SuperSQA
      @SuperSQA 5 หลายเดือนก่อน

      Awesome I am glad it helped.

  • @Minakshi-u9q
    @Minakshi-u9q 5 หลายเดือนก่อน

    Thanks! It helped.

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      You are welcome. I am glad it helped.

  • @mathanbabu7863
    @mathanbabu7863 5 หลายเดือนก่อน

    Hii! Please make a video for the integration with bugzilla 😢. My problem is when I tried to add the existing bug with testlink, it throw an connection error😑. Please help me🥺

    • @SuperSQA
      @SuperSQA 4 หลายเดือนก่อน

      Have you looked at the logs? May be if you post the actual exception here I can try to figure out what is wrong.

  • @crissatrapi3933
    @crissatrapi3933 5 หลายเดือนก่อน

    I don't understand why I don't have the Requirement Specification menu at the left, I tried adding something on the config file, I searched on the internet but I still don'"'t have it. :(

  • @yasarshaikh913
    @yasarshaikh913 5 หลายเดือนก่อน

    Can I connect SQL without workbench

    • @SuperSQA
      @SuperSQA 5 หลายเดือนก่อน

      Yes MySQL WorkBench is just one of the available clients. It is the most popular one. But you can search for 'mysql client' and use whatever you like.

  • @nadimtohme8525
    @nadimtohme8525 5 หลายเดือนก่อน

    What does [DEV] mean next to the version number 1.9.20?

  • @paulawilliams4443
    @paulawilliams4443 5 หลายเดือนก่อน

    Hi Admas! I am one of Jennis students (RoadtoQA) I am trying to complete the project and download MAMP. I have a Lenovo chromebook, and when I tried running the file it says that it's not compatible with my device. Is there another way to download this? I chatgpt the instructions but didn't get far. Thank you so much!!!

    • @SuperSQA
      @SuperSQA 5 หลายเดือนก่อน

      I am assuming the downloaded version is not the correct version that matches your version of operating system. My suggestion is to start from scratch and download again paying more attention to the version. Feel free to send me an email with screenshots if you have other questions admas@supersqa.com

  • @SuperSQA
    @SuperSQA 5 หลายเดือนก่อน

    📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle"

  • @SuperSQA
    @SuperSQA 5 หลายเดือนก่อน

    📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle"

  • @SuperSQA
    @SuperSQA 5 หลายเดือนก่อน

    📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle

  • @PastorFran8
    @PastorFran8 6 หลายเดือนก่อน

    Do you answer questions here i am taking your course on udemy it is free so cannot ask questions there

    • @SuperSQA
      @SuperSQA 5 หลายเดือนก่อน

      @francoisdekoker239 You can email me questions at admas@supersqa.com

  • @philbarnett6045
    @philbarnett6045 6 หลายเดือนก่อน

    Great instructional video, thank you very much!

    • @SuperSQA
      @SuperSQA 6 หลายเดือนก่อน

      You are very welcome. I am glad you liked it.

  • @sscaspirant7784
    @sscaspirant7784 6 หลายเดือนก่อน

    HOW TO RUN CHROME EXTENSION IN HEADLESS MODE

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 6 หลายเดือนก่อน

    I did the exact same but I get an error

    • @SuperSQA
      @SuperSQA 6 หลายเดือนก่อน

      What is the error you are getting? At what step?

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 6 หลายเดือนก่อน

    Finally someone that uses a Mac! I am now going to watch this

  • @SuperSQA
    @SuperSQA 6 หลายเดือนก่อน

    📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle