- 166
- 110 029
TestSoftUSA
United States
เข้าร่วมเมื่อ 19 เม.ย. 2014
Learn Software Testing and get $80 to $150K JOB in USA. QATUTOR. Software Testing. Software Testing Tutorial.
Software Testing is one of good field for IT start up. There are many different type of Software Testing such as:
1) Manual Testing
2) Automation Testing
Automation Testing also two type such as: i) Functional Testing and ii) Performance Testing.
There are may different testing performed after Software Build.
Software Testing has important role in SDLC. After developing a software it might have many different issue which is called defect or bug. To identify defect or bug it is very important to test those software. Here we will discuss about all Software Testing tool and tutorial which will be helpful for all. You will find here all the tutorial such as LoadRunner, UFT, ALM, Selenium, SQL, JMeter, SoapUI etc.
QATUTOR link where you will find more information about software testing.
qatutor.blogspot.com
allqatutorial.blogspot.com
Free Software Testing Tutorial.
Software Testing is one of good field for IT start up. There are many different type of Software Testing such as:
1) Manual Testing
2) Automation Testing
Automation Testing also two type such as: i) Functional Testing and ii) Performance Testing.
There are may different testing performed after Software Build.
Software Testing has important role in SDLC. After developing a software it might have many different issue which is called defect or bug. To identify defect or bug it is very important to test those software. Here we will discuss about all Software Testing tool and tutorial which will be helpful for all. You will find here all the tutorial such as LoadRunner, UFT, ALM, Selenium, SQL, JMeter, SoapUI etc.
QATUTOR link where you will find more information about software testing.
qatutor.blogspot.com
allqatutorial.blogspot.com
Free Software Testing Tutorial.
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
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
Well explained!!
Thanks!
giving error while implementing playwright jar in pom.xml
What is that error?
how we get cerifiate from w3school
you can attend their certificate exam
Thanks sir Nice Class ❤️
Most welcome
can I pass 2 lists to foreach?
Once I click nothing comes outb
what is exact error?
Please create a video for installing LoadRunner for trial.
Excellent. very helpfull.
This video is useless if it doesn't propose or seek alternatives
I read that Selenium IDE may soon be unsupported
I used to use this software many years ago, but then ups and downs in the plugin drove me away from using it
Thank you, I'm in need of a refersher "i've not touched mem-vars since circa 2000. they have changed since MSDOS.
welcome!
How did i create result with different formated file like word,excel,txt etc
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?
You will get it based on experience!
sir can copilot write test cases for microsoft dynamics 365 application ? in testing?
Yes you can do with Github Copilot - try!
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
Excellent video sir! thank you.
You're welcome!
Can copilot create automation scripts for the test cases?
Yes of course - watch below video: th-cam.com/video/cdTbZE42vmc/w-d-xo.html
It is very important how to learn windows batch commands
Yes it is!
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.
thank you
Welcome!
So helpful learning open ai with java
Glad you found it useful!
Thanks for sharing the video ❤
welcome!
excellent sir, thank you sir, do like this video how to use ChatGPT in testing sir
Ok. Thanks
what is the command copy null > Info_project.txt mean and is it even necessary ?
Thanks!
THANKS BIG HELP W
Very nice explanation
Thanks for liking
Please let know how to get a QA test engineer job in usa please
You can upload your resume Dice, Monster etc job portal and recruiter will call you. Also you can directly apply from there.
thank for for a 2024 example
Thanks 😊
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.
Thanks for sharing.
Thanks for watching!
thanks
Welcome!
How to get job with no experience in USA
You need to try for entry level.
@@TestSoftUSA for entry level also asking experience like 2 to 3 yrs
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
Browser and driver version needs to match.
Thank you for overview )
You welcome
❤❤❤
Great, but how do you run the bat file from a cmd line (dos), rather than double clicking on windows file system?
Yes you can do that. From command line navigate to location(where .bat located) then run with file name.
you still have to press enter that way to run the bat file at the command prompt
It's a very nice and helpful video you've made. I've learnt many things from this video. Thanks for sharing 😊😊😊
Thanks!
It's a very nice and very helpful video you've made. I've learnt very useful things from this video. Thanks for sharing 😊😊😊
So nice of you!
You've made a wonderful video of copilot. It's very interesting and very helpful. Thanks for sharing 😊
Glad you liked it!
ধন্যবাদ
Promo sm 🌷
Can you help me brother to get a job?
What skills you have?
@@TestSoftUSA i am working as a software tester with exp of 1.10 years
In my project i do manual testing, end to end along with test case preparation
Well done! precise and short but covered major topic.. looking for more videos soon.
Thanks - will do !
what is scene of automation testing in ur country. How whole process happen
It's starts with Requirement analysis and ended up with execution report.
R u from the United states brother?
Thanks - yes
@@TestSoftUSA keep going bro.. I am a regular viewer of this page
How to reach u brother.. Can u share ur email id
thanks
Connect with Facebook Page
I'm a forever fan!
Plz put load runner analyzer video