Skip to content

Commit 461d9cd

Browse files
authored
V3 (#527)
* refactor: v3 Signed-off-by: Neha Gupta <gneha21@yahoo.in> * refactor: v3 Signed-off-by: Neha Gupta <gneha21@yahoo.in> * fix: broken images Signed-off-by: Neha Gupta <gneha21@yahoo.in> --------- Signed-off-by: Neha Gupta <gneha21@yahoo.in>
1 parent 414ffe9 commit 461d9cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

versioned_docs/version-3.0.0/concepts/reference/glossary/unit-test-automation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,32 +114,32 @@ Get started by downloading the tool from the [VS Code Marketplace](https://marke
114114
### pytest (Python)
115115

116116
pytest is a feature-rich and easy-to-use testing framework for Python. It supports the creation of simple unit tests as well as complex functional testing scenarios. pytest’s concise syntax and powerful features make it a preferred choice for Python developers.
117-
![pytest](../../../../../../../temp/docs/static/img/glossary/pytest.png)
117+
![pytest](../../../../../static/img/glossary/pytest.png)
118118

119119
### NUnit (.NET):
120120

121121
NUnit is a unit testing framework for .NET applications. It is widely used for testing C# and F# code. NUnit supports parameterized tests, assertions, and various attributes to customize test behavior.
122-
![nunit](../../../../../../../temp/docs/static/img/glossary/nunit.png)
122+
![nunit](../../../../../static/img/glossary/nunit.png)
123123

124124
### RSpec (Ruby):
125125

126126
RSpec is a behavior-driven development (BDD) framework for Ruby. It focuses on readability and expressiveness, allowing developers to write tests that resemble natural language. RSpec supports descriptive syntax for writing specifications and expectations.
127-
![spec](../../../../../../../temp/docs/static/img/glossary/rspec.png)
127+
![spec](../../../../../static/img/glossary/rspec.png)
128128

129129
### Mocha (JavaScript/Node.js):
130130

131131
Mocha is a versatile testing framework for JavaScript and Node.js applications. It supports both asynchronous and synchronous testing and provides a flexible and extensible structure. Mocha is often used in conjunction with assertion libraries like Chai.
132-
![mocha](../../../../../../../temp/docs/static/img/glossary/mocha.png)
132+
![mocha](../../../../../static/img/glossary/mocha.png)
133133

134134
### JUnit 5 (Java):
135135

136136
JUnit 5 is the next generation of the JUnit framework, introducing new features and improvements over JUnit 4. It supports parameterized tests, test interfaces, and extensions, providing a more modern and flexible testing experience.
137-
![junit](../../../../../../../temp/docs/static/img/glossary/junit.png)
137+
![junit](../../../../../static/img/glossary/junit.png)
138138

139139
### TestNG (Java):
140140

141141
TestNG is another testing framework for Java, designed to cover a broader range of testing categories, including unit, functional, and integration testing. It supports parallel execution, data-driven testing, and easy configuration through annotations.
142-
![testng](../../../../../../../temp/docs/static/img/glossary/testng.png)
142+
![testng](../../../../../static/img/glossary/testng.png)
143143

144144
## Conclusion
145145

0 commit comments

Comments
 (0)