TestSoftUSA
TestSoftUSA
  • 166
  • 110 029
Python Programming Global Variable | Software Testing
Python Programming Global Variable | Software Testing
Global variable is very important in Python Programming. A global variable in Python is often declared as the top of the program. In other words, variables that are declared outside of a function are known as global variables. You can access global variables in Python both inside and outside the function.
If you watch this video you will get clear idea about Global Variable. Following is example for Global Variable:
x = "Perfect" #Global Variable
def gVariable():
print("Example of Global Variable is : ", x)
gVariable ()
00:00 Intro
00:11 what is python global variable
01:02 Global Variable example tutorial
07:55 Outro
#python
#variable
#globalvariable
#pythonvariable
#pythontutorial
#softwaretesting
#programming
#testsoftusa
#freetutorial
Python Programming Global Variable | Software Testing
มุมมอง: 10

วีดีโอ

Python Tutorial for beginners - functions | Software Testing
มุมมอง 189 ชั่วโมงที่ผ่านมา
Python Tutorial for beginners - functions | Software Testing A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. A function can return data as a result. Function example: def my_fun(): print("Hello Python fun!!!") my_fun() In this video demonstrated how to write a function and call that function to execute block of code. Hope...
Python Programming Variable tutorial | Software Testing
มุมมอง 34วันที่ผ่านมา
Python Programming Variable tutorial | Software Testing In Python programming variable is one of important part. In this video demonstrated what is variable, how to declare a variable and utilize that variable. Also rules and regulation for Python variable declaration. Hope this will be helpful for beginners. 00:00 Intro 00:11 Python Variable definition 00:44 Variable example tutorial 14:29 Out...
How to record software automation test using Playwright Codegen?
มุมมอง 267วันที่ผ่านมา
How to record software automation test using Playwright Codegen? Playwright is one of most popular Software Automation Testing tool which is support record test. Using Codegen you you record automation test. This video demonstrated how to record automation test using Codegen. #playwright #codegeneration #codegen #softwaretesting How to record software automation test using Playwright Codegen?
How to install Apache Maven | Software Testing
มุมมอง 1914 วันที่ผ่านมา
How to install Apache Maven | Software Testing Maven is a popular open-source build automation and project management tool that helps developers build, publish, and deploy projects. I will show you how to install Apache Maven on your computer. Apache Maven is a powerful build and dependency management tool for Java projects. It automates the process of building, testing, and deploying your Java...
Python Tutorial for beginners - comments | Software Testing
มุมมอง 4821 วันที่ผ่านมา
Python Tutorial for beginners - comments | Software Testing Python is one of most popular programming language. Comments are very important feature of Python Programming. In Python, comments are lines of code that are not executed by the interpreter. They are used to explain the code and make it easier to understand. Hope you will get clear idea about Comments in this video. #python #comments #...
Python 1st Tutorial | Software Testing
มุมมอง 1728 วันที่ผ่านมา
Python 1st Tutorial | Software Testing Python is one of most popular programming language. It is written similar like English language so easy to learn. With Python you can do Software Development, Software Testing, Data analysis and many more. As Python first tutorial it just demonstrated introduction of Python. Those who are new in Python Programming this will be very helpful for them. 00:00 ...
How to install Playwright with Java in Eclipse | Software Testing
มุมมอง 141หลายเดือนก่อน
How to install Playwright with Java in Eclipse | Software Testing Hi everyone, and welcome to this tutorial on how to install Playwright with Java in Eclipse. "Playwright is a powerful open-source library for web testing automation. It supports multiple languages, including Java. In this video, we'll walk through the steps of installing Playwright and setting up your Eclipse project to use it. ...
How to install Playwright on Windows | Software Testing
มุมมอง 84หลายเดือนก่อน
How to install Playwright on Windows | Software Testing Playwright is one of most popular Software Automation testing tool. Playwright is developed by Microsoft. In this video, you will learn how to install Playwright on your Windows machine. Playwright is a powerful and modern test automation library that allows you to write cross-browser web tests in JavaScript, TypeScript, Python, and more. ...
How to create batch file for running Selenium TestNG class?
มุมมอง 59หลายเดือนก่อน
How to create batch file for running Selenium TestNG class? Windows batch file used for many different purpose like task automation. Batch file can be used for running Selenium TestNG class. In this video explained as below: - Set up Selenium TestNG Class - Create windows batch file - Execute batch file for running Selenium TestNG class 00:00 Intro video 00:26 Video topics 01:05 TestNG Class de...
How to run Selenium TestNG class from command line?
มุมมอง 46หลายเดือนก่อน
How to run Selenium TestNG class from command line? Learn how to automate your Selenium WebDriver tests using TestNG and execute them directly from your command line! In this tutorial, you'll discover: - How to create testng.xml file - How to create ‘lib’ folder and add TestNG and Selenium JAR - How to find ‘lib’ and bin folder path Above all are needed for Selenium-TestNG class run from comman...
Selenium TestNG Tutorial : Creating Your First Test Case
มุมมอง 108หลายเดือนก่อน
Selenium TestNG Tutorial : Creating Your First Test Case Welcome to TestSoftUSA! In this video, we’ll walk you through the process of creating your very first test case using Selenium and TestNG. If you’re a beginner looking to start your journey in automation testing, this tutorial is perfect for you! What You'll Learn: - Install TestNG in Eclipse IDE - Create Project, Package and TestNG class...
How to export Selenium IDE test to Python Pytest script
มุมมอง 1052 หลายเดือนก่อน
How to export Selenium IDE test to Python Pytest script Selenium IDE has record and playback capability. Learn how to seamlessly export your Selenium IDE test cases to Python and integrate them into a Pytest framework! This step-by-step tutorial covers: • Record test using Selenium IDE • Run recorded test to verify it is working as expected • Exporting tests from Selenium IDE as Python Pytest s...
How to export Selenium IDE test to java JUnit script?
มุมมอง 822 หลายเดือนก่อน
How to export Selenium IDE test to java JUnit script? Learn how to seamlessly export your Selenium IDE tests to Selenium Java JUnit scripts! In order to export Selenium IDE tests to Selenium Java JUnit scripts first you need to record your script and run to verify recorded script is working as expected. Thereafter you need to export as Java JUnit script which will be save as .java file. You can...
How to Install Selenium IDE in Microsoft Edge?
มุมมอง 702 หลายเดือนก่อน
How to Install Selenium IDE in Microsoft Edge?
Introduction of Software Performance Testing Tool LoadRunner
มุมมอง 422 หลายเดือนก่อน
Introduction of Software Performance Testing Tool LoadRunner
Batch File Hacks to Automate Tasks in 2024!
มุมมอง 692 หลายเดือนก่อน
Batch File Hacks to Automate Tasks in 2024!
BOOST Your Software's SPEED with typeperf's Performance Monitor!
มุมมอง 302 หลายเดือนก่อน
BOOST Your Software's SPEED with typeperf's Performance Monitor!
How to execute Basic Batch File Commands Echo, Pause, and Exit?
มุมมอง 602 หลายเดือนก่อน
How to execute Basic Batch File Commands Echo, Pause, and Exit?
Write IF ELSE Statements in Java like a PRO with ChatGPT!
มุมมอง 393 หลายเดือนก่อน
Write IF ELSE Statements in Java like a PRO with ChatGPT!
The Hidden Power of Java If Else Statements for beginners
มุมมอง 263 หลายเดือนก่อน
The Hidden Power of Java If Else Statements for beginners
How to download and install PyCharm on Windows?
มุมมอง 583 หลายเดือนก่อน
How to download and install PyCharm on Windows?
How to increase font size in PyCharm IDE?
มุมมอง 823 หลายเดือนก่อน
How to increase font size in PyCharm IDE?
How to write Test Case using ChatGPT for Software Testing?
มุมมอง 8244 หลายเดือนก่อน
How to write Test Case using ChatGPT for Software Testing?
How to write Software Testing Test Case using Gemini?
มุมมอง 3325 หลายเดือนก่อน
How to write Software Testing Test Case using Gemini?
How to run Selenium test using Firefox Profile?
มุมมอง 2577 หลายเดือนก่อน
How to run Selenium test using Firefox Profile?
How to Verify page title in Selenium WebDriver using Assertions
มุมมอง 2107 หลายเดือนก่อน
How to Verify page title in Selenium WebDriver using Assertions
How to Install Python in Eclipse | TestSoftUSA
มุมมอง 2698 หลายเดือนก่อน
How to Install Python in Eclipse | TestSoftUSA
How to install Python in Windows | TestSoftUSA
มุมมอง 428 หลายเดือนก่อน
How to install Python in Windows | TestSoftUSA
How to Create Batch file using Copilot
มุมมอง 1418 หลายเดือนก่อน
How to Create Batch file using Copilot

