1. Reasons for not writing unit tests:1. It takes too much time to write unit tests--write the test code while writing the implementation code2. Run the test too long--separate time-consuming tests from other tests3. Testing the code is not my job--don't expect someone else to clean up your code4. I'm not sure what the code is doing, so it's impossible to test---
51cto In the soft exam preparation season, the College specially sorted out "2014 soft exam programmers-frequent exam knowledge point review notes [summary]", to help schools pass smoothly! More Software proficiency test tutorials and questions, please pay attention to 51cto school-soft test classification !
Summary of exercise questions before the soft
Web Test Essentialsfirst, the function Test1, Link testing(1), test that all links are actually linked to the linked page as instructed;(2), test whether the linked page exists;(3), guaranteeWebThere are no orphaned pages on the application system(The so-called orphaned page refers to the page without a link, only knowing the correctURLAddress to access). 2, form
What isUATTest?
UAT,(User Acceptance Test ),User Acceptance Test
The following are some of its general steps.
Step 1:User training manual preparation (UATTesting objects and users who want to conduct training prepare some training materials: usually used by testing objects/Function manual and user to be trainedIndividualsMaterials and so on: similar to preparing lessons for a teacher's class)
This essay was not included in the plan. It was caused by a small debate between me and the cold wind.
We start from the point of argument.
TestCodeInside or outside the class.
This is a seemingly simple problem, and it seems insignificant. So that I didn't take it as a matter too much at first.However, it reflects a fundamental problem of TDD.
Test first or code first ??!!
A very important idea of test
Reprint: HTTP://WWW.CNBLOGS.COM/CHENGTCH/P/6576117.HTML1 profileData-driven testing is the process of separating test logic from test data, saving test data in the form of Excel tables, and reading and executing tests using test scripts.2 data-driven and JMeter interface testingWe have briefly introduced the interface
AppFunctional TestingAccording to the software description or user requirements to verify the implementation of the various features of the App , the following methods to implement and evaluate the functional testing process:1) Use the time, place, object, behavior and background five elements or business analysis methods to analyze and refine The user usage scene of the App, compare the instructions or requirements, collate the internal, external and non-functional directly related requirement
White box test
Concept: According to the internal structure of the program test procedures, through testing to determine whether the product internal action in accordance with the requirements of the design specifications of the normal, inspection procedures in each of the access to the correct requirements of the work.
Category: White-box testing is based on coverage of the
As the head of the test department, I interviewed a lot of people back and forth, during the interview I usually ask the interviewer a question: Why choose to do software testing. In fact, this problem is also the first time I decided to do software testing repeatedly ask myself a question. You may wish to see this problem also ask yourself why you choose to do software testing.
In my opinion, one of the key factors in choosing software testing is to
The test case is prepared for the purpose of performing the test.Setting up the test environment (1) test data: Some tests require the use of large quantities of data, such as capacity testing, stress testing, etc. Depending on the specific testing requirements of the product, it may be necessary to insert large amounts of data into the database tables, prepare
This is a creation in
Article, where the information may have evolved or changed.
Brief introduction
Test
Package testing provides support for automated testing of Go packages. It is intended to being used in concert with the ' Go Test ' command, which automates execution of any function of the form.
TestingThe package provides automated test
51cto college specially sorted out "2014 soft test programmer-General test knowledge point review notes [summary]" in the soft test preparation season to help schools pass through smoothly! For more software proficiency test counseling and questions, please pay attention to the 51cto college-soft exam classification!
[Test] test-related materials and Test-related materials
Some data collection tests are related, and development is inseparable from testing.
Python books
Testing Python python Testing, a comprehensive introduction to python Testing books
Test-Driven Web Development with Python: This is an e-book. Only the Web version
Unit tests:Unit testing is a test of the correctness of a software's basic constituent unit (the smallest unit of software design), such as a function, a process (function,procedure), or a method of a class.Integration testing:Integration testing is based on unit testing, which assembles all modules into subsystems or systems according to the outline design requirements, verifying that post-assembly functions and the interface between modules are prop
51cto college specially sorted out the "2014 soft test programmer-frequent test knowledge point review notes [summary]" in the soft test preparation season to help schools pass more software proficiency test counseling and questions. Please pay attention to 51cto school-soft exam Classification
View Summary2014 soft
Test method: Expression: expressed, expressed[Expression][[Expression]]Test expressionThere are three common conditions tested in bash:1. Integer test:-eq equals-lt less than-ne Not equal to-GT Greater than-le less than or equal to-ge greater than or equal toInteger: Integers integer1=63 integer2=77[$INTEGER 1-eq $INTEGER 2][[$INTEGER 1-eq $INTEGER 2]]
Label:First of all, I would like to explain that the user registration action in the method does not make any judgment can be registered, nothing to consider, even if all is empty, he can register successfully. If you want to write a test case, follow my steps, useraction In The register () method to add some judgment, and in the JSP page to give the corresponding hint, because there are too many loopholes, I wrote only one judgment-if the user name i
51cto college specially sorted out "2014 soft test programmer-General test knowledge point review notes [summary]" in the soft test preparation season to help schools pass through smoothly! For more software proficiency test counseling and questions, please pay attention to the 51cto college-soft exam classification!
51cto college specially sorted out "2014 soft test programmer-General test knowledge point review notes [summary]" in the soft test preparation season to help schools pass through smoothly! For more software proficiency test counseling and questions, please pay attention to the 51cto college-soft exam classification!
For the majority of programmers, stress testing is a step that will never be avoided, just as the test abused me times I'm going to test like my first love under the pressure test of the problem, personal humble opinion, only for reference!!!In general, we develop on the Windows platform, then the development environment is either LNMP or Lamp also some people wi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.