Pandas grouping and aggregation groupby Group the data sets, and then perform statistical analysis on each group SQL can filter data, group and aggregate Pandas can use groupby to perform more co
Month: September 2021
Testng Executes Multiple Suite
We know the configuration file of testng, there can only be one suite in an .xml, so what if you want to set up multiple suites? At this time we need to use the testng tag .
Let’s talk about an example I made. First, I have two suites, one is UItest.xml and the other is APITest.xml. The code is as follows:
Configure the .NET reference configuration dependence
My application has several configurations for debug/release builds, as well as 32-bit and 64-bit builds. Now using 32-bit and 64-bit builds, I need to reference different dlls (I.e. those built wit
First, AppIUM Tools
1. Introduction to appium
1. Appium is an open source automated testing framework that supports mobile testing. The official website is appium.io
2. Platforms supported by appium: Andro
Know the BACnet protocol
1. What is BACnet? BACnet, Building Automation and Control net strong>The abbreviation of works, namely Building Automation and Control Network. It is a communication protocol for intelligent bu
Le Turns Automation Test – PYTHON Applicable Company Type (6)
I believe all my friends know that with the development and progress of the software testing industry, automated testing has become inevitable. In an increasingly competitive market environment, it
How to uninstall the Chocolatey package and all its dependencies?
Reading the documentation, it seems that I should be able to use the -x flag to install the package and its dependencies. But when I try to use the command choco uninstall javaruntime -x to uninsta
Three ways to automate send mail
First, sql trigger to send
Second, use task schedule to send after winform program
page
//Reference
using System.Data.Common;
using System.Data.SqlClient;
using System.Configuration;
u
TDD Data Access Layer
In TDD, I have been testing business logic by simulating data access functions.
But in fact I also need to implement the layers below the business layer to make the application work properly.
<
PowerShell – Automation Process from Dynamics CRM 2011
I am responsible for deploying our customized multiple Dynamics CRM environments. What I want to do is to automate the process of exporting the default solution to the file system. From there I can