CN105527940A - Method for realizing flow control of test management system via INI file - Google Patents

Method for realizing flow control of test management system via INI file Download PDF

Info

Publication number
CN105527940A
CN105527940A CN201410579151.7A CN201410579151A CN105527940A CN 105527940 A CN105527940 A CN 105527940A CN 201410579151 A CN201410579151 A CN 201410579151A CN 105527940 A CN105527940 A CN 105527940A
Authority
CN
China
Prior art keywords
dropdownliststatus
nextstatus
state
abnormal
temination
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410579151.7A
Other languages
Chinese (zh)
Inventor
周乃新
石志刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Chip Advanced Science And Technology Co Ltd
Original Assignee
Beijing Chip Advanced Science And Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Chip Advanced Science And Technology Co Ltd filed Critical Beijing Chip Advanced Science And Technology Co Ltd
Priority to CN201410579151.7A priority Critical patent/CN105527940A/en
Publication of CN105527940A publication Critical patent/CN105527940A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention provides a method for realizing flow control of a test management system via an INI file. The test management system of an integrated circuit is mainly used for manage and control the state of each test flow, the next selectable state of certain state is highly uncertain, and control via programs is very tedious. The method provided by the invention is clear and configurable.

Description

Test and management system Row control is realized with ini file
Technical field
The present invention relates to one INI and realize integrated circuit volume production test and management system Row control, belong to integrated circuit test and management field.
Background technology
Usually, in the testing apparatus that there is the test macro of multiple model in integrated circuit testing enterprise and matches with it, the integrated circuit of test is wide in variety, and quantity is large; The wafer sort of such as integrated circuit, the finished product test etc. that integrated antenna package is good, the all corresponding test procedure of each integrated circuit, the testing process of each integrated circuit is also different, and what such as finished product test had need to detect after pin drying and packaging again, and not needing of having is detected; The kind that wafer sort has needs test-high-temperature baking-test again, and the once test had is just passable; Meanwhile, on a production line, to dispatch according to different product ranks, different production statuses; Complicated process flow controls to be the difficult problem of software system development always, needs to drop into very big human cost, consumes a large amount of development time, debugging and maintenance difficulties also very large.The invention provides a simple and practical solution, greatly reduce development difficulty, also make flow process more clear and be easy to configuration.
Summary of the invention
The object of the present invention is to provide a kind of method of volume production test and management system Row control: INI is a kind of form of Windows configuration file, file can be divided into several Section, the title of each Section brackets with [], in a Section, can have a lot of Key, each Key can have one be worth and take a line, and form is Key=value, the present invention make use of the architectural characteristic of INI very well, controls in order to realization flow.
Concrete summary of the invention is as follows:
Described test and management system Row control uses ini file control flow;
Described test and management system is mainly to the management of production batch;
Further, described testing process is that integrated circuit volume production is tested one batch and will be experienced each road testing process;
Further, there is various state in described one flow process, typical state as: wait for scheduling, etc. in be tested, test, halt (Hold), execute, abnormal temination etc.;
Further, the NextState of described wherein each state may have multiple;
Described invention is read by ReadINI, and obtain deployment queue, operation steps is as follows:
First step DropDownListStatus control display current state;
Second step GetShowOptions function obtains optional next state;
3rd step DropDownListStatus control adds all optional status;
4th step user selects a kind of state.
Described invention ini file configuration has 5 kinds of configurations:
[DropDownListStatus. waits for scheduling .NextStatus]
DropDownListStatus=waits for scheduling, waits pending, abnormal temination,
[the pending .NextStatus such as DropDownListStatus.]
DropDownListStatus=etc. are pending, in carrying out, and abnormal temination,
[DropDownListStatus. carries out middle .NextStatus]
During DropDownListStatus=carries out, Hold, executes, abnormal temination,
[DropDownListStatus. executes .NextStatus]
DropDownListStatus=executes, Hold, normal termination, abnormal temination,
[DropDownListStatus.Hold.NextStatus]
DropDownListStatus=Hold, waits pending, in carrying out, and abnormal temination;
Further, in described file, [DropDownListStatus. waits for scheduling .NextStatus] is a Section title, title is made up of three parts, wherein DropDownListStatus represents control ID, " wait for scheduling " and represent control current state, NextStatus represents control NextState.
Further, in described file, the Key of Section is DropDownListStatus, and NextState will be arranged DropDownListStatus control by expression.
Process can by following codes implement:
The invention provides the control that a kind of clear and method that is that can configure achieves flow state as can be seen here.Also can carry out rights management by similar fashion, result of use is obvious.
Accompanying drawing explanation
In order to be illustrated more clearly in technical scheme of the present invention, below in conjunction with accompanying drawing and specific embodiments, the present invention will be further described;
Accompanying drawing 1 is simple circular chart.
Embodiment
In order to foregoing invention feature and advantage are more obvious, below just the present invention be described in further detail by reference to the accompanying drawings;
INI is a kind of form of Windows configuration file, file can be divided into several Section, the title of each Section brackets with [], in a Section, can have a lot of Key, each Key can have one be worth and take a line, and form is Key=value, the present invention make use of the architectural characteristic of INI very well, controls in order to realization flow.
Test and management system is mainly to the management of production batch, one batch will be experienced each road testing process (i.e. operation), and there is various state in one flow process, typical state as: wait for scheduling, etc. in be tested, test, halt (Hold), execute, abnormal temination etc.Wherein the NextState of each state may have multiple, as: a batch of current state is in test, and next state may suspend test because test is abnormal, also may because test completes test smoothly, also may stop because client cancels, etc.Visible, state flow is to having very large uncertainty, and almost each state has multiple trend, if purely realized by programming, then code becomes complicated and is difficult to safeguard and debugging, and the characteristic of flexible utilization INI configuration file of the present invention makes originally complicated relation become in order.Such as, current state is presented in control DropDownListStatus, lists next step optional status at DropDownListStatus, by configuring realization as follows:
So by configuring realization as follows:
[DropDownListStatus. waits for scheduling .NextStatus]
DropDownListStatus=waits for scheduling, waits pending, abnormal temination,
[the pending .NextStatus such as DropDownListStatus.]
DropDownListStatus=etc. are pending, in carrying out, and abnormal temination,
[DropDownListStatus. carries out middle .NextStatus]
During DropDownListStatus=carries out, Hold, executes, abnormal temination,
[DropDownListStatus. executes .NextStatus]
DropDownListStatus=executes, Hold, normal termination, abnormal temination,
[DropDownListStatus.Hold.NextStatus]
DropDownListStatus=Hold, waits pending, in carrying out, and abnormal temination,
In file, [DropDownListStatus. waits for scheduling .NextStatus] is a Section title, title is made up of three parts, wherein DropDownListStatus represents control ID, and " waiting for scheduling " represents control current state, and NextStatus represents control NextState.The Key of this Section is DropDownListStatus, and NextState will be arranged DropDownListStatus control (that is: oneself) by expression.Be not difficult to find out, " waiting for scheduling " succeeding state can be " waiting pending ", " abnormal temination ", if user have selected " waiting pending ", the next state so " waiting pending " can be then " in carrying out ", " abnormal temination ".
After such configuration, program only needs the current state obtaining DropDownListStatus, and program can know follow-uply have which state at once, and this process can by following codes implement:
Conclude, we only need to be configured each state in INI, are then read by ReadINI, obtain deployment queue, then move to call function G etShowOptions and be just easy to realization flow and control.See accompanying drawing 1:
A simple circular chart above, it is very clear just script complicated state relation combing as cobweb to be obtained, and no matter which state we choose, then NextState is all easy to list.And we will do, just in INI, configure state relation, instead of carry out various condition judgment in code.

