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
Category: Architecture
Architectural design is the product of people’s subjective mapping of elements within a structure and the relationships between elements. Architecture design is a series of related abstract patterns used to guide the design of various aspects of large software systems. The architect’s job responsibility is to transform the customer’s needs into a standardized development plan and text during the development of a software project, and to formulate the overall structure of the project, and guide the entire development team to complete the plan. Architecture design is the early stage of the software design process, which connects the requirements analysis and the design process. The main task of an architect is not to write specific software programs, but to engage in higher-level development and architecture work. He must have a good understanding of development technology, and he needs to have good organizational and management skills.
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
Automation – How to automatically refresh the resource manager in Base SAS?
I’m pretty sure this must be some problem, so there must be a solution. I write code and want to quickly check the data set, but it does not exist. I need to select the window and click ” View” and
Configuration and non-equivalent load balancing experiments of EIGRP protocol
eigrp protocol: From the perspective of packet encapsulation, EIGRP is encapsulated in the IP header. The protocol is a three-layer protocol and is a CISCO private protocol that supports load balan
List – Can you choose to insert the pipe output to insert the Elixir function args?
Consider the (smelly, non-idiomatic) function as follows:
def update_2d(array, inds, val ) do
[first_coord, second_coord] = inds
new_arr = List.update_at(array, second_coord, fn(y) ->
List
UML diagram of dependencies between systems
Which UML diagram is most suitable to show the dependency between our IT system and other external IT systems?
For example, I want to display on the chart:
>System A obtains data from S
Selenium – scroll page to element
Scroll page In automated operations, if the web page Too long, and the element we need is not in the current visible page, then selenium cannot operate it; at this time, we need to scroll the pag
Is the top or bottom design?
In my memory, most people tell me that I should design from top to bottom. If I want to implement a web page, I should draw or draw this page on paper, Then divide it into some functions. For each