background preloader

Continuous Code Quality

https://www.sonarqube.org/

Related:  LangagesTools

Unit Testing Assistance ReSharper helps discover and run or debug unit tests right in Visual Studio . The following unit testing frameworks are supported: With ReSharper, you can execute a single unit test, all tests in a test class, file, project or solution. You can also execute any number of tests combined in a test session. Unit testing assistance can be extended with other JetBrains .NET products: you can profile unit tests with dotTrace and analyzes code coverage of unit tests with dotCover. These products are also included in the ReSharper Ultimate. Cordova Tutorial Cordova is a platform that is used for building mobile apps using HTML, CSS and JS. We can think of Cordova as a container for connecting our web app with native mobile functionalities. Web applications cannot use native mobile functionalities by default. This is where Cordova comes into picture. It offers a bridge for connection between web app and mobile device. By using Cordova, we can make hybrid mobile apps that can use camera, geolocation, file system and other native mobile functions.

Parasoft - Software Testing Tools Parasoft’s family of software quality solutions provide end-to-end testing capabilities that span functional testing, test lab management, development testing, and automated defect prevention. Simulate realistic, complete test environments on demand Ensure the integrity of API transactions Apply defect prevention activities consistently and continuously Virtualize Create, deploy, and manage simulated dev/test environments to enable on-demand access to complete environments. SOAtest

Jtest - Parasoft's Automated Java Testing Tool Application Security Parasoft enables development teams to build security into your application by facilitating code-hardening practices based on accepted industry standards, such as OWASP Top 10, CWE/SANS Top 25, and PCI DSS. Defend your software from security breaches and cyberattacks by preventing vulnerabilities where they occur--in the source code. Download Microsoft® SQL Server® 2012 SP1 PowerPivot for Microsoft Excel® 2010 from Official Microsoft Download Center <a id="b7777d05-f9ee-bedd-c9b9-9572b26f11d1" target="_self" class="mscom-link download-button dl" href="confirmation.aspx?id=29074" bi:track="false"><span class="loc" locid="46b21a80-a483-c4a8-33c6-eb40c48bcd9d" srcid="46b21a80-a483-c4a8-33c6-eb40c48bcd9d">Download</span></a> Microsoft PowerPivot for Microsoft Excel 2010 provides ground-breaking technology; fast manipulation of large data sets, streamlined integration of data, and the ability to effortlessly share your analysis through Microsoft SharePoint.

Cobertura Plugin Plugin Information The current thinking is to merge this plugin into more generic coverage plugin. Help appreciated. This plugin allows you to capture code coverage report from Cobertura. Jenkins will generate the trend report of coverage.The Cobertura plugin can be downloaded here. Install the cobertura plugin (via Manage Jenkins -> Manage Plugins)Configure your project's build script to generate cobertura XML reports (See below for examples with Ant and Maven2)Enable the "Publish Cobertura Coverage Report" publisherSpecify the directory where the coverage.xml report is generated.

Android User Session Management using Shared Preferences Session are useful when you want to store user data globally through out the application. This can be done in two ways. One is storing them in a global variables and second is storing the data in shared preferences. EclEmma - JaCoCo Java Code Coverage Library JaCoCo is a free code coverage library for Java, which has been created by the EclEmma team based on the lessons learned from using and integration existing libraries for many years. Snapshot Builds The master branch of JaCoCo is automatically built and published.

Transmitting Network Data Using Volley Dependencies and prerequisites Android 2.2 (API Level 8) or higher Video Volley: Easy, Fast Networking for Android Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available on GitHub. Open Source Testing Tools in Java JUnit Go To JUnit Cactus Go To Cactus Abbot Firebase Cloud Messaging for Android using PHP and MySQL Hey guys, so here I am back with another Firebase Cloud Messaging tutorial. You all know about Firebase Cloud Messaging, it is a push notification service and we can use it to send messages to our app users. I already posted about Firebase Cloud Messaging before. You can check the previous FCM tutorial from the below link.

Web Test Tools Fourni par Traduction More than 540 tools listed in 14 categories Organization of Web Test Tools Listing - this tools listing has been loosely organized into the following categories: Note: Categories are not well-defined and some tools could have been listed in several categories; the 'Web Site Management Tools' category includes products that contain: site version control tools, combined utilities/tools, server management and optimization tools, and authoring/publishing/deployment tools that include significant site management or testing capabilities. Suggestions for category improvement are welcome; see bottom of this page to send suggestions. Set Up a Firebase Cloud Messaging Client App on Android   To write your Firebase Cloud Messaging Android client app, use the FirebaseMessaging API and Android Studio 1.4 or higher with Gradle. The instructions in this page assume that you have completed the steps for adding Firebase to your Android project. FCM clients require devices running Android 2.3 or higher that also have the Google Play Store app installed, or an emulator running Android 2.3 with Google APIs. Note that you are not limited to deploying your Android apps through Google Play Store. Set up Firebase and the FCM SDK

Related: