Mobile Security Framework (MobSF) Configuration https://github.com/MobSF/Mobile-Security-Framework-MobSF/wiki/1.-Documentation Requirements Static Analysis Python 2.7 - Python 2 Download (Latest Python 2.7 release is recommended) Oracle JDK 1.7 or above - Java JDK Download Mac OSX Users must install Command-line tools for MAC OS X - How to Install Commandline Tools in Mac iOS IPA Analysis works only on OSX and requires a MAC Windows App Static analysis requires a Windows Host or Windows VM for Mac and Linux. For Windows App Static Analysis, Read Windows App Static Analysis NOTE: On Linux and Mac, install Oracle Java 1.7 or above and make it the default one. On Linux, make sure you have 32 bit execution support enabled. Dynamic Analysis MobSF x86 Android VM requires Oracle VirtualBox - VirtualBox Download Android Studio and a configured virtual device is required if your using ...
REST API Test using Rest Assured This test will hit a simple Restful web service. Details of the Restful Web service are mentioned in the below table: Endpoint http://restapi.demoqa.com/utilities/weather/city/<City> HTTP method type : GET Comments : Here <City> means the city for which we are trying to retrieve the weather data. For e.g. if you want to know the weather conditions of Hyderabad, you would simple replace the <City> text with Hyderabad. The Restful resource URL for Hyderabad becomes: http://restapi.demoqa.com/utilities/weather/city/Hyderabad Response { “City”: “Hyderabad”, “Temperature”: “31.49 Degree celsius”, “Humidity”: “62 Percent”, “Weather Description”: “scattered clouds”, “Wind Speed”: “3.6 Km per hour”, “Wind Direction degree”: “270 Degree” } Why not just try to open http://restapi.demoqa.com/utilities/weather/city/Hyderabad ...
Configure System: Add environment variable so that you can identify script run on the jenkins server. Make sure that environment variable not same as the environment variable of your local system. Manage Plugins: Add the plugin required to run script. add build-user-vars-plugin plugin used for identification of user. This plugin set the user id, name as environment variable which you can use to identify the user started the build. for more details visit: https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin
Comments
Post a Comment