TorBT - Torrents and Magnet Links Search Engine
CBTNuggets - Certified Associate Tester with Python (PCAT) Online Training (4.2025)
- Date: 2026-03-16
- Size: 3.8 GB
- Files: 176
File Name
Size
1. Introduction to Software Testing/1. What is Software Testing.mp4
25 MB
1. Introduction to Software Testing/2. The Four Traits of Effective Testing.mp4
28 MB
1. Introduction to Software Testing/3. Errors vs. Defects vs. Bugs vs. Failures.mp4
19 MB
1. Introduction to Software Testing/4. Challenge & Solution Plain-Text Tests.mp4
16 MB
1. Introduction to Software Testing/5. Solution.mp4
18 MB
10. xUnit Architecture and the Unittest Module/1. Introduction to xUnit Architecture.mp4
22 MB
10. xUnit Architecture and the Unittest Module/2. xUnit Test Cases.mp4
17 MB
10. xUnit Architecture and the Unittest Module/3. Running xUnit Tests and Making Better Assertions.mp4
38 MB
10. xUnit Architecture and the Unittest Module/4. xUnit Test Suites and Runners.mp4
34 MB
10. xUnit Architecture and the Unittest Module/5. Challenge.mp4
7.1 MB
10. xUnit Architecture and the Unittest Module/6. Solution.mp4
22 MB
11. A Tour Of Unittest Assertions/1. The Main Assertion Types.mp4
8.9 MB
11. A Tour Of Unittest Assertions/2. Basic Assertions.mp4
32 MB
11. A Tour Of Unittest Assertions/3. Container Assertions.mp4
35 MB
11. A Tour Of Unittest Assertions/4. Exception Assertions.mp4
26 MB
11. A Tour Of Unittest Assertions/5. Challenge.mp4
7.1 MB
11. A Tour Of Unittest Assertions/6. Solution.mp4
22 MB
12. Working with Test Fixtures in unittest/1. The Importance of Test Fixtures.mp4
21 MB
12. Working with Test Fixtures in unittest/2. The setUp and tearDown Methods.mp4
27 MB
12. Working with Test Fixtures in unittest/3. Using Fixtures for File Operations.mp4
41 MB
12. Working with Test Fixtures in unittest/4. Challenge.mp4
17 MB
12. Working with Test Fixtures in unittest/5. Solution.mp4
20 MB
13. Parameterized Testing Guide/1. What is Parameterized Testing.mp4
31 MB
13. Parameterized Testing Guide/2. Manual Parameterization.mp4
44 MB
13. Parameterized Testing Guide/3. Using the Parameterized Library.mp4
40 MB
13. Parameterized Testing Guide/4. Challenge.mp4
8.7 MB
13. Parameterized Testing Guide/5. Solution.mp4
24 MB
14. Advanced Test Parameterization/1. lParameterization in PyTest.mp4
37 MB
14. Advanced Test Parameterization/2. Parameterizing Test Fixtures.mp4
37 MB
14. Advanced Test Parameterization/3. Cross-Parameterization.mp4
24 MB
14. Advanced Test Parameterization/4. Challenge.mp4
5.2 MB
14. Advanced Test Parameterization/5. Solution.mp4
28 MB
15. Basics of Test Doubles/1. The 5 Main Types of Test Doubles.mp4
23 MB
15. Basics of Test Doubles/2. Using Dummies in Tests.mp4
15 MB
15. Basics of Test Doubles/3. Using Stubs in Tests.mp4
37 MB
15. Basics of Test Doubles/4. Using Spies in Tests.mp4
34 MB
15. Basics of Test Doubles/5. Challenge.mp4
4.9 MB
15. Basics of Test Doubles/6. Solution.mp4
18 MB
16. Test Doubles In-Depth/1. Using Mocks in Tests.mp4
34 MB
16. Test Doubles In-Depth/2. Using Fakes in Tests.mp4
41 MB
16. Test Doubles In-Depth/3. Mock Assertions.mp4
27 MB
16. Test Doubles In-Depth/4. Challenge.mp4
6.5 MB
16. Test Doubles In-Depth/5. Solution.mp4
16 MB
17. Advanced Mocking Techniques/1. Using patch for Mock Dependencies.mp4
28 MB
17. Advanced Mocking Techniques/2. Mocking Classes vs. Functions vs. Modules vs. Objects.mp4
45 MB
17. Advanced Mocking Techniques/3. Mocking Builtins, Files, and Time.mp4
36 MB
17. Advanced Mocking Techniques/4. Challenge.mp4
2.9 MB
17. Advanced Mocking Techniques/5. Solution.mp4
7.8 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/1. Introduction to F.I.R.S.T. Principles.mp4
13 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/2. Making Tests Fast.mp4
24 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/3. Making Tests IsolatedIndependent.mp4
21 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/4. Making Tests Repeatable.mp4
20 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/5. Making Tests Self-Validating.mp4
14 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/6. Making Tests Timely.mp4
14 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/7. Challenge.mp4
4.0 MB
18. Writing Unit Tests with F.I.R.S.T. Principles/8. Solution.mp4
16 MB
19. Strategies for Testing Python Methods/1. The Different Method Types.mp4
34 MB
19. Strategies for Testing Python Methods/2. Testing Instance Methods.mp4
27 MB
19. Strategies for Testing Python Methods/3. Testing Class Methods.mp4
29 MB
19. Strategies for Testing Python Methods/4. Testing Static Methods.mp4
20 MB
19. Strategies for Testing Python Methods/5. Challenge.mp4
7.9 MB
19. Strategies for Testing Python Methods/6. Solution.mp4
20 MB
2. Understand the Different Levels of Testing/1. Introduction.mp4
26 MB
2. Understand the Different Levels of Testing/2. Unit Testing.mp4
27 MB
2. Understand the Different Levels of Testing/3. Integration Testing.mp4
27 MB
2. Understand the Different Levels of Testing/4. System Testing and End-to-End Testing.mp4
26 MB
2. Understand the Different Levels of Testing/5. Challenge.mp4
4.4 MB
2. Understand the Different Levels of Testing/6. Solution.mp4
12 MB
20. Monkeypatching in Pytest/1. The Basics of Monkeypatching.mp4
9.7 MB
20. Monkeypatching in Pytest/2. Patching Functions and Methods.mp4
36 MB
20. Monkeypatching in Pytest/3. Patching Attributes.mp4
15 MB
20. Monkeypatching in Pytest/4. Patching Environment Variables.mp4
20 MB
20. Monkeypatching in Pytest/5. Patching User Input.mp4
22 MB
20. Monkeypatching in Pytest/6. Challenge.mp4
3.5 MB
20. Monkeypatching in Pytest/7. Solution.mp4
21 MB
21. Basics of Test-Driven Development (TDD)/1. What is Test-Driven Development.mp4
24 MB
21. Basics of Test-Driven Development (TDD)/2. The Red-Green-Refactor Cycle.mp4
23 MB
21. Basics of Test-Driven Development (TDD)/3. A Detailed Walkthrough.mp4
38 MB
21. Basics of Test-Driven Development (TDD)/4. Challenge.mp4
6.7 MB
21. Basics of Test-Driven Development (TDD)/5. Solution.mp4
24 MB
22. Basics of Behavior-Driven Development (BDD)/1. What is Behavior-Driven Development.mp4
28 MB
22. Basics of Behavior-Driven Development (BDD)/2. Gherkin Syntax.mp4
15 MB
22. Basics of Behavior-Driven Development (BDD)/3. Creating .feature Files.mp4
20 MB
22. Basics of Behavior-Driven Development (BDD)/4. Writing and Linking Tests.mp4
43 MB
22. Basics of Behavior-Driven Development (BDD)/5. Challenge.mp4
7.5 MB
22. Basics of Behavior-Driven Development (BDD)/6. Solution.mp4
22 MB
23. Intermediate Behavior-Driven Development Concepts/1. Using Parameterized Steps.mp4
49 MB
23. Intermediate Behavior-Driven Development Concepts/2. Using Scenario Outlines.mp4
38 MB
23. Intermediate Behavior-Driven Development Concepts/3. Providing Background in BDD.mp4
24 MB
23. Intermediate Behavior-Driven Development Concepts/4. Using And and But in Steps.mp4
18 MB
23. Intermediate Behavior-Driven Development Concepts/5. Challenge.mp4
7.5 MB
23. Intermediate Behavior-Driven Development Concepts/6. Solution.mp4
17 MB
24. Advanced Behavior-Driven Development/1. User Stories in BDD.mp4
35 MB
24. Advanced Behavior-Driven Development/2. The Behave Library as an Alternative to Pytest.mp4
24 MB
24. Advanced Behavior-Driven Development/3. Writing, Running, and Troubleshooting Behave Tests.mp4
38 MB
24. Advanced Behavior-Driven Development/4. Challenge.mp4
18 MB
24. Advanced Behavior-Driven Development/5. Solution.mp4
19 MB
25. Python Testing Best Practices/1. Five Signs You're Not Following Best Practices.mp4
20 MB
25. Python Testing Best Practices/2. Best Practices for File Structure.mp4
28 MB
25. Python Testing Best Practices/3. Best Practices for Naming Files & Tests.mp4
17 MB
25. Python Testing Best Practices/4. Unit Tests as Documentation.mp4
22 MB
25. Python Testing Best Practices/5. Challenge.mp4
13 MB
25. Python Testing Best Practices/6. Solution.mp4
22 MB
26. Basics of Property-Based Testing/1. What is Property-Based Testing.mp4
34 MB
26. Basics of Property-Based Testing/2. The Hypothesis Library.mp4
33 MB
26. Basics of Property-Based Testing/3. Working with Different Hypothesis Strategies.mp4
32 MB
26. Basics of Property-Based Testing/4. Challenge.mp4
4.0 MB
26. Basics of Property-Based Testing/5. Solution.mp4
17 MB
27. Basics of Testing Interfaces/1. What is Interface Testing.mp4
19 MB
27. Basics of Testing Interfaces/2. Basic Interface Info and Controls.mp4
33 MB
27. Basics of Testing Interfaces/3. Recording More Complicated Actions.mp4
29 MB
27. Basics of Testing Interfaces/4. Challenge.mp4
11 MB
27. Basics of Testing Interfaces/5. Solution.mp4
32 MB
28. Advanced Interface Testing Concepts/1. Finding and Interacting with Elements Dynamically.mp4
34 MB
28. Advanced Interface Testing Concepts/2. Integrating Interface Testing with PyTest.mp4
48 MB
28. Advanced Interface Testing Concepts/3. Testing and Using Hotkeys.mp4
26 MB
28. Advanced Interface Testing Concepts/4. Challenge.mp4
9.7 MB
28. Advanced Interface Testing Concepts/5. Solution.mp4
53 MB
29. Testing Web Interfaces/1. What is Web Interface Testing.mp4
26 MB
29. Testing Web Interfaces/2. Getting Selenium Set Up.mp4
14 MB
29. Testing Web Interfaces/3. Finding and Interacting with Elements.mp4
34 MB
29. Testing Web Interfaces/4. Making Assertions About Webpages.mp4
26 MB
29. Testing Web Interfaces/5. Challenge.mp4
5.6 MB
29. Testing Web Interfaces/6. Solution.mp4
16 MB
3. The Seven Principles of Software Testing/1. The Seven Principles.mp4
12 MB
3. The Seven Principles of Software Testing/2. Testing Shows the Presence of Defects.mp4
11 MB
3. The Seven Principles of Software Testing/3. Exhaustive Testing is Impossible.mp4
16 MB
3. The Seven Principles of Software Testing/4. Early Testing.mp4
16 MB
3. The Seven Principles of Software Testing/5. Defect Clustering.mp4
10 MB
3. The Seven Principles of Software Testing/6. The Pesticide Paradox.mp4
7.6 MB
3. The Seven Principles of Software Testing/7. The Absence-of-Errors Fallacy.mp4
6.1 MB
3. The Seven Principles of Software Testing/8. Challenge & Solution.mp4
9.9 MB
30. Advanced Web Interface Testing/1. How to Wait For Things.mp4
37 MB
30. Advanced Web Interface Testing/2. Clicking On Elements.mp4
46 MB
30. Advanced Web Interface Testing/3. A Brief Review of CSS Selectors.mp4
34 MB
30. Advanced Web Interface Testing/4. Challenge.mp4
5.1 MB
30. Advanced Web Interface Testing/5. Solution.mp4
21 MB
31. Python Code Refactoring Principles/1. Why is Refactoring So Important.mp4
22 MB
31. Python Code Refactoring Principles/2. Five Signs You Need to Refactor.mp4
17 MB
31. Python Code Refactoring Principles/3. Refactoring Duplicated Code.mp4
16 MB
31. Python Code Refactoring Principles/4. Refactoring Long Functions, Large Classes, and Deep Nesting.mp4
24 MB
31. Python Code Refactoring Principles/5. Refactoring Tightly Coupled Modules.mp4
17 MB
31. Python Code Refactoring Principles/6. Challenge.mp4
5.2 MB
31. Python Code Refactoring Principles/7. Solution.mp4
26 MB
4. Basics of the PyTest Library/1. Getting Started with PyTest.mp4
28 MB
4. Basics of the PyTest Library/2. PyTest Assertions vs. Unittest Assertions.mp4
37 MB
4. Basics of the PyTest Library/3. PyTest Fixtures.mp4
28 MB
4. Basics of the PyTest Library/4. Challenge.mp4
7.3 MB
4. Basics of the PyTest Library/5. Solution.mp4
9.8 MB
5. Unittest Assertions In-Depth/1. The Importance of Custom Assertions.mp4
20 MB
5. Unittest Assertions In-Depth/2. Creating Custom Assertions.mp4
34 MB
5. Unittest Assertions In-Depth/3. Numeric Assertions.mp4
31 MB
5. Unittest Assertions In-Depth/4. Asserting Types.mp4
17 MB
5. Unittest Assertions In-Depth/5. Challenge.mp4
3.8 MB
5. Unittest Assertions In-Depth/6. Solution.mp4
16 MB
6. Python Class Decorators for Testing/1. Basics of Class Decorators.mp4
22 MB
6. Python Class Decorators for Testing/2. Class Decorator Use Cases.mp4
38 MB
6. Python Class Decorators for Testing/3. Using Class Decorators in Tests.mp4
31 MB
6. Python Class Decorators for Testing/4. Challenge.mp4
16 MB
6. Python Class Decorators for Testing/5. Solution.mp4
20 MB
7. Basics of Assertions/1. What Are Assertions.mp4
21 MB
7. Basics of Assertions/2. Basic Assertion Syntax.mp4
32 MB
7. Basics of Assertions/3. Different Types of Assertions.mp4
37 MB
7. Basics of Assertions/4. Challenge.mp4
8.6 MB
7. Basics of Assertions/5. Solution.mp4
18 MB
8. Python Context Managers for Testing/1. Basics of Context Managers.mp4
22 MB
8. Python Context Managers for Testing/2. Creating Custom Context Managers The Decorator Way.mp4
23 MB
8. Python Context Managers for Testing/3. Creating Custom Context Managers The Class Way.mp4
23 MB
8. Python Context Managers for Testing/4. Using Context Managers for Testing.mp4
22 MB
8. Python Context Managers for Testing/5. Challenge.mp4
5.2 MB
8. Python Context Managers for Testing/6. Solution.mp4
18 MB
9. Python Function Decorators for Testing/1. Basics of First-Class Functions.mp4
32 MB
9. Python Function Decorators for Testing/2. Creating Custom Decorators.mp4
26 MB
9. Python Function Decorators for Testing/3. Unittest's Testing Decorators.mp4
36 MB
9. Python Function Decorators for Testing/4. Challenge.mp4
10 MB
9. Python Function Decorators for Testing/5. Solution.mp4
20 MB