CN102736975B - A kind of method of testing that trusted computing password support platform is tested and system - Google Patents

A kind of method of testing that trusted computing password support platform is tested and system Download PDF

Info

Publication number
CN102736975B
CN102736975B CN201110092504.7A CN201110092504A CN102736975B CN 102736975 B CN102736975 B CN 102736975B CN 201110092504 A CN201110092504 A CN 201110092504A CN 102736975 B CN102736975 B CN 102736975B
Authority
CN
China
Prior art keywords
test
data
test case
journal file
result
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.)
Active
Application number
CN201110092504.7A
Other languages
Chinese (zh)
Other versions
CN102736975A (en
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.)
Nationz Technologies Inc
Original Assignee
Nationz Technologies Inc
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 Nationz Technologies Inc filed Critical Nationz Technologies Inc
Priority to CN201110092504.7A priority Critical patent/CN102736975B/en
Publication of CN102736975A publication Critical patent/CN102736975A/en
Application granted granted Critical
Publication of CN102736975B publication Critical patent/CN102736975B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The present invention relates to a kind of method of testing of testing trusted computing password support platform and system, described method of testing comprises: obtain atom behavior and be also encapsulated as test case; Resolve test case to obtain test case data; The test case data of parsing is converted to network bytes sequence by calling data translation interface, and exports test expectation value to journal file; The test case data of parsing input trust computing interface is tested, and returns test actual value to journal file; Check test actual value and test expectation value, and in described journal file, record the result of verification; Analytic statistics test result also exports test statistics result.Adopt technology of the present invention can realize test and management and test statistics analytic function easily, improve the efficiency of test.

Description

A kind of method of testing that trusted computing password support platform is tested and system
Technical field
The present invention relates to computer realm, particularly relate to a kind of method of testing and the system of trusted computing password support platform being implemented to test.
Background technology
Software test is the important means of software quality assurance, the software of highly reliable for ask for something, high safety, testing expense may be equivalent to 3 to 5 times of all expenses of whole software project development, as can be seen here, to successfully develop high-quality software product, must pay attention to and strengthen Experience of Software Testing Work.
Creditable calculation password supporting platform is for user provides the solution of high safety and high reliability, the quality of this product all can have higher requirement in all fields, and the test of the existing trusted computing password support platform based on trusted cryptography service module TSM (TCMServiceModule), mainly based on operation flow, TSM function is tested, trust computing interface Tspi (TCGServiceProviderInterface) the enforcement test that such method of testing provides by calling trusted computing password support platform based on business function, test job mainly concentrates on the positive function correctness of checking business, and the software quality characteristics that other needs such as software robustness are paid close attention to is difficult to carry out Experience of Software Testing Work in the type test, and test data is hard coded in test macro, if need to carry out the additions and deletions of test data in test process or amendment all can need to modify to the source file of test macro.
Generally speaking, the shortcoming that prior art exists based on the test of the trusted computing password support platform of TSM is: the test function lacking the trust computing interface Tspi that TSM externally provides; Real time record can not be carried out to behavioral test; Lack the function of test statistics and analysis; Lack the function to the assembled test case of atom behavior.
Summary of the invention
Technical matters to be solved by this invention is to provide a kind of method of testing of testing trusted computing password support platform and system, realizes test and management and test statistics analytic function easily.
In order to solve the problems of the technologies described above, the invention discloses a kind of method of testing that trusted computing password support platform is tested, comprising the steps:
Obtain atom behavior and be encapsulated as test case; Described atom behavior refers to the some concrete behavior step describing the initial conditions of test, the Output rusults of executive condition and expection.
Resolve test case to obtain test case data;
Described test case data is converted to network bytes sequence by calling data translation interface, and exports test expectation value to journal file;
Described test case data input trust computing interface is tested, and returns test actual value to journal file;
Check test actual value and test expectation value, and in described journal file, record the result of verification;
Analytic statistics test result also exports test statistics result.
Further, the behavior of described acquisition atom the step being encapsulated as test case comprise:
Set up test case template;
Obtain test case and the atom behavior of system default;
Select the atom behavior needed in test case template, be encapsulated as test case;
When completing test and needing to use multiple test case, the above step that circulates packaging and testing use-case one by one, sets up test case library.
Further, described parsing test case comprises with the step obtaining test case data:
Identify in input parameter whether have test command key word, if had, then trigger test command alarm switch, if not, skip this step;
According to input parameter identification test case name, if there is this test case in test case library, testing results use-case, otherwise the test case name returning mistake;
Read the data of test case name identified, the data as test case inputs, if this test case correspondence many test datas, then and circulation read test data be input to test case.
Further, described check test actual value and test expectation value, and the step recording check results in described journal file comprises:
Obtain in journal file and test expectation value and test actual value and verify;
If test expectation value conforms to actual value, then in daily record, mark test check results is successfully, and in journal file, the test of minute book bar is passed through;
If test expectation value does not conform to actual value, then in daily record, mark test check results is unsuccessfully, and in journal file, the test of minute book bar is not passed through, and continues the state judging test command alarm switch.
Further, the state of described judgement test command alarm switch comprises:
If test expectation value does not conform to actual value, and test command alarm switch is for cutting out, then in daily record, print expected result and actual result, and continues operation below;
If test expectation value does not conform to actual value, and test command alarm switch is for opening, then in daily record, print expected result and actual result, and interrupt test process.
Further, described test case data is converted to network bytes sequence by described calling data translation interface, and exports test expectation value and comprise to the step of journal file:
The test data of input is stamped data label according to data type by calling data translation interface;
According to data label according to input test data sequence printing test expectation value to journal file, and in journal file add statistics key word.
Further, described described test case data input trust computing interface to be tested, and returns test actual value and comprise to the step of journal file:
The test data calling trust computing interface input parsing is tested;
Judge the state that trust computing interface testing result returns, if successfully return test result, then calling data translation interface carries out data conversion to returning test result, for the data returning test result stamp data label, print according to the order returning test result data and return actual value to journal file, and in journal file, add statistics key word; If return test result failure, then the return state that directly outputs test result is to journal file and key word is added up in interpolation.
Further, described analytic statistics test result export test statistics result and comprise:
Obtain the journal file in test process;
According to the statistics keyword analyses statistical test use-case percent of pass inserted in journal file;
Export test statistics result.
The invention also discloses a kind of test macro that trusted computing password support platform is tested, comprising: test case configuration module, test case parsing module, testing execution module, test data correction verification module, test log analysis module; Wherein,
Described test case configuration module, for obtaining atom behavior and being encapsulated as test case; Described atom behavior refers to the some concrete behavior step describing the initial conditions of test, the Output rusults of executive condition and expection;
Described test case parsing module, for resolving test case to obtain test case data;
Described testing execution module, is converted to network bytes sequence for calling data translation interface by described test case data, and exports test expectation value to journal file; Also for being tested by described test case data input trust computing interface, and return test actual value to journal file;
Described test data correction verification module, for check test actual value and test expectation value, and records the result of verification in described journal file;
Described test log analysis module, exports test statistics result for analytic statistics test result.
Adopt the present invention to carry out test to trusted computing password support platform and can record detailed behavioral test daily record, test case can programming count test result and error log be collected based on operation of the present invention, present invention also offers the function according to behavioral test configuration testing use-case, improve the efficiency of test.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of method of testing of the present invention;
Fig. 2 is the logical schematic that data transformation interface of the present invention (Tspi) carries out data conversion;
Fig. 3 is that input data are converted to the process flow diagram of network bytes sequence byte stream by packaged unit of the present invention (Bsg);
Fig. 4 is that the syllable sequence after conversion is exported process flow diagram according to predetermined output format by debugging unit of the present invention (Debug);
Fig. 5 is the process flow diagram that trust computing interface (Tspi) of the present invention performs test;
Fig. 6 is checking procedure logical diagram of the present invention;
Fig. 7 is the building-block of logic of test macro of the present invention;
Embodiment
Be described principle of the present invention and feature below in conjunction with accompanying drawing, example, only for explaining the present invention, is not intended to limit scope of the present invention.
One embodiment of the invention discloses a kind of method of testing of testing trusted computing password support platform, Figure 1 shows that the process flow diagram of method of testing of the present invention, and as shown in Figure 1, the method comprises:
Step 101: obtain atom behavior and be encapsulated as test case;
Wherein, described test case (TestCase) is one group of test input condition, executive condition and expected results working out for certain special objective, to test certain Program path or to examine whether meet certain particular demands; Atom behavior refers to the some concrete behavior step describing the initial conditions of test, the Output rusults of executive condition and expection.
In the present embodiment, the process of described packaging and testing use-case is: first start test case configuration module, set up new test case template, then the test case given tacit consent in reading system and atom behavior, select the test case of atom behavior or the acquiescence needed in test case template, also people can add to again in test case template after modifying as required, finally will add or amended test case template is encapsulated into a complete test case; Certainly, when completing a test, may need to use multiple test case, now can according to test plan by above-mentioned encapsulation process, multiple test cases that configuration needs, and the test case configured is preserved, form test case library.
Step 102: resolve test case to obtain test case data;
Wherein, described input parameter refers to the key word triggering test case and run, and comprises test command key word and test case name key word; Described test case data refers to the one group of test input condition worked out for certain test case.
In the present embodiment, process to test case is resolved: identify in input parameter whether have test command key word, in the present embodiment, a key word (as A) can be set in advance and represent the storage of test command key word in systems in which, as contained key word A in input parameter, then trigger test command alarm switch, if not, skip this step and continue to resolve part below; Then according to input parameter identification test case name, if there is this test case name in test case library, run this test case, otherwise return the test case name of mistake.Described testing results use-case, refers to the test data that read test use-case is corresponding, and the data as test case input, if corresponding many test datas of this test case, then and circulation read test data be input to test case.Continue to resolve the test case whether input parameter need execution, if existed, circulate above-mentioned resolving, until resolved all test cases corresponding with input parameter in test case library.
Step 103: described test case data is converted to network bytes sequence by calling data translation interface, and export test expectation value to journal file;
Wherein, described test expectation value refers to the expected results performing test input condition, and in the present embodiment, expected results outputs to journal file after data transformation interface (Tsip) translation data type.
Wherein, described data transformation interface (Tsip) comprises and carries out syllable sequence conversion to data and the packaged unit (Bsg) of packing and transmit the debugging unit (Debug) of data; Described trust computing interface is the Tspi interface that TSM provides.
Fig. 2 is the logical schematic that data transformation interface of the present invention (Tspi) carries out data conversion, as shown in Figure 2: in the present embodiment, by the process that described test case data input data transformation interface (Tsip) carries out data conversion be: first call packaged unit (Bsg), the data of input are converted to network bytes sequence byte stream according to input order and pack, if Fig. 3 is that input data are converted to the process flow diagram of network bytes sequence byte stream by packaged unit (Bsg), as shown in Figure 3: for each input data add a command sequence number, for the control of later stage order data output format, and be the input data interpolation type identifier of each type, represent data type and data length, the conversion of host byte sequence to network bytes sequence is carried out according to the type of Data Identification and data length, and according to export data order store conversion after from save sequence to the memory address of specifying, and judge whether non-switched data in addition, if had, circulation performs transfer process, until input data are all converted to network bytes sequence byte stream, finally return memory address and the effective byte sequence length of store byte sequence.
Then data transmission is carried out by debugging unit (Debug), if Fig. 4 is that conversion postbyte sequence is exported process flow diagram according to predetermined output format by debugging unit (Debug), as shown in Figure 4: according to input data sequence, the Input Data word throttling (test expectation value) converting network bytes sequence to is printed to journal file according to data label, and in journal file, add statistics key word, its process is: from the syllable sequence of input, parse the command sequence number of adding in packing process, the template that the sequence number that finds command in command log format module is corresponding, if find corresponding template, then judge that notebook data still exports data as inputting further, enter input respectively, export data-printing, and according to command log format print data to journal file, if do not find corresponding template, then exit printing model, in the present embodiment, command log format module comprises following content:
[command sequence number numbering
Command sequence title
Input Data Identification
Data 1 title, data 1 length, data 1 end mark
Data 2 title, data 2 length, data 2 end mark
Input ED mark
Export Data Identification
Data 1 title, data 1 length, data 1 end mark
Data 2 title, data 2 length, data 2 end mark
Export ED mark]
Wherein, described statistics key word refers to that the fixed field to a certain categorical data, conditioned disjunction result use certain to be convenient to add up identifies, as [OutPut], [Command], [Pass], [Failed] etc.
Step 104: described test case data input trust computing interface is tested, and returns test actual value to journal file;
Fig. 5 is the process flow diagram that trust computing interface (Tspi) of the present invention performs test, as shown in Figure 5: in the present embodiment, describedly by the process that described test case data input trust computing interface (Tspi) carries out testing be: call trust computing interface (Tspi) input test data and perform test, the trust computing interface (Tspi) that submitting to described test case data (the input data of original host byte sequence) to send TSM to provides is tested; The test result state that trust computing interface (Tspi) returns is judged, if it is successfully that trust computing interface (Tspi) returns test result state, then calling data translation interface (Tsip) will return test result data and be converted to network bytes sequence, and export order according to predetermined order data, the test result data converting network bytes sequence to is outputted to journal file, and in journal file, adds output statistics key word; If it is unsuccessfully that trust computing interface (Tspi) returns test result state, then direct test result return state is outputted to journal file, and add in journal file and export statistics key word.Wherein said output statistics key word comprises [OutPut], [Command] etc.
Step 105: check test actual value and test expectation value, and in described journal file, record the result of verification;
Fig. 6 is checking procedure logical diagram, and as shown in Figure 6: in the present embodiment, the test actual value that the expectation value of acquisition test case and trust computing interface (Tspi) return also verifies; Check results is: if test expectation value conforms to actual value, then in daily record, mark test check results is by " Pass ", and enters the verification of next test case; If test expectation value does not conform to actual value, then in daily record, mark test check results is not by " Failed ", and printing test expected result and actual result, further judgement test command alarm switch state, if when test command alarm switch is for cutting out, then the operation continued below enters the verification of next test case; If when test command alarm switch is for opening, then interrupt test process.
Wherein, described test actual value refers to the test actual result returned after trust computing interface (Tspi) performs test input condition.
Step 106: analytic statistics test result also exports test statistics result.
In the present embodiment, first obtain the journal file in test process, from journal file, read the daily record of this logout to buffer area, from buffer area, read tested command interface; Then according to the statistics key word statistical test result inserted in journal file, by quantity and the order transmission times of statistics key word statistical test use-case, calculate test case percent of pass, export test report according to statistics, and collect failed test case.
Another embodiment of the present invention also discloses a kind of test macro tested trusted computing password support platform, comprises test case configuration module, test case parsing module, testing execution module, test data correction verification module, test log analysis module.
Figure 7 shows that the building-block of logic of test macro of the present invention, below in conjunction with Fig. 7, the test macro of the embodiment of the present invention be described in detail:
Test case configuration module 701, for obtaining atom behavior and being encapsulated as test case;
In the present embodiment, encapsulation process is: first start test case configuration module, set up test case template; Obtain test case and the atom behavior of test case configuration module acquiescence, select the atom behavior needed in test case template, be encapsulated as test case; When completing test and needing to use multiple test case, circulation above-mentioned steps is packaging and testing use-case one by one, sets up test case library.
Test case parsing module 702, for resolving test case according to input parameter, obtains test case data;
In the present embodiment, resolving is: first identify in input parameter whether have test command key word, if had, then triggers test command alarm switch, otherwise skips this step continuation parsing below; Then according to input parameter identification test case name, if there is this test case in test case library, testing results use-case, otherwise the test case name returning mistake; Read the data of test case name identified, the data as test case inputs, if this test case correspondence many test datas, then and circulation read test data be input to test case.
Testing execution module 703, for changing described test case data and performing test;
Wherein, testing execution module 703 also comprises: for the data transformation interface (Tsip) 710 changed of test data to input with for performing the trust computing interface (Tspi) 720 that test command is tested; Described data transformation interface (Tsip) 710 comprises further and carries out syllable sequence conversion to data and the debugging unit (Debug) 712 of the packaged unit (Bsg) 711 of packing and transmission data.
In the present embodiment, described to carry out conversion to described test case data be, by calling data translation interface (Tsip) 710, described test case data is converted to network bytes sequence, and export test expectation value to journal file; Described execution test described test case data is input to trust computing interface (Tspi) 720 to test, and return test actual value to journal file.
Test data correction verification module 704, for verifying test actual value and test expectation value, if both conform to, verification succeeds, and the test of minute book bar is passed through in journal file, otherwise in journal file, the test of minute book bar is not passed through;
In the present embodiment, first obtain test expectation value and the actual value that returns of trust computing interface (Tspi) and verify; If test expectation value conforms to actual value, then in daily record, mark test check results is successfully; If test expectation value does not conform to actual value, then in daily record, mark test check results is unsuccessfully, and continues the state judging test command alarm switch, if test command alarm switch is for cutting out, then in daily record, print expected result and actual result, continue operation below; If test command alarm switch for opening, then prints expected result and actual result, interrupt test process in daily record.
Test log analysis module 705, exports test statistics result for statistical test use-case percent of pass; First obtain the journal file in test process, export test statistics result according to the statistics key word statistical test result inserted in journal file.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1. to the method for testing that trusted computing password support platform is tested, it is characterized in that, comprise the steps:
Obtain atom behavior and be encapsulated as test case; Described atom behavior refers to the some concrete behavior step describing the initial conditions of test, the Output rusults of executive condition and expection;
Resolve test case to obtain test case data;
Described test case data is converted to network bytes sequence by calling data translation interface, and exports test expectation value to journal file;
Described test case data input trust computing interface is tested, and returns test actual value to journal file;
Check test actual value and test expectation value, and in described journal file, record the result of verification;
Analytic statistics test result also exports test statistics result.
2. method of testing according to claim 1, is characterized in that, the behavior of described acquisition atom the step being encapsulated as test case comprise:
Set up test case template;
Obtain test case and the atom behavior of system default;
Select the atom behavior needed in test case template, be encapsulated as test case;
When completing test and needing to use multiple test case, the above step that circulates packaging and testing use-case one by one, sets up test case library.
3. method of testing according to claim 1, is characterized in that, described parsing test case comprises with the step obtaining test case data:
Identify in input parameter whether have test command key word, if had, then trigger test command alarm switch, if not, skip this step;
According to input parameter identification test case name, if there is this test case in test case library, testing results use-case, otherwise the test case name returning mistake;
Read the data of test case name identified, the data as test case inputs, if this test case correspondence many test datas, then and circulation read test data be input to test case.
4. method of testing according to claim 3, is characterized in that, described check test actual value and test expectation value, and the step recording check results in described journal file comprises:
Obtain in journal file and test expectation value and test actual value and verify;
If test expectation value conforms to actual value, then in daily record, mark test check results is successfully, and in journal file, the test of minute book bar is passed through;
If test expectation value does not conform to actual value, then in daily record, mark test check results is unsuccessfully, and in journal file, the test of minute book bar is not passed through, and continues the state judging test command alarm switch.
5. method of testing according to claim 4, is characterized in that, the state of described judgement test command alarm switch comprises:
If test expectation value does not conform to actual value, and test command alarm switch is for cutting out, then in daily record, print expected result and actual result, and continues operation below;
If test expectation value does not conform to actual value, and test command alarm switch is for opening, then in daily record, print expected result and actual result, and interrupt test process.
6. the method for testing according to any one of Claims 1 to 5, is characterized in that, described test case data is converted to network bytes sequence by described calling data translation interface, and exports test expectation value and comprise to the step of journal file:
The test data of input is stamped data label according to data type by calling data translation interface;
According to data label according to input test data sequence printing test expectation value to journal file, and in journal file add statistics key word.
7. method of testing according to claim 6, is characterized in that, is describedly tested by described test case data input trust computing interface, and returns test actual value and comprise to the step of journal file:
The test data calling trust computing interface input parsing is tested;
Judge the state that trust computing interface testing result returns, if successfully return test result, then calling data translation interface carries out data conversion to returning test result, for the data returning test result stamp data label, print according to the order returning test result data and return actual value to journal file, and in journal file, add statistics key word; If return test result failure, then the return state that directly outputs test result is to journal file and key word is added up in interpolation.
8. method of testing according to claim 7, is characterized in that, described analytic statistics test result also exports test statistics result and comprises:
Obtain the journal file in test process;
According to the statistics keyword analyses statistical test use-case percent of pass inserted in journal file;
Export test statistics result.
9. to the test macro that trusted computing password support platform is tested, it is characterized in that, comprising: test case configuration module, test case parsing module, testing execution module, test data correction verification module, test log analysis module; Wherein,
Described test case configuration module, for obtaining atom behavior and being encapsulated as test case; Described atom behavior refers to the some concrete behavior step describing the initial conditions of test, the Output rusults of executive condition and expection;
Described test case parsing module, for resolving test case to obtain test case data;
Described testing execution module, is converted to network bytes sequence for calling data translation interface by described test case data, and exports test expectation value to journal file; Also for being tested by described test case data input trust computing interface, and return test actual value to journal file;
Described test data correction verification module, for check test actual value and test expectation value, and records the result of verification in described journal file;
Described test log analysis module, exports test statistics result for analytic statistics test result.
CN201110092504.7A 2011-04-13 2011-04-13 A kind of method of testing that trusted computing password support platform is tested and system Active CN102736975B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110092504.7A CN102736975B (en) 2011-04-13 2011-04-13 A kind of method of testing that trusted computing password support platform is tested and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110092504.7A CN102736975B (en) 2011-04-13 2011-04-13 A kind of method of testing that trusted computing password support platform is tested and system