ความคิดเห็น

  • @rashmigupta-zg3cr
    @rashmigupta-zg3cr 2 วันที่ผ่านมา

    Well explained!!

  • @jauwadali1859
    @jauwadali1859 6 วันที่ผ่านมา

    giving error while implementing playwright jar in pom.xml

    • @TestSoftUSA
      @TestSoftUSA 3 วันที่ผ่านมา

      What is that error?

  • @exampractice-c5u
    @exampractice-c5u 12 วันที่ผ่านมา

    how we get cerifiate from w3school

    • @TestSoftUSA
      @TestSoftUSA 3 วันที่ผ่านมา

      you can attend their certificate exam

  • @shansmarson
    @shansmarson 13 วันที่ผ่านมา

    Thanks sir Nice Class ❤️

    • @TestSoftUSA
      @TestSoftUSA 13 วันที่ผ่านมา

      Most welcome

  • @aanyaaryancoolgamers2013
    @aanyaaryancoolgamers2013 21 วันที่ผ่านมา

    can I pass 2 lists to foreach?

  • @ponychowdhury870
    @ponychowdhury870 21 วันที่ผ่านมา

    Once I click nothing comes outb

    • @TestSoftUSA
      @TestSoftUSA 3 วันที่ผ่านมา

      what is exact error?

  • @er.wazidali5185
    @er.wazidali5185 27 วันที่ผ่านมา

    Please create a video for installing LoadRunner for trial.

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

    Excellent. very helpfull.

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

    This video is useless if it doesn't propose or seek alternatives

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

    I read that Selenium IDE may soon be unsupported

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

    I used to use this software many years ago, but then ups and downs in the plugin drove me away from using it

  • @administrator-moi
    @administrator-moi หลายเดือนก่อน

    Thank you, I'm in need of a refersher "i've not touched mem-vars since circa 2000. they have changed since MSDOS.

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

      welcome!

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

    How did i create result with different formated file like word,excel,txt etc

  • @krissz91-privat
    @krissz91-privat 2 หลายเดือนก่อน

    Hello! I'm Hungarian, I'm looking at the state of Colorado - the city of Denver to maybe start there as a software tester, with 1-3 years of experience, what are my chances of getting a job in America?

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

      You will get it based on experience!

  • @Andhra_Abbai-ap
    @Andhra_Abbai-ap 2 หลายเดือนก่อน

    sir can copilot write test cases for microsoft dynamics 365 application ? in testing?

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

      Yes you can do with Github Copilot - try!

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

    Using batch file start with parameter attached from command prompt: COL.BAT 2E 1B 3A @echo off title COL.BAT color %1 pause color %2 pause color %3 pause

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

    Excellent video sir! thank you.

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

      You're welcome!

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

    Can copilot create automation scripts for the test cases?

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

      Yes of course - watch below video: th-cam.com/video/cdTbZE42vmc/w-d-xo.html

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

    It is very important how to learn windows batch commands

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

      Yes it is!

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

      I like to create new external DOS commands with batch files using batch files as open source container for a routine to build a new external command with the routine and some parameter attached to modify the routine. But it is not made to start from the Windows prompt. It need to start from MS DOS or inside the DosBox emulation with download/unzip Debug command.

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

    thank you

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

      Welcome!

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

    So helpful learning open ai with java

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

      Glad you found it useful!

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

    Thanks for sharing the video ❤

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

      welcome!

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

    excellent sir, thank you sir, do like this video how to use ChatGPT in testing sir

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

      Ok. Thanks

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

    what is the command copy null > Info_project.txt mean and is it even necessary ?

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

    Thanks!

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

    THANKS BIG HELP W

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

    Very nice explanation

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

      Thanks for liking

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

    Please let know how to get a QA test engineer job in usa please

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

      You can upload your resume Dice, Monster etc job portal and recruiter will call you. Also you can directly apply from there.

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

    thank for for a 2024 example

  • @PrakashKumar-xi4ot
    @PrakashKumar-xi4ot 6 หลายเดือนก่อน

    Thanks 😊

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

    Thank you very much for the explanation, I have a question. What happens is that when I add a value of 3000, I get the following message: Max retry limit exceeded. To override it, specify a new limit in the value input field.

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

    Thanks for sharing.

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

      Thanks for watching!

  • @ТимурТурожанов
    @ТимурТурожанов 7 หลายเดือนก่อน

    thanks

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

      Welcome!

  • @sharmilasrinivasan-fw6zz
    @sharmilasrinivasan-fw6zz 7 หลายเดือนก่อน

    How to get job with no experience in USA

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

      You need to try for entry level.

    • @sharmilasrinivasan-fw6zz
      @sharmilasrinivasan-fw6zz 7 หลายเดือนก่อน

      @@TestSoftUSA for entry level also asking experience like 2 to 3 yrs

  • @Keith-zu2vh
    @Keith-zu2vh 8 หลายเดือนก่อน

    I am getting an error SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 125 Current browser version is 124.0.6367.208 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe

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

      Browser and driver version needs to match.

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

    Thank you for overview )

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

      You welcome

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

    ❤❤❤

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

    Great, but how do you run the bat file from a cmd line (dos), rather than double clicking on windows file system?

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

      Yes you can do that. From command line navigate to location(where .bat located) then run with file name.

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

      you still have to press enter that way to run the bat file at the command prompt

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

    It's a very nice and helpful video you've made. I've learnt many things from this video. Thanks for sharing 😊😊😊

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

      Thanks!

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

    It's a very nice and very helpful video you've made. I've learnt very useful things from this video. Thanks for sharing 😊😊😊

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

      So nice of you!

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

    You've made a wonderful video of copilot. It's very interesting and very helpful. Thanks for sharing 😊

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

      Glad you liked it!

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

    ধন্যবাদ

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

    Promo sm 🌷

  • @ABDURRAHMAN-rl8mh
    @ABDURRAHMAN-rl8mh 10 หลายเดือนก่อน

    Can you help me brother to get a job?

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

      What skills you have?

    • @ABDURRAHMAN-rl8mh
      @ABDURRAHMAN-rl8mh 10 หลายเดือนก่อน

      @@TestSoftUSA i am working as a software tester with exp of 1.10 years

    • @ABDURRAHMAN-rl8mh
      @ABDURRAHMAN-rl8mh 10 หลายเดือนก่อน

      In my project i do manual testing, end to end along with test case preparation

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

    Well done! precise and short but covered major topic.. looking for more videos soon.

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

      Thanks - will do !

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

    what is scene of automation testing in ur country. How whole process happen

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

      It's starts with Requirement analysis and ended up with execution report.

  • @ABDURRAHMAN-rl8mh
    @ABDURRAHMAN-rl8mh 11 หลายเดือนก่อน

    R u from the United states brother?

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

      Thanks - yes

    • @ABDURRAHMAN-rl8mh
      @ABDURRAHMAN-rl8mh 11 หลายเดือนก่อน

      @@TestSoftUSA keep going bro.. I am a regular viewer of this page

    • @ABDURRAHMAN-rl8mh
      @ABDURRAHMAN-rl8mh 11 หลายเดือนก่อน

      How to reach u brother.. Can u share ur email id

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

      thanks

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

      Connect with Facebook Page

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

    I'm a forever fan!

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

    Plz put load runner analyzer video