parent
858f131222
commit
8921081bf7
6 changed files with 4 additions and 31 deletions
@ -1,7 +1,3 @@ |
||||
# Object Lifecycle |
||||
|
||||
The object lifecycle refers to the series of stages an object goes through from its creation (allocation of memory) to its destruction (reclaiming of memory). These stages typically include object creation, initialization, usage, and eventual garbage collection when the object is no longer needed. Understanding this lifecycle is crucial for efficient memory management and preventing resource leaks. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Object Life Cycle in Java](https://www.tpointtech.com/object-life-cycle-in-java) |
||||
The object lifecycle refers to the series of stages an object goes through from its creation (allocation of memory) to its destruction (reclaiming of memory). These stages typically include object creation, initialization, usage, and eventual garbage collection when the object is no longer needed. Understanding this lifecycle is crucial for efficient memory management and preventing resource leaks. |
@ -1,9 +1,3 @@ |
||||
# Regression Testing |
||||
|
||||
Regression Testing is a type of software testing to confirm that a recent program or code change has not adversely affected existing features. Regression testing is a black box testing technique. Test cases are re-executed to check the previous functionality of the application is working fine and that the new changes have not produced any bugs. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Regression Testing](https://www.tpointtech.com/regression-testing) |
||||
- [@article@What is Regression Testing with Test Cases](https://www.guru99.com/regression-testing.html) |
||||
- [@feed@Explore top posts about Testing](https://app.daily.dev/tags/testing?ref=roadmapsh) |
||||
Regression Testing is a type of software testing to confirm that a recent program or code change has not adversely affected existing features. Regression testing is a black box testing technique. Test cases are re-executed to check the previous functionality of the application is working fine and that the new changes have not produced any bugs. |
Loading…
Reference in new issue