() #得到父进程 IDprint ' Process ID: ', os.getpid () #得到本身进程 IDdef f (name):Info (' function f ')print ' Hello ', nameif __name__ = = ' __main__ ':Info (' main Line ')p = Process (target=f, args= (' Bob ',))P.start ()P.join ()Operation Result:Main LineModule Name: __main__Process id:8972function fModule Name: __main__Process id:10648Hello BobExample 3:We created the Thread1 and thread2 two folders and put in two test
---restore content starts---@SpringBootTest Note is an annotation for testing that was introduced by Springboot since the 1.4.0 version1. Add Maven Dependenciesdependency> groupid>org.springframework.bootgroupid> artifactid>spring-boot-starter-testartifactid> dependency>2.Controller Right-->new A test case, select the method you want to generate the cases, click Finish.3. Using MOCKMVC for unit testing,
The importance of how a big data project can better manage test cases is self-evident, and one of the most effective methods is a strong and powerful code of execution of use cases;The use case writing specification is divided into two parts;The first part: Functional test Case Writing specification(i)
shows the number of bars restored to the last effective number of barsStep 10: Enter the number of display bars per page longer than the specified length of the database Expect:1, Tip the number of bars per page cannot exceed 2, prompt after each page shows the number of bars restored to the last effective number of barsStep 11: Enter the number of display bars per page as a string, such as the number of pages in ChineseExpect:1, Tip the number of bars per page must be an integer greater than 1
The purpose of the test case is to look for errors in the program, or to find out where the running results in the program are inconsistent with what is actually being asked.Recommendation: A one-time quiz up to 100, and each row of the topic is not more than 8.Test Case 1: Judge no multiplication, and there are negative cases of the program healthTest Case 2: Ju
case
2 days to finish writing the remaining use cases. Submit Customer Audits
Summarize
Gain early access to the core functions of the system to understand the overall system's process trend
In the process of writing use cases, if there is ambiguous place, find the BA communication in time
Use case template coverage, to find customer confirmation as early as possible. Less cover before
Using factory in 1.driver allows you to implement all of your test cases, but this is not recommended:1) The production of data is in driver, back to the beginning, equivalent to regression.2) Sometimes sequence is more convenient than driver.3) sequence can start another sequence.4) Use virtual sequence to coordinate and synchronize the generation of different incentives.Only the combination of driver and
xdescribe.", function () {var gVar; Beforeeach (function () {GVar = 3.6; GVar + = 1; }); XIT ("and xit", function () {expect (GVar). Toequal (4.6); }); });}); 3>, write a list.html file as a portal file that calls Jasmine and test cases, with the following code:4>, open the list.html file in the browser, you can use the view Lists.js file to write the
The springboot comes with a test module.Annotations require:@SpringApplicationConfiguration (classes = computeserviceapplication. Class)This allows the environment context to be introduced.The complete notes are as follows:@RunWith (Springjunit4classrunner. Class= computeserviceapplication. class ) @WebAppConfiguration@BeforeInitializing an MOCKMVC instance Public void throws Exception { = mockmvcbuilders.webappcontextsetup (WAC). build ();
The cyclic structure has many applications in software programs, but the testing cases of the cyclic structure are relatively special. The white box testing method alone does not work. The conditional coverage method and path coverage method must be used, only when the equivalence classes in the black box testing method are divided and the boundary value analysis is combined can the problem be solved.
1. Single-Cycle Structure
Zero execution cycle
Original article: Visual Studio unit test 6-UI Interface Test
The UI test is actually a process of recording operation path (mapping) and restoring the operation order by path. This method is also applicable to both winform and webform. The following uses winform as an exam
Analysis of unit test and ui test in Android studio1. configure a project that supports Unit Testing
Before writing a test, let's make a simple check to ensure that the project configuration is correct.
First, confirmBuild VariantsIn the windowTest ArtifactUnit Tests is selected ".
ThensrcFolder creationtestAndtest/ja
Hibernate learning: CRUD unit test cases + knowledge Summary
I. Use Cases
Ii. Summary
Main interfaces:1: AnnotationConfiguration2: SessionFactory3: SessionKnowledge point:1: configure can specify the path of the Hibernate file. If the Hibernate configuration file name is hibernate. cfg. xml, you do not need to write the file path.2: factory. openSessio
Write to test newcomer
Summing up the test rookie, how to quickly find the system's deficiencies or defects 1, read the requirements of the document, in-depth understanding of the system, Maito, do not have to understand the need to open the test, (one weeks ago, the company just entered a new person, TD on the view of their hair bug, Several were found to be amb
collect to improve Oracle query efficiency
The bulk collect feature is introduced in Oracle8i for the first time. This feature allows you to use batch queries in PL/SQL. Batch queries can significantly improve query efficiency in some cases. Now, we will perform some simple tests and analysis on this feature.
1. First, create a table and insert 100000 records.Execute the following script in SQL/plus:
Drop table empl_tbl/Create Table empl_tbl (last_na
Test method: Right-bicepTest Plan1.right-is the result correct?2.b-are all the boundary conditions correct?Does the 3.p-meet performance requirements?4. Is there a multiplication method?5. Do you have parentheses?6. Do you have a real score?7. Can I select a number size range?8. Can I choose the number of the quiz?Test results1. The results of the program are correct2. Meet all boundary conditions3. Perform
see the automatic installation, landing knowPassed:login===============================================Default TestTests Run:1, failures:0, skips:0==============================================================================================Default SuiteTotal tests Run:1, failures:0, skips:0===============================================[TestNG] Time taken by [email protected]: 1938 MS[TestNG] Time taken by [email protected]: 121 ms[TestNG] Time taken by [Failedreporter passed=0 failed=0 Skippe
[Original] Design of test cases: "incorrect estimation"
Introduction to error Inference
The error inference method is usually used by experienced testers to test possible program errors based on experience and intuition. Strictly speaking, the error push test method is not a te
Httptest4net is a tool that can customize HTTP stress testing, and users can write test cases to load into httptest4net and run tests according to their own circumstances. Because of the recent need to test the Elasticsearch search cluster in a different situation, a simple test case was written for the test.Code1[
1 Problem descriptionIn a dialog box, the user enters a set of strings that need to satisfy a length of 1 to 6 and need to be made up of 0-9,a-z, or A-Z, and other use cases are illegal.2 Equivalence class Partitioning
Valid equivalence classes
Number
Invalid equivalence class
Number
Number of characters
1-6
1
0
4
2
7
5
Character type
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.