Here I discuss what fuzz testing is, and how LibreOffice developers use it incrementally to maintain LibreOffice code
Author Archive
LibreOfficeKit for document conversion
In the previous blog post, I provided a brief introduction to LibreOfficeKit API which one can use for accessing LibreOffice
LibreOfficeKit API in action
If you want to use LibreOffice functionality in your applications, LibreOfficeKit API is one of the good ways to do that.
Porting Java tests to C++
In this blog post, I discuss porting Java tests from Java to C++. We have many Java tests, and porting
Crash fixes, part 4: assertion failure
In the previous parts of the blog posts series on fixing software crashes, I have written about some crash
Crash fixes part 3 – Testing crashes
Test improvement – More and better tests for LibreOffice
One of the areas that can help LibreOffice, but may not directly be visible to the
Writer tables converted to plain text – difficultyInteresting EasyHack
If you copy contents from LibreOffice Writer to a plain text editor like gedit or Notepad,
Make Impress master slides copyable – difficulty interesting EasyHack
When working with LibreOffice Impress, “Slide Master” is the place where you can change the templates
gbuild for Java tests – LibreOffice build system part 3
In this blog post, I discuss gbuild for Java tests. The goal is to write