Search result for Testing and debugging code Online Courses & Certifications
Get Course Alerts by Email
Writing, Running, and Fixing Code in C
by Andrew D. Hilton , Genevieve M. Lipp , Anne Bracy- 4.3
Approx. 20 hours to complete
Building on the course Programming Fundamentals, this course will teach you how to write code by first planning what your program should do—an important approach for novice and professional programmers. You will learn how to compile and run your program, and then how to test and debug it. Testing and debugging...
Xcode Debugging
by Jarrod Parkes- 0.0
Approx. 3 weeks
In this course, you'll learn standard methodologies for debugging software, and how to use Xcode's debugging tools to find and squash bugs. Diagnose and understand run-time problems using Xcode's debugging tools. lesson 3 LLDB and Breakpoint Actions Learn about LLDB (low-level debugger)—the debugging super tool. Practice debugging and fixing issues in an existing application....
Free
Black-box and White-box Testing
by Mike , Kevin Wendt- 0.0
Approx. 26 hours to complete
After completing this course, learners will have an understanding of a variety of black-box and white-box testing techniques. , Eclipse), and be familiar with testing terminology (see Intro to Software Testing course within this specialization). we also expect a familiarity with the Software Development Lifecycle and the context in which the testing stage sits....
Software Debugging
by Andreas Zeller , Gundega Dekena- 0.0
Approx. 2 months
At the end of this course you will have a solid understanding about systematic debugging, will know how to automate debugging and will have built several functional debugging tools in Python. In this course you will learn how to debug programs systematically using scientific methods and build several automated debugging tools in Python....
Free
Defensive Programming and Debugging
by Geert Jan Bex , Mag Selwa , Ingrid Barcena- 0.0
5
Defensive programming: the use of good coding style, documentation strategies and good code testingPreventing bugs: how to use compiler flags and static code checkers to identify bugs in an early stageFinding bugs: debugging concepts and technicsUsing the debugging tools GDB and Valgrind to fix serial programsDebugging parallel code: using Intel Inspector and ITAC...
Free
Software Testing
by John Regehr , Sean Bennett- 0.0
Approx. 1 months
This course will teach you how to think like a software tester, how to find bugs in code earlier, and write better code. Learn how to catch bugs and break software as you discover different testing methods that will help you build better software. lesson 3 Random Testing How to automatically generate test cases that break code in unexpected ways....
Free
Competitive Programmer's Core Skills
by Alexander S. Kulikov , Alexander Logunov , Kirill Simonov , Aliaksei Tolstsikau- 4.6
Approx. 32 hours to complete
We’ll focus on skills essential to competitive programming: inventing solutions and proving their correctness, estimating their running time, testing and debugging programs, how to benefit from structuring code. Introduction and Course Structure Custom Cases and Testing Workflow Integer Types and Overflow Fixed Point Numbers and Errors Where and How to Use Doubles...
Related searches
Python Project for AI & Application Development
by Ramesh Sannareddy , Joseph Santarcangelo- 4.6
Approx. 7 hours to complete
This mini-course is intended to apply foundational Python skills by implementing different techniques to develop applications and AI powered solutions. Assume the role of a developer and unit test and package an application with the help of multiple hands-on labs. Demonstrate unit testing of Python code, and creating a Python package...
C for Everyone: Programming Fundamentals
by Ira Pohl- 4.5
Approx. 15 hours to complete
Algorithms are everywhere, and we all have to understand how they work. Compiling, debugging, and running a program, part 1 Compiling, debugging, and running a program part 2 (File included ➕) Example - Circle code Lexical Elements and Data Types Character sets and tokens Expressions and precedence (File included ➕) Expression and evaluation...
Advanced R Programming
by Roger D. Peng, PhD , Brooke Anderson- 4.3
Approx. 18 hours to complete
This course covers advanced topics in R programming that are necessary for developing powerful, robust, and reusable data science tools. Topics covered include functional programming in R, robust error handling, object oriented programming, profiling and benchmarking, debugging, and proper design of functions. Code Re-factoring code Debugging and Profiling Debugging and Profiling...