
TestGorilla
HackerRank
iMocha
mettl
Codility
Mettl Online Exams Software
HireVue
TestDome
Google Test
Shields.io
Stack Overflow
LLDB
CMake
Microsoft Visual Studio
Vcpkg
Meson
We’ve been using TestGorilla as part of our hiring process to screen applicants before bringing them into interviews, and it’s proven quite useful. The idea is simple but helpful: instead of spending hours reviewing resumes, you give candidates a relevant test right away. Seeing how people perform on real job-related tasks gives us a much clearer picture early on.
The test library is broad, covering everything from coding challenges and software proficiency to logical thinking and communication skills. Setting up and sending tests doesn’t take long, and the results are laid out in a clear way that makes comparison between applicants straightforward.
Where it falls a bit short is in the depth of some tests — a few feel like they’re too surface-level to really separate top performers from average ones. Creating your own custom assessments is possible, but the interface for doing that could use refinement. Also, once you scale up hiring, costs add up — especially if every team needs access.
Overall, TestGorilla adds real value to the recruiting process by helping weed out unfit candidates early and giving objective data on skills — which is why I give it 4 out of 5 stars.
Based on our record, Google Test seems to be a lot more popular than TestGorilla. While we know about 23 links to Google Test, we've tracked only 1 mention of TestGorilla. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
What I had in mind was using either SHL-style aptitude tests, or third party assessments like testgorilla.com rather than a take-home exercise that I'd be moderating. I also remembered doing an online knowledge test of various web technologies when I used to be a web-dev - which could be useful for assessing Unity/C# knowledge. Source: almost 4 years ago
> it always makes me wonder how developers these days reason about what the code is actually going to compile to and perform like What will it compile to? Check out Compiler explorer [0]. What will it perform like? Use benchmarks [1] [2]. If it's not tested, it's not Engineered. For tests, I strongly prefer GTest [3], for a fairly consistent API across benchmarking, testing, and mocking. > there's a... - Source: Hacker News / 9 months ago
I chose googletest for my project. Here's my commit. During Hacktoberfest, I explored a lot of repos that already had test cases in order to reduce the miserable side of software(crashing). I had previous experience with Jest.js, a JavaScript testing framework, but this was my first time using a testing framework in C++. - Source: dev.to / 10 months ago
Roy's project uses Google Test, a C++ testing framework. His testing setup is similar to mine as we both keep source files in one directory and tests in another. The key difference is that I can run the tests using the Visual Studios run button. It was fairly easy to write the new tests as there were existing ones that I could reference to check the syntax! - Source: dev.to / almost 3 years ago
One popular C++ Testing Framework is Google Test, and is what I ended up using. - Source: dev.to / almost 3 years ago
Not sure about CppUnit but I can speak to my previous experience using the googletest framework which compiles your tests to an executable, and since it's a very simple framework we were able to cross-compile and run directly on our device. We just had to hook up a device to the server that was running the CI so it could flash it when needed. That basically meant that our process was:. Source: over 3 years ago
HackerRank - HackerRank is a platform that allows companies to conduct interviews remotely to hire developers and for technical assessment purposes.
Shields.io - GitHub badges as a service
iMocha - Make intelligent talent decisions.
Stack Overflow - Community-based Q&A part of the Stack Exchange platform.
mettl - Mettl is a #SaaS based Online #Assessment Platform which helps you measure a candidate's #Aptitude, #Technical skills & conduct
LLDB - Debugger for C, C++, Objective-C, Objective-C++, Swift.