EduTech

    adb start-server adb start-server starts the adb server process adb start-server Notes: starts the server if it is not running.   Read more about ADB.. Read more »
    adb forward adb forward forward socket connections adb forward <local> <remote> adb forward tcp:8000 tcp:9000 set up forwarding of host port 8000 to emulator/device port 9000 Read more about ADB Commands.. Read more »
    adb kill-server adb kill-server It will terminates the adb server process adb kill-server Notes: kill the server if it is running. (terminal adb.exe process) Learn more about ADB.. Read more »
    adb install adb install Pushes an Android application (specified as a full path to an .apk file) to an emulator/device. adb install [option] <path> adb install demo.apk adb install -l demo.apk forward Read more »
    adb devices adb devices Prints a list of all attached emulator/device adb devices In response, return serial number and state Read more »
    Appium Practice Tests Appium Practice Tests Appium Practice Tests   Read more »
    SELENIUM – REST API AUTOMATION API Automation Here are the steps to follow to automate Rest API Automation.. 1. Right click on Solution name, click on “Manage NuGetPackages…” 2. Search for “RestSharp” 3. Click on Read more »
    Static Testing vs Dynamic Testing What is Static Testing and Dynamic Testing? Static testing is more cost-effective than dynamic testing. Static testing is done in verification stage whereas dynamic testing is done in validation stage. Instatic testing code is being examined without Read more »
    Maven Interview Questions What are the steps involved in project deployment? Normally a deployment process consists of following steps − Check-in the code from all projects in progress into the SVN or source Read more »

    Subscribe now

    Receive weekly newsletter with educational materials, new courses, most popular posts, popular books and much more!