Publications (2)

Publication Number Publication Date
CN102736975A CN102736975A (en) 2012-10-17
CN102736975B true CN102736975B (en) 2016-01-20

Family

ID=46992516

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110092504.7A Active CN102736975B (en) 2011-04-13 2011-04-13 A kind of method of testing that trusted computing password support platform is tested and system

Country Status (1)

Country Link
CN (1) CN102736975B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106541716B (en) * 2015-09-17 2018-09-14 北大方正集团有限公司 A kind of nozzle emulation board and printing test method for test printing control system
CN105740147A (en) * 2016-01-29 2016-07-06 四川长虹电器股份有限公司 Method for automatically testing interfaces of intelligent terminals
CN107948744B (en) * 2017-12-13 2021-11-09 深圳市雷鸟网络传媒有限公司 Interface detection method, interface detection device, and computer-readable storage medium
CN108763006A (en) * 2018-05-30 2018-11-06 郑州云海信息技术有限公司 A kind of diagnostic method and system of backboard pressure test
CN110727565B (en) * 2018-07-16 2023-06-23 普天信息技术有限公司 Network equipment platform information collection method and system
CN109446065A (en) * 2018-09-18 2019-03-08 深圳壹账通智能科技有限公司 User tag test method, device, computer equipment and storage medium
CN109491885A (en) * 2018-09-26 2019-03-19 深圳壹账通智能科技有限公司 Test problem localization method, device, computer equipment and storage medium
CN109587351B (en) * 2019-01-23 2020-04-07 北京三快在线科技有限公司 Call testing method, device, equipment and storage medium
CN109872230B (en) * 2019-01-23 2024-04-02 平安科技(深圳)有限公司 Test method and device of financial data analysis system, medium and electronic equipment
CN110489471A (en) * 2019-07-25 2019-11-22 北京文渊佳科技有限公司 A kind of data request processing method, apparatus, storage medium and server
CN113204486A (en) * 2021-05-20 2021-08-03 山东英信计算机技术有限公司 TCM module function stability testing method, device and system
CN115086209B (en) * 2022-05-10 2024-03-12 浙江众合科技股份有限公司 Signal system digital intelligent test method based on edge computing platform

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2392276A (en) * 2002-07-31 2004-02-25 Hewlett Packard Development Co A method of validating the rights of a user to participate in an interactive computer environment
CN101414279A (en) * 2008-11-18 2009-04-22 武汉大学 Test device for credible software stack

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2392276A (en) * 2002-07-31 2004-02-25 Hewlett Packard Development Co A method of validating the rights of a user to participate in an interactive computer environment
CN101414279A (en) * 2008-11-18 2009-04-22 武汉大学 Test device for credible software stack

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Research on theory and key technology of trusted computing platform security testing and evaluation;Zhang HuanGuo等;《Science China(Information Sciences)》;20100301;第53卷(第3期);第434-453页 *
可信计算平台测评理论与关键技术研究;张焕国等;《中国科学》;20100220;第40卷(第2期);第167-188页 *
可信计算支撑软件测试方法的研究;何凡等;《武汉理工大学学报》;20090228;第31卷(第3期);第142-144页 *

Also Published As

Publication number Publication date
CN102736975A (en) 2012-10-17

Similar Documents

Publication Publication Date Title
CN102736975B (en) A kind of method of testing that trusted computing password support platform is tested and system
CN105786998B (en) Database middleware system and the method for handling data using it
CN107092554B (en) Method and device for confirming fault code of application program
CN105912473B (en) Mobile APP automatically testing platform and test method based on BDD
Sneed et al. Wsdltest-a tool for testing web services
Firesmith Using quality models to engineer quality requirements
Jürjens et al. Tools for secure systems development with UML
Hemmati et al. Prioritizing manual test cases in rapid release environments
CN105808266A (en) Code operation method and device
Philipps et al. Model-based test case generation for smart cards
CN111563016B (en) Log collection and analysis method and device, computer system and readable storage medium
Edwards et al. A framework for detecting interface violations in component-based software
CN101241491A (en) Method and system for checking data
CN1996375A (en) Method and device for implementing transaction test in host environment
CN108460068A (en) Method, apparatus, storage medium and the terminal that report imports and exports
US20030125904A1 (en) Log analysis method and recording medium storing log analysis program
CN115952758A (en) Chip verification method and device, electronic equipment and storage medium
CN114372006A (en) Method and system for automatically generating test case, computer equipment and storage medium
JP2000232516A (en) Method for generating validity check rule, generating module, control module and storage means
CN115858336A (en) Test vector generation method and device, computing equipment and storage medium
CN111651977B (en) Language-independent legal contract and intelligent contract consistency measuring method
Zhu et al. System-on-chip validation using UML and CWL
CN115657981A (en) Method for setting print level of print information in authentication environment and authentication method
CN112070470B (en) Annual report reporting method and device, electronic equipment and storage medium
CN109885290A (en) Application program service description information generates and dissemination method, device and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant