转载自:https://codeutopia.net/blog/2015/04/11/what-are-unit-testing-integration-testing-and-functional-testing/ What are Unit Testing, Integration Testing and Functional Testing? TAGS: TESTINGUNIT TESTING Finding your way around the maze that is JavaScr…
Functional testing  - python selenium django - Source Code : from selenium import webdriverfrom selenium.webdriver.common.by import By from django.test import LiveServerTestCase class Browser():  #(Run more than one testcases on one browser) browser…
Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques Jan 04, 2017, Version 1.0 Contents What is a Local File Inclusion (LFI) vulnerability? Example of Vulnerable Code Identifying LFI Vulnerabilities within Web Application…
source code https://github.com/haotang923/dotnet/tree/master/src Unit testing C# code in .NET Core using dotnet test and xUnit | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test Comparing xUnit.net to…
这几天跟自动化测试工具UFT耗上了... 网罗了下,居然有不少自动化测试工具,像Selenium,QTP(UFT前身),LoadRunner,真是只有想不到,没有人家办不到. 言归正传,记录下小白使用UFT工具的过程,主要是记录些其中的一些隐藏功能以便以后查阅. 1. 工具版本 界面挺清新的,感觉有些类似VS,要licence,免费使用60天 2. 使用文档 (1) 官方网站 (2) PDF 因为UFT前身叫做QTP,所以QTP的一些指导文档也可以拿来看看 (3) UFT/QTP for Beg…
Experience of black-box testing on set-top-boxes/IP-connected devices, games consoles and tablets http://www.tested.com/tech/set-top-boxes/ Streaming media,是指將一連串的媒體數據壓縮後,經過網路分段傳送數據,在網路上實時傳輸影音,以供觀賞的一種技術與過程. Amazon Instant Video (formerly Amazon Video…
最近要开始使用HP Mobile Center,以下是我在官网上搜集的配置信息,包含软硬件. Reference:  http://mobilecenterhelp.saas.hp.com/en/latest/mobilecenter_help/Default.htm#Welcome Page/HP Mobile Center.htm I.            HP Mobile Center Architecture HP Mobile Center is a standalone serv…
These are the contents of my training session about unit testing, and also have some introductions about how could we write better unit tests with NSubstitute framework. The related sessions: Unit Testing with NSubstitute Building the Testing Pipelin…
转自https://www3.ntu.edu.sg/home/ehchua/programming/java/JavaUnitTesting.html yet another insignificant programming notes...   |   HOME TABLE OF CONTENTS (SHOW) Java Unit Testing -  & TestNG 1.  Introduction to Unit Testing Framework The various type o…
Unit Testing a zend-mvc application A solid unit test suite is essential for ongoing development in large projects, especially those with many people involved. Going back and manually testing every individual component of an application after every c…