Java Software Testing - What Every Developer Must Know
التصنيف الكامل: Development > Software Testing > Software Testing

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Interview Mastery
Skills on what you will need to get any job in any field. Learn these skills and be sure you gave your all to every job interview. Get the job by learning what others want.How to I prepare for my interview?What should I expect?What should I not expect?What is everything I should know and do before interviewing?How should I react to certain questions?What about after the interview then what?No test needed to get your certificate only lessons.Interviewing seems easy enough but you can never be too prepared and you don't always know what your up against. Often against those with connections, networks, interns or volunteers, transfers in the same company. You may be up against those with a better degree and more experience. So master interview skills is a must.Every second of this average of 5 minute to 1 hour screening called a interview drastically effects the odds. If you have made it to the point of interviewing they have already expressed some interest in you, you just need to seal the deal. That is what this course goal is to do. To help you get every job through amazing interview skills.This course includes video, writing and tests to get you to tap into the best version of your self which you will need to present to any interview.

CSS Bootcamp - Master CSS (CSS Grid / CSS Flexbox)
The Complete CSS Course on Udemy!!!"CSS Bootcamp - Master in CSS (Including CSS Grid / Flexbox)".If you want to learn how to create modern, beautiful and real-world websites using just pure CSS, then this is the right course for you.INCLUDED:1. CSS Basics2. Advanced CSS3. Flexbox4. Project 1 - "Grand Hotel" (Based on Flexbox)5. CSS Grid6. Project 2 - "Furniture Website" (Based on CSS Grid)Course consists of several sections. You will start from CSS essentials, in which you will meet some basic topics. Then after finishing basic part, you will move on to advanced CSS, where you will be able to learn advanced things in CSS, such as: backgrounds, transitions, transforms, animations, shadows and much more.Advanced CSS section will be followed by CSS Flexbox part, in which you will learn about how to create layout of your web page using CSS Flexbox. After Flexbox section, we will build our first project - "Grand Hotel". It will be a real-world, modern-looking and beautiful web page about hotel. Layout of this project will be fully created using CSS Flexbox.Next, you will move on to CSS Grid. In which you will learn about this new powerful layout module. And lastly, we will build another big project based on CSS Grid.Each project built throughout the course, will be fully responsive for all screen device.Throughout the course, you will meet detailed explanations about how bootstrap works, also, you will introduce to modern practices and solutions.Get fast and friendly support from instructors 24/7.JOIN US!!!

Unity game development course - make a 3d Runner gaming app
In this course, we will be making an addictive 3D Runner game, that we will monetise with ads. We will cover all the basics of unity software and:Installing UnityOverview of unity softwareOverview of C# scriptingLearn how to code in C#Prefabricated game objectshow to work with prefabsAnimations in UnityAnimation ControllerScore systemPause systemMenu SystemAnimationsCharacter animationsMobile setupGrouping prefabsProcedural level generationRandomized game designMonetizing our gaming appuploading the game to the google play store.So what are you waiting for guys? join now and enable yourself to learn from this awesome course :)

Advanced Python Programming
Welcome to my Advanced course on Python Programming!My name is Matthew Dewey. I am an experienced programmer, having received several accolades on programming in my formal education as well as taught several programming languages to thousands of students. My goal is to provide you, the budding programmer, the the knowledge you need on programming in an easy and fun manner. In this course I do just that and with one of the most useful IDEs coupled with the Java programming language.Python, a wonderfully simple programming language that has encouraged many programmers to pursue careers involving Python over any other language. Of course, it goes without saying that Python is an excellent language, but do you know what is required of you in a programming career?There are many skills in programming that are required in any form of the field, but what I plan to to teach you in this course is exactly what you will find on many job requirements as well as many advanced methods that will no doubt help you in the future.In short, you will learn:Advanced Python MethodsData CollectionData Processing and Storageand BONUS tips and methods!Go no further if you're looking for the course that will take you from a novice to an expert! With my course I can guarantee that the knowledge you learn will help you in your career or further studies on Python programming. I hope you enjoy the course and it helps you on your way into the world of programming!"Programming is a form of art. It is logical creativity!"

Python for Unreal Engine Editor Tools Scripting
Epic games taking huge steps into allowing python for editor scripting, while it was experimental for the UE4.x cycle, it is now a turned ON by default for UE 5.x, and it is massively growing everyday. This opens a huge door for an entire new world of possibilities, starting from automation tools, ending up with full UI tools. In this course we will be going step by step from nothing into the mastery of the Unreal Editor Python scripting in a 4 hours journey.With python editor scripting, you are not only going to create very productive tools, but also will save your time from the slow process of plugins creation and get new opportunities in the game industry that you never though about before. Python is an important language nowadays in the game industry, and using it with Unreal Engine (4 or 5) is a win at all aspects. And that's the main target for that course!Regardless if you're targeting Unreal 4 or Unreal 5, the knowledge in that course is 100% applicable at both of them. The course been recorded with Unreal 4, but it was fully revised again with Unreal 5 and made sure that everything covered is still valid.

Python Unit Testing Fundamentals (using unittest & pytest)
You might be wondering what this course is about? Well, this course is all about Unit Testing with Python and how it can help you become better at the art of programming. In other words, this course will teach you how to use Unit Testing to improve code quality and support future development. Unit tests should provide immediate value in terms of reduced debugging and better design, which is why it’s a skill that should be mastered by all python programmers, regardless of their career path. This course will show you how to write unit tests for your code in Python! The course is designed to be practical with hands-on examples you can use right away.Good unit tests should provide immediate value in terms of reduced debugging and better design, and increase your confidence in the code.A lot of people can learn to write unit tests with this course, regardless of their career path. To help you get started, you get a 30-day money back guarantee on your purchaseYou will learn:Understand the terms: Test Case, Test Suite, Test Runner, Unit Under Test and Test Fixture.Write Unit TestsRunning Unit TestsWriting Test SuiteSkipping and Ignoring Unit TestsSetup and TearDownTest DiscoveryHandling Known ErrorsBest Practices