Blog / Category: Test Automation Tools

What is Functional Monitoring?

The issue Imagine, that you have monitoring, everything is set up great and your metrics show green. But your customers ...

Reproducibility Issue

Often times we see a challenge where manual QA would find a bug, then come to Engineers only to find out that they can’t ...

Selenium vs testRigor

Test Coverage Even small changes might have ripple effects over the product. Allegedly, Walmart lost $100M within 10 minutes ...

Testing a Website App with testRigor

testRigor reduces the time you spend on regression by autonomously detecting all new functionality in your application and taking ...

How to Test a Website with testRigor

So you’ve just finished building a website for your bike shop, Mike’s Bikes. You want your customers to have the same ...

What is Test Coverage?

Having a bug-free application is the dream that every developer and tester chases. You may have encountered numerous occasions ...

How to compile for Android Emulator

Change APP_ABI option in your Application.mk file. It could look something like: APP_ABI := armeabi armeabi-v7a x86 Then re-run ...
1 6 7 8