- 115
- 174 307
Super SQA
United States
เข้าร่วมเมื่อ 29 ก.ค. 2017
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!
📚 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
not working for me sadly
which method is not working for you? What is happening? Are you getting an error or the browser closing?...
@SuperSQA hi thanks for the reply. I tried using the detach:True and the browser still closes after the script has ended
Thank You very much for this informative & practical grep demonstration. Almost Totally new to LINUX so appreciate this video! 👌
Thank you for the comment. I am very glad you liked the video.
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?
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.
@@SuperSQA ty man!
I know you used workbench but you also can just use the web ui phpmyadmin right?
dang. this could have saved me shitloads of headaches already along time.... thnx!
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.
Thank you, I was struggling to find out how make new file in terminal. Now get it, thanks to you😀
Glad I could help!
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!
Very happy to hear that. I am glad my content is helping. Thank you for the feedback.
Thanks bro! very clear and simple!
Thank you for the feedback. I appreciate it. I am glad you liked the tutorial.
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?
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.
@@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?
Thank You So much
You are welcome.
Very nice thank you
You are very welcome. Thank you for the feedback.
thanks for your help! keep up
Thanks, will do!
finally i solved this problem since most of videos are old version of Chrome , greetings from Palestine !
I am glad it helped. Thanks for the update.
hello, do you know how to configure mariadb in mamp?
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.
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?
`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.
Thank you so much very helpful!
Glad it helped!
Большущее спасибо!!! Пытался поставить прямо на ВМ testlink, то стили не подгружались, то сыпал кучу ошибок по php, зашел на этот туториал - всё встало. Правда пара моментов: 1. Может я не заметил, но надо было прям зайти в бд и высавить root пароль к после создания, а то access denied показывал docker exec -it testlink-code_mysql_testlink_1 mysql -u root -p 2. Способ с изменением end_exec_ts в таблице не помог, а вот второй уже помог. Огроменнейшая благодарность.
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
@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.
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?
@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.
@@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.
Спасибо большое! Для работы понадобился Testlink, очень помогло видео
Google Translate helped :) You are very welcome. I am glad the video helped.
This really helped a lot! Thanks, I ended up going with the Options.
@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 !!! :)
can you help me exercice since i have never been developping and coding
@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.
Well explained
Thank you so much for the feedback @MrIndian321
Thanks alot ❤ well understood
Awesome. I am glad you were able to learn from it. And you are welcome @Drayblaq711
I get the following error, any ideas? "SessionNotCreatedException: Message: session not created: Failed to create Chrome process."
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.
An explain very clear!!! Thank you so much!! You're awesome :)
Your comments means a lot to me. Thank you. I am glad you enjoyed the video.
THX a lot !!!!!! You made my day !!!!! Works like a charm.....
You are very welcome! Happy to hear that.
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
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.
Thank you for this. I am having trouble opening "my settings" inside testlink, want to create users. Please suggest
thank you, been trying that for too long
You are welcome. I am glad it helped.
Thank you 👏👏
You're welcome 😊
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
Glad it was helpful! Thank you. Working on it :)
😫😫The browser running for a few seconds and then stops. What's the solution?
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
🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle 📚 Live training with a mentor: supersqa.com/bootcamp
awesome video! This video helped me to set up Testlink successfully. Thanks go ahead
Awesome I am glad it helped.
Thanks! It helped.
You are welcome. I am glad it helped.
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🥺
Have you looked at the logs? May be if you post the actual exception here I can try to figure out what is wrong.
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. :(
Can I connect SQL without workbench
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.
What does [DEV] mean next to the version number 1.9.20?
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!!!
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
📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle"
📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle"
📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle
Do you answer questions here i am taking your course on udemy it is free so cannot ask questions there
@francoisdekoker239 You can email me questions at admas@supersqa.com
Great instructional video, thank you very much!
You are very welcome. I am glad you liked it.
HOW TO RUN CHROME EXTENSION IN HEADLESS MODE
I did the exact same but I get an error
What is the error you are getting? At what step?
Finally someone that uses a Mac! I am now going to watch this
📚 Live training with a mentor: supersqa.com/bootcamp 🎁 Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle