TechGlobal
TechGlobal
  • 21
  • 1 183
Software Development Life Cycle (SDLC)
The Software Development Life Cycle (SDLC) is a process used for developing software applications, whether they're mobile or web-based. It begins with an idea and follows several stages:
Planning: The scope, plan, and timeline are determined.
Requirement Gathering: Requirements are collected and analyzed from stakeholders and users.
Design: Architectural design and system blueprints are created.
Development: Developers code the application and perform initial testing.
Testing: Testers ensure the application works as expected and find any bugs.
Deployment: The application is released to users.
Maintenance: The application is updated and maintained post-deployment.
This cycle ensures that applications meet user needs and are of high quality.
zhlédnutí: 30

Video

Roadmap to Become an SDET
zhlédnutí 33Před 21 hodinou
In this video, I'll guide you through the essential steps to becoming a successful Software Development Engineer in Test (SDET). We'll cover everything from the basics of software testing to mastering the most in-demand programming languages and automation tools.
Why SDETs are Essential for Quality Software
zhlédnutí 34Před 14 dny
In today’s video, we’ll explore who an SDET is and their critical roles in the software development process. SDETs are professionals skilled in both coding and testing, and this dual role ensures that software is reliable and error-free. Companies like Google, Amazon, and many startups highly value SDETs for their ability to integrate development and testing processes. Watch to learn about the ...
Speed, Accuracy, and Cost Savings: The Case for Test Automation
zhlédnutí 23Před 21 dnem
In this video, we explore why software test automation is preferred over manual testing. Discover how automation tools can execute thousands of tests in minutes, ensuring accuracy and saving costs in the long run. Learn why investing in automation is crucial for maintaining high-quality software in complex projects.
Manual Testing vs Automation Testing
zhlédnutí 61Před měsícem
Manual or automated, software testing plays a crucial role in the quality, reliability, and security of software applications. Identifying and fixing defects early in the development phase helps mitigate risks, reduce costs, and enhance the overall user experience. Watch our video to learn why tech companies hire software testing specialists and why this field offers great career opportunities ...
Why Software Testing is Essential in Software Development
zhlédnutí 53Před měsícem
In this video, I explain what software testing is and why it is essential in the software development field. We'll explore: What software is and its significance in our daily lives. Examples of software we use every day, like operating systems (Windows, macOS, iOS, Android) and apps (Facebook, Instagram). The role of software engineers in developing software and why the initial code base often ...
JavaScript Array Methods map filter reduce
zhlédnutí 76Před 3 měsíci
In JavaScript, map, filter, and reduce are higher-order array methods that allow you to manipulate arrays in a functional and declarative way. map: The map method creates a new array by applying a function to each element in the original array. It iterates through each item in the array, applies the provided function to each item, and returns a new array with the results. This method is useful ...
JIRA-Zephyr Beginner Tutorial 07 - How to Create Test Case Folder add Test Cases
zhlédnutí 72Před 3 měsíci
JIRA-Zephyr Beginner Tutorial 07 - How to Create Test Case Folder add Test Cases
JIRA-Zephyr Beginner Tutorial 09 - How to Execute Test Cycle
zhlédnutí 36Před 3 měsíci
JIRA-Zephyr Beginner Tutorial 09 - How to Execute Test Cycle
JIRA-Zephyr Beginner Tutorial 08 - How to Create Test Cycle and Add Test Cases
zhlédnutí 53Před 3 měsíci
JIRA-Zephyr Beginner Tutorial 08 - How to Create Test Cycle and Add Test Cases
JIRA-Zephyr Beginner Tutorial 06 - How to Create a Test Folder and Test Cycle
zhlédnutí 94Před 3 měsíci
JIRA-Zephyr Beginner Tutorial 06 - How to Create a Test Folder and Test Cycle
JIRA Beginner Tutorial 05 - How to Create a Bug
zhlédnutí 48Před 3 měsíci
JIRA Beginner Tutorial 05 - How to Create a Bug
JIRA Beginner Tutorial 04 - How to Create a Subtask
zhlédnutí 29Před 3 měsíci
JIRA Beginner Tutorial 04 - How to Create a Subtask
JIRA Beginner Tutorial 03 - How to Create a User Story
zhlédnutí 35Před 3 měsíci
JIRA Beginner Tutorial 03 - How to Create a User Story
JIRA Beginner Tutorial 02 - How to Create an EPIC
zhlédnutí 25Před 3 měsíci
JIRA Beginner Tutorial 02 - How to Create an EPIC
JIRA Beginner Tutorial 01 - How to Create a Project
zhlédnutí 62Před 3 měsíci
JIRA Beginner Tutorial 01 - How to Create a Project
How to install Visual Studio Code | Windows
zhlédnutí 52Před 4 měsíci
How to install Visual Studio Code | Windows
How to install Visual Studio Code | MAC
zhlédnutí 128Před 4 měsíci
How to install Visual Studio Code | MAC
How to install Node.js | Windows
zhlédnutí 162Před 4 měsíci
How to install Node.js | Windows
How to install Node.js | MAC
zhlédnutí 38Před 4 měsíci
How to install Node.js | MAC
Learn more about Software Engineer in Test with TechGlobal
zhlédnutí 80Před rokem
Learn more about Software Engineer in Test with TechGlobal

Komentáře

  • @akinkaya8022
    @akinkaya8022 Před 2 dny

    Well explained ✅

  • @doctorkracko
    @doctorkracko Před 3 měsíci

    Very good video, everything was well explained. Maybe you can add timestamps in the description when you go over each of the methods.