Android, Automation Testing

Top 5 Mobile-Testing Strategies

Testing a mobile application is often challenging as compared to web application mainly due to the various factors affecting the behavior of the application. Some of these factors include different operating systems and their versions, different screen sizes and different networks. In this challenging phase of planning and testing a...

by Shreya Agrwal
Tag: os
21-Aug-2017

DevOps

Understanding Memory Utilization in Linux

Linux is an awesome operating system. It performs good with fewer resources and tries to maximize utilization of available resources automatically and because of this, it's slightly difficult to understand resource utilization. Linux comes with many commands to check memory usage. The "free" command usually displays the total...

by Nitin Bhadauria
Tag: os
26-Aug-2016

DevOps

Daemonizing a Process in Linux

Most of the times when we need to run some Java, Node.js or python program in background, so it could stay running even after you leave console all we do is put "&" in the end of the command. $java -jar SimpleService.jar & The problem here is that when you leave the bash shell your process will become "Orphan" and it's up to...

by Nitin Bhadauria
Tag: os
04-May-2016