MySQL on Docker

Install MySQL & PhpMyAdmin on Docker for local development work. We need to create following docker compose file for Portainer.  And we need to provide the following variable details – Points to remember – we […]

Share Button

Add Multiple PlugIn in Visual Studio WebTest

Add Multiple Plug-In in Visual Studio WebTest Open your “Web Performance and Load Test Project” which has multiple “webtest” Now add New project From “Solution” Create Class Library file. Example – “ClassLibrary1” A “Class1.cs” file […]

Share Button

Android Logcat over wifi

Most of the time for analytical purpose of mobile application we need to take Application logcat. To take this log or session data we need the following hardware – 1. Wifi Router 2. Desktop / […]

Share Button

Create Firefox Profile

Some time it’s required that we need to create another firefox profile. So, to create a new profile we need to follow the steps – First open the run and type firefox -P Next profile […]

Share Button