Foreplay When we are doing automation, we sometimes use some mouse operations, such as double-clicking, mouse hovering and other operations. Selenium provides the ActionChains method for us to oper
Month: September 2021
Do not rely on Python third-party library to achieve gradient decline
Knowledge The original meaning of the gradient is a vector (vector), which means that the directional derivative of a function at that point takes the maximum value along the direction, that is, th
Automated JavaScript Interop in Dart
When using a third-party JavaScript library in my Dart project, I manually browse the library’s documentation and traverse its attributes and methods, and build Dart code through a series of cumber
Leiningen and Clojure dependence
I am very new to clojure, but I have been unable to find good resources and examples on the Internet, so I hope someone can point me in the right direction. I have started a project with lein, proj
TDD – Jasmine Test CoffeeScript (Settimeout) .tohaveBeenCalledwith
In the process of learning Jasmine, I encountered this problem. I want a basic function to run, and then set a timeout to call myself again… simple things.
class @LoopObj
constructor: ->
Cache – I can include cache responses in the JMeter aggregation report
I need to compare my non-cached load test aggregated data with cached load test aggregated data to calculate the caching efficiency of my website. I have successfully implemented non-cached and cac
Automated test framework
Building of automated testing framework
1. Automated testing framework
(1) Overview:
Automated testing framework is a program framework applied to automated testing. It provides a reusable automa
Zemin Automation Test Framework AutotestFramework products are about to start!
AutoTest Framework (AutoTestFramework) is a B/S architecture automated testing tool. Its principle is to automatically design use cases according to required business rules, and automatically execu
TDD – Continuous Integration and Acceptance Test Drive Development
I have a question related to Acceptance Test Driven Development (ATDD). According to this process, I start each feature through acceptance testing (end-to-end testing). I submit these tests , And t
Dependent injection – traditional 3-layer architecture with 3 layers of IOC
I am building a 3-tier architecture with presentation layer (PL), business logic layer (BLL) and data access layer (DAL).
Traditional 3-tier architecture The logic indicates that BLL should act as