Claims (7)

1. its spy of method of a volume production test and management system Row control and rights management is:
Described test and management system Row control uses ini file control flow;
Read by ReadINI, obtain deployment queue, operation steps is as follows:
First step DropDownListStatus control display current state;
Second step GetShowOptions function obtains optional next state;
3rd step DropDownListStatus control adds all optional status;
4th step user selects a kind of state.
2. method according to claim 1, is characterized in that the configuration of described invention ini file is as follows:
[DropDownListStatus. waits for scheduling .NextStatus]
DropDownListStatus=waits for scheduling, waits pending, abnormal temination,
[the pending .NextStatus such as DropDownListStatus.]
DropDownListStatus=etc. are pending, in carrying out, and abnormal temination,
[DropDownListStatus. carries out middle .NextStatus]
During DropDownListStatus=carries out, Hold, executes, abnormal temination,
[DropDownListStatus. executes .NextStatus]
DropDownListStatus=executes, Hold, normal termination, abnormal temination,
[DropDownListStatus.Hold.NextStatus]
DropDownListStatus=Hold, waits pending, in carrying out, and abnormal temination.
3. method according to claim 2, it is characterized in that in described file, [DropDownListStatus. waits for scheduling .NextStatus] is a Section title, title is made up of three parts, wherein DropDownListStatus represents control ID, " wait for scheduling " and represent control current state, NextStatus represents control NextState.
4., according to method according to claim 1, it is characterized in that described test and management system mainly to the management of production batch.
5. method according to claim 4, is characterized in that described testing process is that integrated circuit volume production is tested one batch and will be experienced each road testing process.
6. method according to claim 5, is characterized in that described one flow process exists various state, typical state as: wait for scheduling, etc. in be tested, test, halt (Hold), execute, abnormal temination etc.
7. method according to claim 6, described in it is characterized in that, wherein the NextState of each state may have multiple.
CN201410579151.7A 2014-10-27 2014-10-27 Method for realizing flow control of test management system via INI file Pending CN105527940A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410579151.7A CN105527940A (en) 2014-10-27 2014-10-27 Method for realizing flow control of test management system via INI file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410579151.7A CN105527940A (en) 2014-10-27 2014-10-27 Method for realizing flow control of test management system via INI file

Publications (1)

Publication Number Publication Date
CN105527940A true CN105527940A (en) 2016-04-27

Family

ID=55770228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410579151.7A Pending CN105527940A (en) 2014-10-27 2014-10-27 Method for realizing flow control of test management system via INI file

Country Status (1)

Country Link
CN (1) CN105527940A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060130041A1 (en) * 2004-12-09 2006-06-15 Advantest Corporation Method and system for performing installation and configuration management of tester instrument modules
CN101458726A (en) * 2007-12-13 2009-06-17 鸿富锦精密工业(深圳)有限公司 Wire cutting program generating system and method
CN101634963A (en) * 2009-08-24 2010-01-27 腾讯科技(深圳)有限公司 Method and system and computer for acquiring downloading software state
WO2013081680A2 (en) * 2011-11-28 2013-06-06 Wyse Technology Inc. Deployment of a driver or an application on a client device having a write-filter
CN103346928A (en) * 2013-07-02 2013-10-09 北京邮电大学 Method for supporting breakpoint continuous test of Peach platform
CN103576018A (en) * 2012-08-02 2014-02-12 珠海格力电器股份有限公司 Testing tool, system and method of electrical equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060130041A1 (en) * 2004-12-09 2006-06-15 Advantest Corporation Method and system for performing installation and configuration management of tester instrument modules
CN101458726A (en) * 2007-12-13 2009-06-17 鸿富锦精密工业(深圳)有限公司 Wire cutting program generating system and method
CN101634963A (en) * 2009-08-24 2010-01-27 腾讯科技(深圳)有限公司 Method and system and computer for acquiring downloading software state
WO2013081680A2 (en) * 2011-11-28 2013-06-06 Wyse Technology Inc. Deployment of a driver or an application on a client device having a write-filter
CN103576018A (en) * 2012-08-02 2014-02-12 珠海格力电器股份有限公司 Testing tool, system and method of electrical equipment
CN103346928A (en) * 2013-07-02 2013-10-09 北京邮电大学 Method for supporting breakpoint continuous test of Peach platform

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
洪洲等: "《C#.NET应用开发项目教程》", 31 May 2013 *
胡兵: "Windows中的.INI文件", 《PC应用》 *
许爱强等: "面向信号自动测试系统的INI文件自动转换技术", 《测试技术学报》 *

Similar Documents

Publication Publication Date Title
US10748083B2 (en) Automated tuning of a service configuration
CN103019942B (en) Method and system for automatically testing applications to be tested based on android system
CN102402481A (en) Fuzz testing of asynchronous program code
CN105506926A (en) Electric appliance operation interface display method and control method for washing machine
CN106096030A (en) The method and apparatus that browser execution is optimized
CN105677465B (en) The data processing method and device of batch processing are run applied to bank
CN104614656A (en) Semiconductor chip retest system and retest method thereof
CN110347952A (en) A kind of method, apparatus and computer equipment for opening the direct broadcasting room page
CN106502770A (en) A kind of HMI state transfer methods based on finite state machine
CN106886450A (en) Method for scheduling task and system
CN103024791B (en) Multi-service processing model and multi-service processing method in communication test system
CN109446082B (en) Multithreading test flow project configuration system
CN104978202A (en) Activity attribute extension method and apparatus
CN104410552A (en) Monitoring data collecting method and device
CN103678529A (en) Integration method of wafer test data of multiple times
CN104376086A (en) Data processing method and device
CN105527940A (en) Method for realizing flow control of test management system via INI file
CN106874129B (en) Method for determining process scheduling sequence of operating system and control method
CN103200040A (en) Interface signal quality testing method and system based on special chip
CN104065541A (en) Method and system for automatically performing network mode testing
CN106649078B (en) Application interface test method and device
CN107450973B (en) Detection method and device
CN105487958A (en) Processor internal behavior monitoring method
CN109597728A (en) The control method and device of test equipment, computer readable storage medium
CN104360931A (en) Method and device for displaying memory occupied by applications and mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160427

RJ01 Rejection of invention patent application after publication