CN112685206B - Interactive data correctness judging method and device, electronic equipment and medium - Google Patents
Interactive data correctness judging method and device, electronic equipment and medium Download PDFInfo
- Publication number
- CN112685206B CN112685206B CN202110019806.5A CN202110019806A CN112685206B CN 112685206 B CN112685206 B CN 112685206B CN 202110019806 A CN202110019806 A CN 202110019806A CN 112685206 B CN112685206 B CN 112685206B
- Authority
- CN
- China
- Prior art keywords
- iteration
- result
- correctness
- interactive
- determining
- 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
Links
- 230000002452 interceptive effect Effects 0.000 title claims abstract description 306
- 238000000034 method Methods 0.000 title claims abstract description 67
- 230000014509 gene expression Effects 0.000 claims abstract description 150
- 230000003993 interaction Effects 0.000 claims abstract description 53
- 239000000470 constituent Substances 0.000 claims abstract description 12
- 238000012804 iterative process Methods 0.000 claims abstract description 12
- 230000015654 memory Effects 0.000 claims description 19
- 230000002093 peripheral effect Effects 0.000 description 20
- 238000012360 testing method Methods 0.000 description 11
- 230000008569 process Effects 0.000 description 7
- 238000004590 computer program Methods 0.000 description 6
- 238000004891 communication Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 3
- 239000004973 liquid crystal related substance Substances 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000006467 substitution reaction Methods 0.000 description 2
- 239000002699 waste material Substances 0.000 description 2
- 238000013459 approach Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 235000013399 edible fruits Nutrition 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000011022 operating instruction Methods 0.000 description 1
- 238000011017 operating method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 230000008707 rearrangement Effects 0.000 description 1
- 230000001953 sensory effect Effects 0.000 description 1
- 230000002194 synthesizing effect Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
The embodiment of the invention discloses a method, a device, electronic equipment and a medium for judging correctness of interaction data. The method comprises the following steps: acquiring an interactive message, and determining an atomic expression of the interactive message according to an expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data; iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration; and continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination. The embodiment of the invention simplifies the judgment logic for determining the correctness of the interactive data and improves the judgment efficiency of the correctness of the interactive data.
Description
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method, a device, electronic equipment and a medium for judging correctness of interactive data.
Background
In a system based on a B/S (browser/Server) and a C/S (client/Server) architecture, there is generally data interaction between a device under test and a peripheral device, and when determining the correctness of the interaction data, the result of the device under test sending data to the peripheral device, which matches with expected data, is generally used as a basis for determining whether the test passes.
Currently, in a method for judging correctness of interaction data, there is generally participation of a third party except a tested device and a peripheral device which interacts with the tested device. Intercepting interaction data of the tested device and the peripheral device by a third party, performing format conversion on the intercepted interaction data by an internal protocol of the third party, and then matching the converted interaction data with expected data. And obtaining a judgment result of the correctness of the interactive data according to the matching result. The existing method for judging the correctness of the interactive data needs to formulate an internal protocol to prescribe a data format, and the judgment of the correctness of the interactive data is complex in realization logic and low in efficiency.
Disclosure of Invention
The embodiment of the invention provides an interactive data correctness judging method, an interactive data correctness judging device, electronic equipment and a medium, which aim to simplify the interactive data correctness judging flow in a system based on a B/S architecture and a C/S architecture and improve the interactive data correctness judging efficiency.
In a first aspect, an embodiment of the present invention provides a method for determining correctness of interaction data, where the method includes:
acquiring an interactive message, and determining an atomic expression of the interactive message according to an expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data;
iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration;
and continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination.
In a second aspect, an embodiment of the present invention further provides an apparatus for determining correctness of interaction data, where the apparatus includes:
the interactive message atomic expression determining module is used for acquiring the interactive message and determining the atomic expression of the interactive message according to the expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data;
the iteration module is used for iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration;
And the interactive data correctness determining module is used for continuing iteration until the iteration termination condition is met, and determining the correctness of the interactive data according to the iteration result before the iteration termination.
In a third aspect, an embodiment of the present invention further provides an electronic device, including:
one or more processors;
a memory for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for determining correctness of interaction data according to any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a non-transitory computer readable storage medium storing computer instructions for causing a computer to execute a method for determining correctness of interactive data according to any one of the embodiments.
According to the embodiment of the invention, the interactive information is obtained, and the atomic expression of the interactive information is determined according to the expected requirement corresponding to the interactive information; wherein the interactive message is the minimum constituent unit of the interactive data; iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration; and continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination. The correctness of the interactive data in the embodiment of the invention is only related to the interactive information and the expected requirement corresponding to the interactive information, and is irrelevant to the acquisition sequence of the interactive information corresponding to the atomic expression, thereby simplifying the determination of the correctness judgment logic of the interactive data and improving the correctness judgment efficiency of the interactive data.
Drawings
FIG. 1 is a flow chart of an interactive data correctness judging system according to a first embodiment of the present invention;
FIG. 2 is a flow chart of an interactive data correctness judging method in a second embodiment of the present invention;
FIG. 3 is a flowchart of an interactive data correctness judging method in a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an interactive data correctness judging device in a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device to which the method for determining correctness of interactive data according to an embodiment of the present invention is applicable.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a schematic diagram of a method for determining correctness of interaction data in a first embodiment of the present invention, where the embodiment is applicable to a case of determining correctness of interaction data sent by a device under test when reliability of the device under test in a system based on B/S architecture and C/S architecture is tested. The method can be executed by the interactive data correctness judging device, and the device can be realized in a software and/or hardware mode and can be configured in the electronic equipment.
Fig. 1 is a flowchart of a method for determining correctness of interactive data according to a first embodiment of the present invention, as shown in fig. 1, the method includes:
s110, acquiring an interactive message, and determining an atomic expression of the interactive message according to an expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data.
The interactive data is composed of interactive information, and the interactive data is data which is transmitted in a communication mode between the tested device and the peripheral device and is fed back to the peripheral device by the tested device after the peripheral device sends an operation instruction to the tested device. The tested device and the peripheral device are electronic devices in a system based on a B/S architecture and a C/S architecture. The interactive information can be obtained by directly obtaining the interactive information or obtaining the interactive data and then analyzing the interactive data. In addition, the interactive information can be acquired actively through the open interface of the tested device, or can be directly received and sent by the tested device. And is not limited herein, and is specifically determined according to actual situations.
Wherein the expected demand is associated with interactive messages, each interactive message having an expected demand associated therewith. The expected requirements related to the interactive information can be obtained by analyzing the acquired interactive information, or the interactive data correctness judging system can be obtained according to the test case when the peripheral equipment sends an operation instruction to the tested equipment.
The atomic expression of the interactive message is used for judging whether the interactive message meets the expected judgment result according to the expected requirement corresponding to the interactive message. Where the expected demand refers to feedback that the peripheral expects from the device under test after sending an operating instruction to the device under test. The expected requirements relate to the service application scenario of the interactive message, specifically preset by the technician, and are not limited herein.
And acquiring the interactive message, analyzing the interactive message to obtain an expected requirement corresponding to the interactive message, and determining an atomic expression of the interactive message according to the expected requirement.
S120, iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an atomic expression that has not participated in an iteration and/or an iteration intermediate value of an atomic expression that has participated in an iteration.
Where the iterated object refers to an atomic expression that participates in the iteration. The preset iteration rule refers to a rule for synthesizing two atomic expressions participating in iteration to determine one result atomic expression. The preset iteration rule is predetermined by a technician comprehensively considering various possible expected demands corresponding to the interactive message, and is not limited herein, and is determined specifically according to an actual service scenario.
The atomic expressions participating in the iteration are atomic expressions which do not participate in the iteration and/or iteration intermediate values of the atomic expressions which participate in the iteration.
The atomic expressions which do not participate in iteration refer to the atomic expressions of the interactive messages which do not participate in iteration in the interactive data; the iteration intermediate value of the atomic expression which has participated in the iteration refers to a result atomic expression determined by the atomic expressions of the two interactive messages participated in the iteration, and the result atomic expression is called as the iteration intermediate value in the iteration process. The iteration result is a result atomic expression determined in the last iteration before the iteration is terminated. For example, in the existing interactive data composed of 4 interactive messages M1, M2, M3 and M4, the atomic expressions of the 4 interactive messages are Y1, Y2, Y3 and Y4 respectively, and optionally, Y1 and Y3 iterate according to a preset iteration rule, so as to obtain an atomic expression Z1. At this time, it may be determined that the atomic expressions which have not participated in the iteration are Y2 and Y4, the atomic expressions which have participated in the iteration are Y1 and Y3, and the iteration intermediate value of the atomic expression which has participated in the iteration is Z1, and then in the next iteration, the iterated object may be any two atomic expressions of the atomic expressions which have not participated in the iteration are Y2 and Y4 and the iteration intermediate value of the atomic expression which has participated in the iteration is Z1, and the atomic expressions which have participated in the iteration Y1 and Y3 do not need to participate in the iteration again.
It is noted that when selecting the iterated object, it is not affected by the order of the iterated object, and two iterated objects are selected to participate in the iteration.
And S130, continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination.
The iteration termination condition refers to a condition of ending the iteration, and the atomic expression of the result determined by the last iteration before the iteration is terminated is the iteration result, and the atomic expression includes whether the interaction message corresponding to the atomic expression meets the expected judgment result. The correctness of the interactive data can be determined according to the iteration result, specifically, the interactive data can be determined to be correct if the interactive information meets the expectation, and the interactive data is determined to be wrong if the interactive information does not meet the expectation.
According to the embodiment of the invention, the interactive information is obtained, and the atomic expression of the interactive information is determined according to the expected requirement corresponding to the interactive information; wherein the interactive message is the minimum constituent unit of the interactive data; iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration; and continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination. According to the embodiment of the invention, the atomic expressions of the interactive information are determined, the iteration result is obtained by iterating any two atomic expressions, and the correctness of the interactive data is determined according to the iteration result; the embodiment of the invention can realize the instant receiving and instant comparison of the interactive information, and improves the accuracy judging efficiency of the interactive data; in addition, the embodiment of the invention obtains an iteration result through the iteration atomic expression, considers the computing capacity and the storage space of the computer, reduces the complexity of the implementation of the computer program, improves the resource utilization rate of the computer, and reduces the resource waste rate.
Example two
Fig. 2 is a flowchart of a method for determining correctness of interactive data in the second embodiment of the present invention, which is further optimized based on the first embodiment, specifically: the determining the atomic expression of the interactive message according to the expected requirement corresponding to the interactive message comprises the following steps: if the expected requirement is that the interaction message is successfully matched with the specified parameter, the interaction message is correct, and if the interaction message is successfully matched with the specified parameter, the iteration state of the atomic expression is determined to be the termination of iteration, and the correctness judgment result of the atomic expression is correct; if the expected requirement is that the interaction message is successfully matched with the specified parameter, the interaction message is correct, and the interaction message is failed to be matched with the specified parameter, the iteration state of the atomic expression is determined to be continuous iteration, and the correctness judgment result of the atomic expression is wrong.
As shown in fig. 2, the method includes:
s210, acquiring an interactive message, if the expected requirement corresponding to the interactive message is that the interactive message is successfully matched with the specified parameter, the interactive message is correct, and if the interactive message is successfully matched with the specified parameter, determining that the iteration state of the atomic expression is terminated, and determining that the correctness of the atomic expression is correct.
The atomic expression of the interactive message comprises an iteration state and a correctness judgment result of the interactive message.
And acquiring the interactive message, and determining an atomic expression of the interactive message according to the expected demand corresponding to the interactive message, namely determining the iteration state and the correctness judgment result of the atomic expression of the interactive message according to the expected demand corresponding to the interactive message. Wherein the expected demand includes specified parameters.
And under the condition that the expected requirement corresponding to the interactive message is that the interactive message is successfully matched with the specified parameter, the interactive message is correct.
And if the interactive message is successfully matched with the specified parameters, determining that the iteration state of the atomic expression is the termination of iteration, and determining that the correctness judgment result of the atomic expression is correct. The atomic expression can be written as x: termination-the result is correct. The first parameter of x represents the iteration state of the atomic expression, and the second parameter represents the correctness judgment result of the atomic expression.
It should be noted that, the iteration state and the correctness judgment result are both related to a specific interactive message, and not the whole iteration process.
S220, if the expected requirement corresponding to the interactive message is that the interactive message is successfully matched with the specified parameter, the interactive message is correct, and if the interactive message is failed to be matched with the specified parameter, the iteration state of the atomic expression is determined to be continuous iteration, and the correctness judgment result of the atomic expression is wrong.
And under the condition that the expected requirement corresponding to the interactive message is that the interactive message is successfully matched with the specified parameter, the interactive message is correct.
And if the matching of the interactive message and the appointed parameter fails, determining that the iteration state of the atomic expression is continuous iteration, and determining that the accuracy judgment result of the atomic expression is error. The atomic expression can be written as y: continue-result error.
In an alternative embodiment, the determining the atomic expression of the interactive message according to the expected requirement corresponding to the interactive message further includes:
if the expected requirement is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter, and if the interactive message is successfully matched with the specified parameter, determining that the iteration state of the atomic expression is ending iteration, and determining that the correctness judgment result of the atomic expression is wrong;
and under the condition that the expected requirement corresponding to the interactive message is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter.
If the interactive message is successfully matched with the appointed parameters, determining that the iteration state of the atomic expression is terminated, and determining that the accuracy judgment result of the atomic expression is wrong; the atomic expression can be written as n: termination-result error.
If the expected requirement is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter, and the interactive message is failed to be matched with the specified parameter, the iteration state of the atomic expression is determined to be continuous iteration, and the correctness judgment result of the atomic expression is correct.
And under the condition that the expected requirement corresponding to the interactive message is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter.
And if the matching of the interactive message and the appointed parameter fails, determining that the iteration state of the atomic expression is continuous iteration, and determining that the correctness of the atomic expression is correct. The atomic expression can be written as m: continue-result correct.
The expected requirements for each of the interactive messages sent by the devices under test in the B/S architecture and C/S architecture based systems are not uniform, and different interactive messages may correspond to different expected requirements, i.e., each interactive message may correspond to one of the two expected requirements. Thus, in order to fully consider the expected needs to which an interactive message may correspond, embodiments of the present invention provide a preset iteration rule for determining a result expression from two atomic expressions. The reasoning process of the preset iteration rule is as follows:
And under the condition that the expected requirements corresponding to the two iterated objects are that the interactive information is successfully matched with the specified parameters, the interactive information is correct. The possible combinations of the two iterated objects and the iteration intermediate values determined by the two iterated objects are shown in table 1.
TABLE 1
Object 1 to be iterated | Object 2 to be iterated | Iterative intermediate value |
x-termination-junctionCorrect fruit | x termination-correct result | x termination-correct result |
x termination-correct result | y continue-result error | y continue-result error |
y continue-result error | x termination-correct result | y continue-result error |
y continue-result error | y continue-result error | y continue-result error |
According to table 1, it can be obtained that, when the expected requirements corresponding to the two iterated objects are that the interactive message is correct if the interactive message is successfully matched with the specified parameters, the iteration intermediate value determined by the two iterated objects is still within the possible combination range of the two iterated objects, that is, the iteration intermediate value is x or y.
And under the condition that the expected requirements corresponding to the two iterated objects are that the interactive information is successfully matched with the specified parameters, the interactive information is wrong. The possible combinations of the two iterated objects and the iteration intermediate values determined by the two iterated objects are shown in table 2.
TABLE 2
Object 1 to be iterated | Object 2 to be iterated | Iterative intermediate value |
m: continue-result correct | m: continue-result correct | m: continue-result correct |
m: continue-result correct | n: terminate-result error | n: terminate-result error |
n: terminate-result error | m: continue-result correct | n: terminate-result error |
n: terminate-result error | n: terminate-result error | n: terminate-result error |
According to table 2, it can be obtained that, in the case that the expected requirements corresponding to the two iterated objects are that the interaction message is successfully matched with the specified parameters and the interaction message is wrong, the iteration intermediate value determined by the two iterated objects is still within the possible combination range of the two iterated objects, that is, the iteration intermediate value is m or n.
And under the condition that the expected requirement corresponding to the two iterated objects is any one of that the interaction message is wrong if the interaction message is successfully matched with the appointed parameters or that the interaction message is correct if the interaction message is successfully matched with the appointed parameters. The possible combinations of the two iterated objects and the iteration intermediate values determined by the two iterated objects are shown in table 3.
TABLE 3 Table 3
Object 1 to be iterated | Object 2 to be iterated | Iterative intermediate value |
x termination-correct result | m: continue-result correct | m: continue-result correct |
x termination-correct result | n: terminate-result error | n: terminate-result error |
y continue-result error | m: continue-result correct | y continue-result error |
y continue-result error | n: terminate-result error | n: terminate-result error |
m: continue-result correct | x termination-correct result | m: continue-result correct |
m: continue-result correct | y continue-result error | y continue-result error |
n: terminate-result error | x termination-correct result | n: terminate-result error |
n: terminate-result error | y continue-result error | n: terminate-result error |
According to table 3, it can be obtained that, in the case that the expected requirement corresponding to the two iterated objects is that any one of the interactive message is wrong if the interactive message is successfully matched with the specified parameter or the interactive message is correct if the interactive message is successfully matched with the specified parameter, the following three results appear in the iteration intermediate value determined by the two iterated objects: m: continue-result correct, y: continue-result error and n: terminate-result error.
Taken together, the cases listed in tables 1, 2 and 3, it can be found that: any two iterated objects determine one of the following four atomic expressions in the middle of the iteration: x: terminate-result correct, y: continue-result error, m: continue-result correct, and n: terminate-result error.
The following rules can be generalized from the above scenario: 1. the iteration intermediate value obtained by each iteration is irrelevant to the sequence of the iterated object, and the atomic expression meets the exchange law, namely: njN (j+1) =n (j+1) Nj. Wherein N is a string composed of atomic expressions x, y, m, and N, and parameter j is a string index. Specifically, for the character string N1 … … Ni, moving any Nj (1 < =j < =i) to any position from N1 to Ni will not affect the resulting iteration intermediate value. Therefore, even if different character strings are given, the atomic expressions x, y, m, and n of the character strings are always adjusted to the same character string as long as the numbers thereof are identical.
2. It can be derived from tables 1, 2 and 3 that the correctness of the intermediate value is erroneous as long as the correctness of any one of the iterated objects is erroneous. And combining the iteration state with the iteration intermediate value, finding that any iterated object is n, and then the iteration intermediate value is n.
3. The iteration state of the iteration intermediate value can be determined by combining the correctness judgment result of the iteration intermediate value and the iteration states of the two iterated objects.
Specifically, the preset iteration rule is a combination of two objects listed in table 1, table 2 and table 3, and an iteration intermediate value determined by the two objects.
S230, iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an atomic expression that has not participated in an iteration and/or an iteration intermediate value of an atomic expression that has participated in an iteration.
The iteration of any two iterated objects according to the preset iteration rule may be performed according to the possible combination situations of the two iterated objects listed in table 1, table 2 and table 3 and the situation of the iteration intermediate value determined by the two iterated objects, so as to obtain an iteration result. It is noted that tables 1, 2 and 3 are each constructed in the context of an iterative process, and are equally applicable to the determination of the iterative result.
And S240, continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination.
According to the embodiment of the invention, through comprehensively considering various possible expected requirements corresponding to the interactive message and preset iteration rules which are preset, the preset iteration rules comprise the expected requirements that the interactive message is wrong if the interactive message is successfully matched with the specified parameters, the expected requirements that the interactive message is correct if the interactive message is successfully matched with the specified parameters, and the condition that the two requirements coexist, a universal interactive data correctness determining method is provided, and the accuracy and applicability of the interactive data correctness judging method are improved.
Example III
Fig. 3 is a flowchart of an interactive data correctness judging method in a third embodiment of the present invention, which is further optimized based on the above embodiment. The concrete optimization is as follows: iterating any two iterated objects according to a preset iteration rule to obtain an iteration result, wherein the iterating comprises the following steps: determining the correctness judgment result of the iterative result according to the correctness judgment result of the iterated object; and determining the iteration state of the iteration result according to the iteration state of the iterated object and the correctness judgment result of the iteration result.
As shown in fig. 3, the method includes:
s310, acquiring an interactive message, and determining an atomic expression of the interactive message according to an expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data.
S320, determining the correctness judgment result of the iteration result according to the correctness judgment result of the iterated object; and determining the iteration state of the iteration result according to the iteration state of the iterated object and the correctness judgment result of the iteration result.
The iteration result is obtained by integrating the correctness judgment results of the two iterated objects and the iteration state of the iterated objects.
In an optional embodiment, the determining the correctness of the iterative result according to the correctness of the iterated object includes: if the correctness judgment result of any iterated object is wrong, determining that the correctness judgment result of the iterated result is wrong; otherwise, determining that the correctness judgment result of the iteration result is correct.
And determining that the correctness judgment result of the iteration result is wrong as long as the correctness judgment result is wrong in the iterated object. Only if the correctness judgment results of all the iterated objects are the correctness judgment results of the correct iterated results.
In an optional embodiment, determining the iteration state of the iteration result according to the iteration state of the iterated object and the correctness judgment result of the iteration result includes: if the correctness judgment result of the iteration result is wrong and the iteration state of any iterated object is the termination iteration, determining the iteration state of the iteration result as the termination iteration; if the correctness judgment result of the iteration result is wrong and the iteration states of the two iterated objects are continuous iteration, determining the iteration state of the iteration result as continuous iteration; if the correctness judgment result of the iteration result is correct and the iteration state of any iterated object is continuous iteration, determining the iteration state of the iteration result as continuous iteration; if the correctness judgment result of the iteration result is correct and the iteration state of any iterated object is the ending iteration, determining the iteration state of the iteration result as the ending iteration.
The embodiment of the invention provides a specific determination mode of the accuracy judgment result and the iteration state of the iteration result, reduces the difficulty of determining the iteration result, and improves the judgment speed of the accuracy of the interaction data.
S330, continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination.
The iteration result comprises a correctness judgment result which can be used as a judgment basis for judging the correctness of the interactive data.
In an optional embodiment, the continuing the iteration until the iteration termination condition is met, determining the correctness of the interaction data according to the iteration result before the iteration termination includes: if the iteration state of the iteration result is terminated and the correctness judgment result is wrong, terminating iteration and determining that the interactive data is wrong; or if the iteration time exceeds the preset iteration time, terminating the iteration and determining the correctness of the interactive data according to the correctness judgment result of the iteration result.
The iteration time is accumulated iteration time, in the iteration process, the system maintains an actual iteration time, the first iteration starting time is the starting time of the actual iteration time, and if the combination condition of the accuracy judgment result of the subsequent iteration result and the iteration state meets the condition of continuous iteration, the iteration time is accumulated on the basis of the existing actual iteration time to obtain the accumulated iteration time every time the iteration is completed. Comparing the actual accumulated iteration time with a preset iteration time, and if the actual accumulated iteration time exceeds the preset iteration time, determining the correctness of the interactive data according to the iteration result before the iteration is ended. The preset iteration time is an empirical value set by a technician according to actual conditions, and specific numerical values of the preset iteration time are not limited herein and are determined specifically according to the actual conditions.
The single iteration time includes a duration of acquiring the interaction message. In an exemplary scenario, in which an interactive message is obtained, that is, the interactive message is iterated, and the expected requirement corresponding to the interactive message obtained by the interactive data correctness judging system according to the test case is that if the interactive message is successfully matched with the specified parameter, the interactive message is wrong, because the system has time delay, the interactive data correctness judging system still does not obtain the transmitted interactive data of the tested device under the condition that the actual accumulated iteration time reaches the preset iteration time, at this time, it can be determined that the correctness judging result of the atomic expression of the interactive message which is expected to be received is correct, and the whole iteration process is terminated because the actual accumulated iteration time exceeds the preset iteration time. Determining the correctness of the interactive data according to the iteration result before the iteration is terminated, and specifically, if the correctness judgment result of the iteration result before the iteration is terminated is correct, determining that the correctness of the interactive data is correct; in contrast, if the correctness judgment result of the iteration result before termination is wrong, the correctness of the interactive data is wrong. According to the embodiment of the invention, by setting the iteration termination condition, the iteration of infinite loop is avoided, meanwhile, the condition of system time delay is considered, the resource utilization rate of a computer is improved, and the resource waste rate is reduced.
In a preferred embodiment, the interaction data transmitted by the test is classified by the peripheral device receiving the interaction data. If the peripheral device receiving the interactive data has 3 peripheral devices, namely, peripheral device 1, peripheral device 2 and peripheral device 3.
For the interactive data of the peripheral device 1, the atomic expressions of each interactive message constituting the interactive data can be determined first, and then the atomic expressions of any interactive message are iterated according to a preset iteration rule, so as to obtain an iteration result of the interactive data sent to the peripheral device 1. Then, the iterative result of the interaction data of the peripheral device 2 and the peripheral device 3 is calculated in the same way. And obtaining iteration results of the tested equipment for transmitting all interactive data according to a preset iteration rule, judging the correctness of the tested equipment for transmitting the interactive data according to the iteration results, and further judging the reliability of the tested equipment. In the process of determining the atomic expression and the iteration result of the interaction message, if any atomic expression is n, namely, the termination-result is wrong, the iteration is terminated, the correctness of the interaction data sent by the tested equipment is wrong, and then the tested equipment is judged to have errors.
According to the technical scheme, the interactive message is obtained, and the atomic expression of the interactive message is determined according to the expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data. Determining the correctness judgment result of the iterative result according to the correctness judgment result of the iterated object; and determining the iteration state of the iteration result according to the iteration state of the iterated object and the correctness judgment result of the iteration result. And continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination. According to the embodiment of the invention, an iteration result is obtained through the iteration atomic expression, the computing capacity and the storage space of the computer are considered, the complexity of computer program implementation is reduced, the resource utilization rate of the computer is improved, and the resource wave rate is reduced.
Example IV
Fig. 4 is a schematic structural diagram of an interactive data correctness judging device in a fourth embodiment of the present invention, which is applicable when a client initiates a resource request to a server. The apparatus may be implemented in software and/or hardware and may be configured in an electronic device.
As shown in fig. 4, the apparatus may include: an interactive message atomic expression determination module 410, an iteration module 420, and an interactive data correctness determination module 430.
An interactive message atomic expression determining module 410, configured to obtain an interactive message, and determine an atomic expression of the interactive message according to an expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data;
the iteration module 420 is configured to iterate any two iterated objects according to a preset iteration rule, so as to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration;
and the interactive data correctness determination module 430 is configured to continue iteration until the iteration termination condition is met, and determine the correctness of the interactive data according to the iteration result before the iteration termination.
According to the embodiment of the invention, the interactive information is obtained, and the atomic expression of the interactive information is determined according to the expected requirement corresponding to the interactive information; wherein the interactive message is the minimum constituent unit of the interactive data; iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration; and continuing iteration until the iteration termination condition is met, and determining the correctness of the interaction data according to the iteration result before the iteration termination. According to the embodiment of the invention, the atomic expressions of the interactive information are determined, the iteration result is obtained by iterating any two atomic expressions, and the correctness of the interactive data is determined according to the iteration result.
Optionally, the atomic expression of the interactive message includes an iteration state and a correctness judgment result of the interactive message; accordingly, the interactive message atom expression determination module 410 includes an interactive message acquisition sub-module and an interactive message atom expression determination sub-module. The interactive message acquisition sub-module is specifically used for acquiring the interactive message;
The interactive message acquisition submodule comprises: the first interactive message atomic expression determining unit is used for determining that the iteration state of the atomic expression is terminated if the expected requirement is that the interactive message is successfully matched with the specified parameter, the interactive message is correct, and the interactive message is successfully matched with the specified parameter, and the correctness judging result of the atomic expression is correct;
and the second interactive message atomic expression determining unit is used for determining that the iteration state of the atomic expression is continuous iteration if the expected requirement is that the interactive message is successfully matched with the specified parameter, the interactive message is correct, and the interactive message is failed to be matched with the specified parameter, and the correctness judging result of the atomic expression is wrong.
Optionally, the interactive message obtaining submodule further includes: a third interactive message atomic expression determining unit, configured to determine that an iteration state of the atomic expression is an iteration termination if the expected requirement is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter and the interactive message is successfully matched with the specified parameter, and determine that a correctness judgment result of the atomic expression is wrong;
And the fourth interactive message atomic expression determining unit is used for determining that the iteration state of the atomic expression is continuous iteration if the expected requirement is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter and the interactive message is failed to be matched with the specified parameter, and the correctness judging result of the atomic expression is correct.
Optionally, the iteration module 420 includes: the correctness judgment result determining unit is used for determining the correctness judgment result of the iterative result according to the correctness judgment result of the iterated object;
and the iteration state determining unit is used for determining the iteration state of the iteration result according to the iteration state of the iterated object and the accuracy judging result of the iteration result.
Optionally, the correctness judgment result determining unit includes: a correctness judgment result determining subunit, configured to determine that the correctness judgment result of the iterative result is wrong if the correctness judgment result of any one of the iterated objects is wrong; otherwise, determining that the correctness judgment result of the iteration result is correct.
Optionally, the iteration state determining unit includes: the first iteration state determining subunit is used for determining that the iteration state of the iteration result is ending iteration if the correctness judging result of the iteration result is wrong and the iteration state of any iterated object is ending iteration;
The second iteration state determining subunit is used for determining the iteration state of the iteration result as continuous iteration if the correctness judging result of the iteration result is wrong and the iteration states of the two iterated objects are continuous iteration;
a third iteration state determining subunit, configured to determine, if the correctness of the iteration result determines that the result is correct and the iteration state of any iterated object is a continued iteration, that the iteration state of the iteration result is a continued iteration;
and the fourth iteration state determining subunit is used for determining that the iteration state of the iteration result is the termination iteration if the correctness judgment result of the iteration result is correct and the iteration state of any iterated object is the termination iteration.
Optionally, the interaction data correctness determination module 430 includes: the first interactive data correctness determination submodule is used for terminating iteration and determining the interactive data errors if the iteration state of the iteration result is terminated and the correctness judgment result is errors;
and the second interactive data correctness determination submodule is used for terminating iteration and determining the correctness of the interactive data according to the correctness judgment result of the iteration result if the iteration time exceeds the preset iteration time.
The interactive data correctness judging device provided by the embodiment of the invention can execute the interactive data correctness judging method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the interactive data correctness judging method.
Example five
Fig. 5 is a schematic structural diagram of an electronic device for implementing the method for determining correctness of interactive data according to an embodiment of the present invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the application described and/or claimed herein.
As shown in fig. 5, the electronic device includes: one or more processors 510, a memory 520, and interfaces for connecting the components, including a high-speed interface and a low-speed interface. The various components are interconnected using different buses and may be mounted on a common motherboard or in other manners as desired. The processor may process instructions executing within the electronic device, including instructions stored in or on memory to display graphical information of the GUI on an external input/output device, such as a display device coupled to the interface. In other embodiments, multiple processors and/or multiple buses may be used, if desired, along with multiple memories and multiple memories. Also, multiple electronic devices may be connected, each providing a portion of the necessary operations (e.g., as an array of devices, a set of blade devices, or a multi-processor approach). One processor 510 is illustrated in fig. 5.
Memory 520 is a non-transitory computer-readable storage medium provided herein. The memory stores instructions executable by the at least one processor to cause the at least one processor to perform the interactive data correctness determination method provided by the present application. The non-transitory computer readable storage medium of the present application stores computer instructions for causing a computer to execute the interactive data correctness judgment method provided by the present application.
The memory 520 is used as a non-transitory computer readable storage medium, and may be used to store non-transitory software programs, non-transitory computer-executable programs, and modules, such as program instructions/modules corresponding to the interactive data correctness determination method in the embodiment of the present application (e.g., including the interactive message atomic expression determination module 410, the iteration module 420, and the interactive data correctness determination module 430 shown in fig. 4). The processor 510 executes various functional applications of the electronic device and data processing by running non-transitory software programs, instructions, and modules stored in the memory 520, that is, implements the interactive data correctness determination method in the above-described method embodiments.
The memory 520 may include a storage program area that may store an operating method, an application program required for at least one function, and a storage data area; the storage data area may store data created by the use of the electronic device implementing the interactive data correctness judgment method, and the like. In addition, memory 520 may include high-speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid-state storage device. In some embodiments, memory 520 may optionally include memory located remotely from processor 510, which may be connected via a network to an electronic device that performs the interactive data correctness determination method. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The electronic device that performs the interactive data correctness judging method may further include: an input device 530 and an output device 540. The processor 510, memory 520, input device 530, and output device 540 may be connected by a bus or other means, for example in fig. 5.
The input device 530 may receive input numeric or character information and generate key signal inputs related to user settings and function controls of the electronic device performing the interactive data correctness determination method, such as input devices of a touch screen, a keypad, a mouse, a track pad, a touch pad, a joystick, one or more mouse buttons, a track ball, a joystick, etc. The output device 540 may include a display apparatus, auxiliary lighting devices (e.g., LEDs), haptic feedback devices (e.g., vibration motors), and the like. The display device may include, but is not limited to, a Liquid Crystal Display (LCD), a Light Emitting Diode (LED) display, and a plasma display. In some implementations, the display device may be a touch screen.
The first server and the second server are substantially identical in structure. The first server includes: one or more processors; a memory for storing one or more programs; the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the interactive data correctness determination method provided by any of the embodiments. The second server includes: one or more processors; a memory for storing one or more programs; the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the interactive data correctness determination method provided by any of the embodiments.
Various implementations of the methods and techniques described here can be realized in digital electronic circuitry, integrated circuitry, application specific ASIC (application specific integrated circuit), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable method including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, operable to receive data and instructions from, and to transmit data and instructions to, a storage method, at least one input device, and at least one output device.
These computing programs (also referred to as programs, software applications, or code) include machine instructions for a programmable processor, and may be implemented in a high-level procedural and/or object-oriented programming language, and/or in assembly/machine language. As used herein, the terms "machine-readable medium" and "computer-readable medium" refer to any computer program product, apparatus, and/or device (e.g., magnetic discs, optical disks, memory, programmable Logic Devices (PLDs)) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. The term "machine-readable signal" refers to any signal used to provide machine instructions and/or data to a programmable processor.
To provide for interaction with a user, the methods and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The methods and techniques described here can be implemented in a computing method that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the methods and techniques described here), or any combination of such background, middleware, or front-end components. The components of the method can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), the internet, and blockchain networks.
The computer method may include a client and a server. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present application may be performed in parallel, sequentially, or in a different order, provided that the desired results of the technical solutions disclosed in the present application can be achieved, and are not limited herein.
The above embodiments do not limit the scope of the application. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present application are intended to be included within the scope of the present application.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.
Claims (9)
1. The method for judging the correctness of the interaction data is characterized by comprising the following steps:
acquiring an interactive message, and determining an atomic expression of the interactive message according to an expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data;
iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration;
continuing iteration until the iteration termination condition is met, and determining the correctness of the interactive data according to the iteration result before the iteration termination;
the atomic expression of the interactive message comprises an iteration state and a correctness judgment result of the interactive message;
correspondingly, the determining the atomic expression of the interactive message according to the expected requirement corresponding to the interactive message comprises the following steps:
if the expected requirement is that the interaction message is successfully matched with the specified parameter, the interaction message is correct, and if the interaction message is successfully matched with the specified parameter, the iteration state of the atomic expression is determined to be the termination of iteration, and the correctness judgment result of the atomic expression is correct;
If the expected requirement is that the interaction message is successfully matched with the specified parameter, the interaction message is correct, and the interaction message is failed to be matched with the specified parameter, the iteration state of the atomic expression is determined to be continuous iteration, and the correctness judgment result of the atomic expression is wrong.
2. The method of claim 1, wherein the determining the atomic expression of the interactive message according to the expected demand corresponding to the interactive message further comprises:
if the expected requirement is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter, and if the interactive message is successfully matched with the specified parameter, determining that the iteration state of the atomic expression is ending iteration, and determining that the correctness judgment result of the atomic expression is wrong;
if the expected requirement is that the interactive message is wrong if the interactive message is successfully matched with the specified parameter, and the interactive message is failed to be matched with the specified parameter, the iteration state of the atomic expression is determined to be continuous iteration, and the correctness judgment result of the atomic expression is correct.
3. The method according to any one of claims 1-2, wherein iterating any two iterated objects according to a preset iteration rule to obtain an iteration result includes:
Determining the correctness judgment result of the iterative result according to the correctness judgment result of the iterated object; the method comprises the steps of,
and determining the iteration state of the iteration result according to the iteration state of the iterated object and the correctness judgment result of the iteration result.
4. A method according to claim 3, wherein said determining the correctness of the iterative result based on the correctness of the iterated object comprises:
if the correctness judgment result of any iterated object is wrong, determining that the correctness judgment result of the iterated result is wrong;
otherwise, determining that the correctness judgment result of the iteration result is correct.
5. A method according to claim 3, wherein determining the iteration state of the iteration result based on the iteration state of the iterated object and the correctness of the iteration result determination result comprises:
if the correctness judgment result of the iteration result is wrong and the iteration state of any iterated object is the termination iteration, determining the iteration state of the iteration result as the termination iteration;
if the correctness judgment result of the iteration result is wrong and the iteration states of the two iterated objects are continuous iteration, determining the iteration state of the iteration result as continuous iteration;
If the correctness judgment result of the iteration result is correct and the iteration state of any iterated object is continuous iteration, determining the iteration state of the iteration result as continuous iteration;
if the correctness judgment result of the iteration result is correct and the iteration state of any iterated object is the ending iteration, determining the iteration state of the iteration result as the ending iteration.
6. The method according to claim 1, wherein continuing the iteration until an iteration termination condition is met, determining the correctness of the interaction data according to an iteration result before the iteration termination comprises:
if the iteration state of the iteration result is terminated and the correctness judgment result is wrong, terminating iteration and determining that the interactive data is wrong; or,
if the iteration time exceeds the preset iteration time, terminating the iteration and determining the correctness of the interactive data according to the correctness judgment result of the iteration result.
7. An interactive data correctness judging device, characterized in that the device comprises:
the interactive message atomic expression determining module is used for acquiring the interactive message and determining the atomic expression of the interactive message according to the expected requirement corresponding to the interactive message; wherein the interactive message is the minimum constituent unit of the interactive data;
The iteration module is used for iterating any two iterated objects according to a preset iteration rule to obtain an iteration result; wherein, the iterated object in the iterative process includes: an intermediate iteration value of the atomic expression which does not participate in the iteration and/or the atomic expression which does participate in the iteration;
the interactive data correctness determining module is used for continuing iteration until the iteration termination condition is met, and determining the correctness of the interactive data according to the iteration result before the iteration termination;
the atomic expression of the interactive message comprises an iteration state and a correctness judgment result of the interactive message;
the interactive message atomic expression determining module comprises an interactive message acquisition submodule and an interactive message atomic expression determining submodule;
the interactive message acquisition sub-module is specifically used for acquiring interactive messages;
the interactive message acquisition submodule comprises:
the first interactive message atomic expression determining unit is used for determining that the iteration state of the atomic expression is terminated if the expected requirement is that the interactive message is successfully matched with the specified parameter, the interactive message is correct, and the interactive message is successfully matched with the specified parameter, and the correctness judging result of the atomic expression is correct;
And the second interactive message atomic expression determining unit is used for determining that the iteration state of the atomic expression is continuous iteration if the expected requirement is that the interactive message is successfully matched with the specified parameter, the interactive message is correct, and the interactive message is failed to be matched with the specified parameter, and the correctness judging result of the atomic expression is wrong.
8. An electronic device, the device comprising:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement an interactive data correctness determination method according to any one of claims 1-6.
9. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform an interactive data correctness determination method of any one of claims 1-6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110019806.5A CN112685206B (en) | 2021-01-07 | 2021-01-07 | Interactive data correctness judging method and device, electronic equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110019806.5A CN112685206B (en) | 2021-01-07 | 2021-01-07 | Interactive data correctness judging method and device, electronic equipment and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112685206A CN112685206A (en) | 2021-04-20 |
CN112685206B true CN112685206B (en) | 2024-04-12 |
Family
ID=75456360
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110019806.5A Active CN112685206B (en) | 2021-01-07 | 2021-01-07 | Interactive data correctness judging method and device, electronic equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112685206B (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4958348A (en) * | 1988-02-12 | 1990-09-18 | Eastman Kodak Company | Hypersystolic Reed-Solomon decoder |
US5247651A (en) * | 1990-04-17 | 1993-09-21 | At&T Bell Laboratories | Interactive computer program specification and simulation system |
CN111625291A (en) * | 2020-05-13 | 2020-09-04 | 北京字节跳动网络技术有限公司 | Automatic iteration method and device of data processing model and electronic equipment |
KR20200132460A (en) * | 2019-05-17 | 2020-11-25 | 삼성에스디에스 주식회사 | Method and system for program analysis |
-
2021
- 2021-01-07 CN CN202110019806.5A patent/CN112685206B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4958348A (en) * | 1988-02-12 | 1990-09-18 | Eastman Kodak Company | Hypersystolic Reed-Solomon decoder |
US5247651A (en) * | 1990-04-17 | 1993-09-21 | At&T Bell Laboratories | Interactive computer program specification and simulation system |
KR20200132460A (en) * | 2019-05-17 | 2020-11-25 | 삼성에스디에스 주식회사 | Method and system for program analysis |
CN111625291A (en) * | 2020-05-13 | 2020-09-04 | 北京字节跳动网络技术有限公司 | Automatic iteration method and device of data processing model and electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN112685206A (en) | 2021-04-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110765024B (en) | Simulation test method, simulation test device, electronic equipment and computer readable storage medium | |
CN111741026B (en) | Cross-chain transaction request processing method, device, equipment and storage medium | |
CN111277647B (en) | Block chain network member management method, device, equipment and medium | |
CN114298322B (en) | Federal learning method and apparatus, system, electronic device, and computer readable medium | |
EP3836484A2 (en) | Method for transmitting live message, apparatus, electronic device, medium and computer program product | |
CN111260474B (en) | Asset transaction method, device, equipment, system and storage medium of cross-blockchain | |
CN111881385B (en) | Push content generation method, device, equipment and readable storage medium | |
US11831735B2 (en) | Method and device for processing mini program data | |
US20240313851A1 (en) | Method and device for determining satellite link information | |
CN114389969B (en) | Method and device for testing client, electronic equipment and storage medium | |
CN114661510B (en) | Method, device, equipment and storage medium for detecting overtime request | |
CN114428907B (en) | Information searching method, device, electronic equipment and storage medium | |
CN111338808A (en) | Collaborative computing method and system | |
EP3828739A2 (en) | Parallelization of authentication strategies | |
CN112069137B (en) | Method, device, electronic equipment and computer readable storage medium for generating information | |
CN112631682B (en) | Applet processing method, device, equipment and storage medium | |
CN112685206B (en) | Interactive data correctness judging method and device, electronic equipment and medium | |
CN113419865A (en) | Cloud resource processing method, related device and computer program product | |
CN113691403B (en) | Topology node configuration method, related device and computer program product | |
CN116827928A (en) | Service arrangement execution method and device | |
CN111177558B (en) | Channel service construction method and device | |
CN111818046B (en) | Method, apparatus, device and storage medium for interaction information | |
CN114579311A (en) | Method, apparatus, device and storage medium for executing distributed computing task | |
CN113923258A (en) | Data processing method and data processing system | |
CN111597026B (en) | Method and device for acquiring information |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |