当前位置:网站首页>Fundamentals of software testing
Fundamentals of software testing
2022-07-02 14:38:00 【Floating Life 882】
1. Coding habits
Code file naming : Don't use numbers . Symbol . It starts in Chinese , Symbol except (_), Try to use English names
id.name.class Property value : Try not to use Chinese and pure numbers
When creating a folder : Remember to use 1.2.3
1. When deleting software, you must uninstall it through the control panel , Then delete the remaining files
2. If you want to change the directory when installing the software , Usually uninstall first , reinstall ( Be careful not to cut )
3. Descendant selector
Concept : First locate the ancestor element , Limit the search scope , Then go to find the target element
expression : Selection expression of ancestor element The selection expression of the target element
Example :

4. Child Selector
Concept : First locate the parent element , Limit the search scope , Then go to find the specific target sub element
expression : Selection expression of ancestor element > Selector expression of the target element
5. Summary 
5.js Writing position
Inline

embedded

Outer chain

7.js Modify page elements

8. Software architecture
cs framework : client - The server
cs Architecture software , For different software environments, corresponding versions need to be developed independently
For this feature , Software testers need to know cs Software implementation and installation of architecture / Uninstall test ;
Cs Architecture software has high requirements for developers and development costs , Inconvenient to maintain ;
BS framework : browser - The server
BS Architecture software , Just consider the compatibility on different browsers ;
BS Architecture software cannot formulate personalized functions ;
( back ) difference :
efficiency :c/s Efficient , Some content is already installed in the system ,b/s Load the latest data every time
upgrade :b/s Seamless upgrade ;c/s Delete the old version and install the new version
Security :c/s More secure , Need to install , register . Sign in ;b/s You can use it with a browser , Low level of safety
Development costs :b/s The cost is low ;c/s Different systems need different developers , The high cost
9. The server
The server is to provide customers with all components of the product server ;
Hardware server : Hardware server : The hardware server is a high configuration . Expensive price . A good computer ;
Software server : Product based . Software provides function processing software program ;
database server :mysql.Oracle.Sql Server
web The server :Nginx. Apache
application server :Tomcat. WebLogic.jboss
Who will use these software
Based on software test deployment , At that time, you need to learn the software server deployment used by the company's system deployment environment in time in your work ;
Deployment environment , General development and writing will deploy documents in detail ;

边栏推荐
- Essential elements of science fiction 3D scenes - City
- 报错:npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
- Xilinx Vivado set *. svh as SystemVerilog Header
- 求轮廓最大内接圆
- TeamTalk源码分析之win-client
- 由粒子加速器产生的反中子形成的白洞
- STM32标准固件库函数名记忆(二)
- docker mysql
- taobao. trade. memo. Add (add remarks to a transaction) interface, Taobao store flag insertion interface, Taobao order flag insertion API interface, oauth2.0 interface
- Fabric. JS free draw circle
猜你喜欢

Fabric.js 上划线、中划线(删除线)、下划线

mathML转latex

Factal: Unsafe repository is owned by someone else Solution

<口算练习机 方案开发原理图>口算练习机/口算宝/儿童数学宝/儿童计算器 LCD液晶显示驱动IC-VK1621B,提供技术支持

关于Flink框架窗口(window)函数最全解析

Actual combat sharing of shutter screen acquisition

uniapp自动化测试学习

fatal: unsafe repository is owned by someone else 的解决方法

《可供方案开发》口算训练机/数学宝/儿童口算宝/智能数学宝 LCD液晶显示驱动IC-VK1622(LQFP64封装),原厂技术支持

Stm32-dac Experiment & high frequency DAC output test
随机推荐
Fabric.js 手动加粗文本iText
Pycharm连接远程服务器
Quarkus learning IV - project development to deployment
Generally speaking, if the error of inconsistent tab and space occurs frequently
QT new project
4、数组指针和指针数组
There is no solution to the decryption error of the remote user 'sa' and the service master password mapped from the remote server 'to the local user' (null) /sa '
Delete element (with transition animation)
tmall. product. schema. Get (product information acquisition schema acquisition), Taobao store upload commodity API interface, Taobao commodity publishing interface, Taobao commodity upload API interf
<口算練習機 方案開發原理圖>口算練習機/口算寶/兒童數學寶/兒童計算器 LCD液晶顯示驅動IC-VK1621B,提供技術支持
Simple verification code generator for 51 single chip microcomputer experiment
Fabric. JS dynamically set font size
字符串匹配问题
Fabric. JS manual bold text iText
Fabric. JS free drawing ellipse
taobao.trade.get( 获取单笔交易的部分信息),淘宝店铺订单接口,淘宝oAuth2.0接口,淘宝R2接口代码对接分享
mongodb的认识
String matching problem
Xilinx Vivado set *. svh as SystemVerilog Header
2. Const pointer
