In our ‘Software Testing Training with Top 4 Live Projects’ series, we are going to see the third project now.
3. Notepad++
Are you aware of this project? Well, whatever the answer, you would have definitely come across the word ‘Notepad’, if you are a Windows user. Just to understand the name – ‘Notepad++’, you can compare the programming languages C and C++. Yes, the exact difference lies between Notepad and Notepad++. Like C++ has many more advantages over the programming language C, though just a ‘++’ is added in the naming, Notepad++ has also emerged with number of features over Notepad from Microsoft.
Comparison: Notepad Vs Notepad++
Notepad | Notepad++ |
Licensed Software | Free Software with GPL License |
A Microsoft product | Developed by Don Ho |
Will not support Tabs | Supports multiple tabs |
No Split screen option | Split screen option is present |
No Syntax highlighting | Syntax Highlighting for multiple languages |
Regular expression is not supported | Regular expression is supported |
Macro recording is not possible | Macro Recording is supported |
No Plugins available | Plugins Available |
Cannot convert from Upper to Lower or Lower to Upper cases | Case Conversion is possible in a single click |
Notepad is available along with your Windows OS, whereas Notepad++ can be downloaded for free from https://notepad-plus-plus.org/download/v6.7.9.2.html. As we discussed in the previous post, learning testing through Notepad++ testing is easy one. The reasons are same as previously stated. I am just reiterating those here with.
- Users know the exact usage of Notepad++ and it is available for free. Hence, BRS does not play major role here.
- Users know the difference between Notepad and Notepad++. Through these differences, they can understand the functionalities of Notepad++.
- Users can get to know the existing bugs from the official website of Notepad++. Thus, Even a novice can get to know what kind of bugs are raised and how to raise similar bugs. The Bugs and Feature Requests are available here – https://github.com/notepad-plus-plus/notepad-plus-plus/issues
How can we contribute:
It is quite simple. Go to https://notepad-plus-plus.org/. Check for ‘Download’ link. Get the latest Notepad++. Start using it. Find out bugs and Feature Requests. Before raising, check those bugs and feature requests are already present. If they are not present, raise those. Wait for the update from the developers. Enjoy!