Category: Case Study

November 3, 2023

Case Study: How we migrated java selenium tests to python robot framework

Background: Recently we worked on a project to migrate around 810+ cases which were written in java+testng+maven+jenkins stack to python+robotframework+gitlab stack. Stakeholders wanted to switch to Python and robot framework due to the following reasons: Process: When I looked into Java code, I knew there were a lot of things where we were testing things in the wrong way, after analyzing the whole code, I […]

March 31, 2023

How to run selenium 3 tests on zalenium docker containers

By using Zalenium Docker containers for running chrome/browser drivers and selenium grid, you can run your selenium tests without the need for any dependency such as chrome, chrome driver or webdrivermanager locally. When you use zalenium, you can view the live execution of tests through built-in vnc viewer, view test results in the dashboard with video and chromedriver logs, and control chrome instances easily through […]

August 14, 2020

Case Study: How I Reduced Appium Test Execution Time By More Than 50%

Recently, I spent my time in improving test execution time for our kredivo mobile application automated tests and by doing certain activities during refactoring and implementing certain strategies, I was able to decrease our test suite execution time by more than 50%. Before Making Improvements-Total Tests Count- 287, Total Time Taken During Execution-240.532 minutes After Making Improvements-Total Tests Count-228, Total Time Taken During Execution-113.339 minutes. […]

June 14, 2020

Creating a sms otp reader to run sms based tests on cloud devices

Problem Statement Our Krdivo Mobile application has integration with multiple eCommerce providers such as Tokopedia and Shoppee, now to connect to these providers app to app is quite difficult as these merchants need SMS OTP verification before you can perform any action on their app. In local environment, we can use the real device with real Simcard to get SMS and read SMS from notification […]

May 2, 2020

Creating A Live Email Alert Bot For Foreign Exchange Rates

Real-Life Problem Statement I have to send money to my parents in India every month since I am living and working here in Indonesia. So I receive my salary in IDR currency and then I had to send it in INR through exchange services in Indonesia such as Topremit. Now, Before this COVID situation, currency fluctuation was not that volatile so It was not a […]