CN101141767A - Network management platform testing system and method - Google Patents

Network management platform testing system and method Download PDF

Info

Publication number
CN101141767A
CN101141767A CNA2007101757216A CN200710175721A CN101141767A CN 101141767 A CN101141767 A CN 101141767A CN A2007101757216 A CNA2007101757216 A CN A2007101757216A CN 200710175721 A CN200710175721 A CN 200710175721A CN 101141767 A CN101141767 A CN 101141767A
Authority
CN
China
Prior art keywords
keyword
test
execution
subsystem
network management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA2007101757216A
Other languages
Chinese (zh)
Inventor
段鹏强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CNA2007101757216A priority Critical patent/CN101141767A/en
Publication of CN101141767A publication Critical patent/CN101141767A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present invention discloses a network management platform testing system. The system comprises a testing management subsystem for reading and analyzing a network management platform case script to get key word execute sequences and sending all the key word execute sequences to a key word execute dispatching subsystem; a key word execute dispatching subsystem for spanning a key word aggregate according to the key word execute sequences; an atomic operation subsystem for reading the key word aggregate and performing automation testing to the network management platform according to the key word aggregate. Accordingly, the present invention also provides a network management platform testing method. The present invention realizes the automation testing to the network management platform, the testing case and the testing script have reusability, thus the present invention frees the testers from the repeated basic function testing, makes the testers have enough time to perform the service function testing, and further improves the testing efficiency of the network management platform.

Description

Network management platform test system and method
Technical Field
The invention relates to the technical field of testing, in particular to a system and a method for testing a network management platform.
Background
With the increasing popularization and deepening of computer application and the rapid development of information technology, software system products have been widely applied in various social fields, and the modern software system has larger and larger scale and more complex functions, so that the quality of the software system gradually becomes the focus of attention of software developers and software users. In the increasingly competitive software market, in order to take a place to avoid being eliminated in the intense competition, a high-quality software system is always the target pursued by each software developer, and the software system test is the key for ensuring the software quality.
In recent years, the communication industry has been rapidly developed, the network scale and the number of users have been rapidly increased, and in addition, the difficulty of network management is increased due to the application of new technologies and the investment of various new devices. Whether the normal operation of the base station service can be ensured becomes the focus of common attention of telecommunication developers and operators. The OMC (operation and Maintenance Center) is a third generation mobile communication network management system, and aims to better manage various base station devices. As the number and variety of network elements and base stations are increasing, OMC becomes more complex and quality is difficult to control, accompanied by frequent upgrades of network management platforms. Under the circumstances, how to carry out the test and test on the network management platform more quickly and effectively becomes an important subject before testers.
The test for the OMC base station network management platform currently faces the following problems:
1. with the enhancement of the functions of the OMC network management platform, the complexity is increased continuously, so that the testing labor amount is multiplied, and if a tester tests the network management platform completely, a large amount of time is consumed, and the testing efficiency is low.
2. Because the requirements and functions of the network management platform are changed continuously, the version of the network management platform is updated quickly, in order to ensure the reliability of each version, testers need to carefully test some basic functions in each large version and even small versions, so most of time is spent in complicated regression tests, and the repeated regression tests greatly consume the efforts of the testers.
In order to solve the problems, in the prior art, the test of the network management platform is realized through an automatic test tool, and the technical scheme can complete the repetitive test work in the test process of the network management platform, thereby greatly saving human resources and test time. However, most of the automatic test tools are based on a simple recording/playback mode, and some automatic test tools need to be developed secondarily on the basis of the framework thereof, so that test cases are difficult to organize for testing, and the script maintenance workload is large, and the complicated service automation test is difficult to meet.
In summary, the existing technical solution for testing the network management platform obviously has inconvenience and defects in practical use, so it is necessary to improve the existing technical solution.
Disclosure of Invention
In view of the above-mentioned drawbacks, a first objective of the present invention is to provide a network management platform testing system, which can automatically test a network management platform and improve testing efficiency.
A second object of the present invention is to provide a method for testing a network management platform, which can automatically test the network management platform and improve the testing efficiency.
In order to achieve the first object, the present invention provides a network management platform test system, including:
the test management subsystem is used for reading and analyzing the network management platform test case script to obtain a keyword execution sequence and sending the obtained keyword execution sequence to the keyword execution scheduling subsystem;
the keyword execution scheduling subsystem is used for generating a keyword set according to the received keyword execution sequence;
and the atomic operation subsystem is used for reading the keyword set and carrying out automatic test on the network management platform according to the keyword set.
According to the system of the present invention, the keyword execution scheduling sub-system further comprises:
the keyword scheduling module is used for triggering the keyword control execution module according to the keyword execution sequence sent by the test management subsystem;
and the keyword control execution module is used for analyzing and executing the keyword execution sequence under the triggering of the keyword scheduling module and generating a keyword set according to the analysis and execution result.
According to the system of the present invention, the keyword execution scheduling sub-system further comprises:
the key word index table is used for providing execution parameters and logic paths corresponding to the search key words;
and the key library is used for reflecting the key word examples according to the logic path corresponding to the key words.
According to the system, the keyword control execution module analyzes the keyword execution sequence to obtain a keyword, searches the execution parameter and the logic path corresponding to the keyword through a keyword index table, reflects a keyword example through a keyword library according to the logic path corresponding to the keyword, and binds the keyword example and the execution parameter to generate a keyword set.
According to the system, the atomic operation subsystem realizes the automatic test of the network management platform by reading the keyword set and executing the keyword script according to the keyword set.
According to the system of the present invention, the atomic operation subsystem further comprises:
the atomic action scheduling control module is used for load scheduling an atomic operation library;
and the atomic operation library is used for reading the keyword set under the scheduling of the atomic action scheduling control module and executing the keyword script according to the keyword set.
According to the system of the present invention, the test management subsystem further comprises:
the test kit management and execution module is used for analyzing the test kit script to obtain a test case;
the test case management and execution module is used for analyzing according to the test case to obtain a test case script;
and the test item execution control module is used for analyzing according to the test case script to obtain a keyword execution sequence and sending the obtained keyword execution sequence to the keyword execution scheduling subsystem.
According to the system of the present invention, the test management subsystem further comprises:
the environment deployment module is used for setting environment information for starting or closing the network management platform and sending the information to the test item management module;
and the test item management module is used for managing the test item execution control module and the environment deployment module and submitting the keyword execution sequence analyzed by the test item execution control module and the environment information sent by the environment deployment module to the keyword execution scheduling subsystem.
The system according to the invention further comprises:
the test case generation module is used for compiling and generating a network management platform test case according to the keywords;
and the test set script generating module is used for generating a test set script according to the plurality of test cases.
The system according to the invention further comprises: a communication subsystem; the test management subsystem communicates with the test management subsystem through the communication subsystem.
The system according to the invention further comprises:
and the log report management subsystem is used for generating a log report according to the test result.
In order to achieve the second object, the present invention provides a network management platform testing method, which includes the following steps:
A. reading and analyzing a network management platform test case script to obtain a keyword execution sequence, and sending the obtained keyword execution sequence;
B. generating a keyword set according to the received keyword execution sequence;
C. and reading the keyword set, and carrying out automatic test on a network management platform according to the keyword set.
According to the method of the present invention, the step a further comprises:
a1, reading and analyzing a network management platform test case script to obtain a keyword execution sequence, and sending the obtained keyword execution sequence;
a2, initializing the test system according to the keyword execution sequence, and judging whether the test system initialization is successful, if so, executing the step B, otherwise, generating and reporting a log report.
According to the method of the present invention, said step B further comprises:
b1, analyzing the keyword execution sequence to obtain a keyword;
b2, searching the execution parameter and the logic path corresponding to the key from the key index table;
b3, reflecting a keyword example from the keyword library according to the logic path corresponding to the keyword;
and B4, binding the keyword instance and the execution parameter to generate a keyword set.
According to the method of the present invention, said step C further comprises:
c1, reading a keyword set;
c2, executing the keyword script according to the keyword set to realize the automatic test of the network management platform;
and C3, generating and reporting a log report according to the automatic test result.
The method comprises the steps of adopting a keyword driving script technology, obtaining a keyword execution sequence by reading and analyzing a network management platform test case script, and generating a keyword set according to the keyword execution sequence; and then, executing the keyword script according to the keyword set, thereby realizing the automatic test of the network management platform. The test case and the test script of the automatic test have reusability, namely although the function test between two versions has difference, only the script needs to be modified or the parameters of the test case need to be modified without rewriting, so that a tester is liberated from heavy and repetitive basic function test, the tester has enough time to perform service function test, and the test efficiency of the network management platform is further improved.
Drawings
FIG. 1 is a block diagram of a network management platform test system provided in the present invention;
FIG. 2 is a flow chart of a network management platform testing method provided by the present invention;
fig. 3 is a flowchart of a network management platform test system method according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention is suitable for testing the third generation network management platform, in particular to the testing of a CDMA (code division Multiple Access) network management platform.
The basic idea of the invention is: adopting a technology of driving a script by a keyword, obtaining a keyword execution sequence by reading and analyzing a test case script of a network management platform, and generating a keyword set according to the keyword execution sequence; and then, executing the keyword script according to the keyword set to realize the automatic test of the network management platform.
As shown in fig. 1, a network management platform testing system 100 provided by the present invention includes: the system comprises a test case generation module 101, a test set script generation module 102, a test management subsystem 103, a keyword execution scheduling subsystem 104, a communication subsystem 105, an atomic operation subsystem 106, a log report management subsystem 107 and an event trigger 108. Wherein,
and the test case generating module 101 is used for compiling and generating a network management platform test case according to the keywords.
In the invention, the functional points of the network management platform are subdivided to design the keywords, so that the orthogonality of the functional points can be kept as much as possible and the maintenance workload of the original automatic test case due to the change of the version can be reduced.
And the test socket script generating module 102 is connected with the test case generating module 101 and is used for generating a test socket script according to a plurality of test cases.
The test management subsystem 103 is configured to read and parse the network management platform test case script to obtain a keyword execution sequence, and send the obtained keyword execution sequence to the keyword execution scheduling subsystem 104. The test management subsystem 103 further comprises: a test suite management and execution module 1031, a test case management and execution module 1032, a test item execution control module 1033, an environment deployment module 1034, and a test item management module 1035. Wherein,
the test socket management and execution module 1031 is configured to parse the test socket script generated by the test socket script generating module 102 to obtain a test case.
The test case management and execution module 1032 is connected to the test suite management and execution module 1031, and configured to analyze the test case script according to the test case obtained by the test suite management and execution module 1031.
The test item execution control module 1033 is connected to the test case management and execution module 1032, and configured to analyze the test case script analyzed by the test case management and execution module 1032 to obtain a keyword execution sequence, and send the obtained keyword execution sequence to the keyword execution scheduling subsystem 104.
The environment deployment module 1034 is configured to set environment information for starting or closing the network management platform, and send the information to the test item management module 1035.
The test item management module 1035 is configured to manage the test item execution control module 1033 and the environment deployment module 1034, and submit the keyword execution sequence analyzed by the test item execution control module 1033 and the environment information sent by the environment deployment module 1034 to the keyword execution scheduling subsystem 104.
And the keyword execution scheduling subsystem 104 is configured to generate a keyword set according to the received keyword execution sequence. The key execution schedule subsystem 104 communicates with the test management subsystem 103 via the communication subsystem 105 and receives key execution sequences. The communication subsystem 105 is preferably a Socket communication subsystem based on TCP/IP (Transmit Control Protocol/Internet Protocol). When the communication subsystem 105 calls the interface initialization log report management subsystem 107, the keyword execution scheduling subsystem 104 starts up, receives the keyword execution sequence, and generates a keyword set.
The key execution scheduling subsystem 104 further includes: a keyword scheduling module 1041, a keyword control execution module 1042, a keyword index table 1043, and a keyword library 1044. Wherein,
the keyword scheduling module 1041 is configured to trigger the keyword control execution module 1042 according to the keyword execution sequence sent by the test management subsystem 103.
Specifically, this module 1041 receives scheduling requests from the cross virtual machines and triggers the execution of the key.
The keyword control execution module 1042 is configured to analyze and execute the keyword execution sequence under the trigger of the keyword scheduling module 1041, and generate a keyword set according to an analysis and execution result.
The key index table 1043 is used for providing an execution parameter and a logic path corresponding to the lookup key.
And the key library 1044 is used for reflecting the key instances according to the logic paths corresponding to the keys.
The keyword library 1044 is further responsible for the processes of keyword registration, keyword maintenance and keyword creation management, where modification of the keyword index table 1043 needs to be completed, and functions of keyword browsing, filtering and querying need to be provided.
In the present invention, the keyword control execution module 1042 analyzes the keyword execution sequence to obtain a keyword, searches for an execution parameter and a logic path corresponding to the keyword through the keyword index table 1043, reflects a keyword instance through the keyword library 1044 according to the logic path corresponding to the keyword, and binds the keyword instance and the execution parameter to generate a keyword set.
And the atomic operation subsystem 106 is used for reading the keyword set and automatically testing the network management platform according to the keyword set.
Specifically, after the keyword control execution module 1042 generates the keyword set, the keyword script in the keyword set needs to be executed, and in the execution process, if the current keyword is an external tool keyword, an external tool is called through an external interface to complete the test, otherwise, the event trigger 108 located on the bottom platform 109 is called through the atomic operation subsystem 106 to implement the automated test.
The atomic operations subsystem 106 further includes: an atomic action schedule control module 1061 and an atomic operations library 1062. Wherein,
and the atomic action scheduling control module 1061 is used for load scheduling the atomic operation library 1062.
In order to avoid the high coupling degree between the key execution scheduling subsystem 104 and the atomic operation subsystem 106, the present invention adopts a simple factory mode to realize the direct access relationship between the key and the atomic operation subsystem 106. Meanwhile, the atomic operation subsystem 106 provides an interface for secondary development, so that an interface for directly acquiring the control through the parameter needs to be provided, and the interface needs to be gradually expanded and improved.
And the atomic operation library 1062 is configured to read the keyword set under the scheduling of the atomic action scheduling control module 1061, and execute the keyword script according to the keyword set.
The atomic operation library 1062 is a library that encapsulates various GUI (graphical user interface) controls and their actions in an object-oriented manner, and can directly execute various functional operations of the controls without considering an operating system event call mechanism.
And the log report management subsystem 107 is used for generating a log report according to the test result.
The technology of the automatic test of the invention realizes the separation of a layer and an application layer of the automatic test and adopts a layered mode. If the platform or version changes, the application layer part of the automated test, i.e., the test case part, can be smoothly ported. The test case sharing is realized only by changing the technical implementation layer of the automatic test on a new platform or product. Moreover, the test executive personnel writes the test cases by using the keywords and the automated test developer realizes the parallel operation of the automated test. Therefore, when designing the test case, the tester can consider whether the test case can be automatically tested. For the network management platform, firstly, functional points of a foreground and a background of the network management platform are subdivided, each test case consists of the functional points, technical common points of the functional points are extracted, the technical common points are combined with a tool platform of a test part in existence or to be developed, the functional points are realized by realizing the technical common points on the tool platform and then by the technical common points, and testers assemble the functional points to realize the automation of the test cases and write the automatic test cases.
The network management platform testing method provided by the invention is shown in fig. 2 and comprises the following steps:
step S201, the test management subsystem reads and analyzes the network management platform test case script to obtain a keyword execution sequence, and sends the obtained keyword execution sequence.
Step S202, the keyword execution scheduling subsystem generates a keyword set according to the received keyword execution sequence.
And step S203, the atomic operation subsystem reads the keyword set and carries out automatic test on the network management platform according to the keyword set.
Fig. 3 is a network management platform testing method provided in the preferred embodiment of the present invention, which is described in conjunction with the testing system shown in fig. 1, and the method specifically includes the following steps:
step S301, the test case generation module 101 compiles and generates a test case of the network management platform according to the keywords.
Step S302, the test socket script generating module 102 generates a test socket script according to the test cases of the plurality of network management platforms.
In step S303, the test suite management and execution module 1031 parses the test suite script generated by the test suite script generating module 102 to obtain a test case.
Step S304, the test case management and execution module 1032 analyzes the test case to obtain a test case script of the network management platform.
In step S305, the test item execution control module 1033 obtains a keyword execution sequence by parsing according to the network management platform test case script, and sends the obtained keyword execution sequence to the keyword execution scheduling subsystem 106 through the communication subsystem 105.
In step S306, the communication subsystem 105 calls the interface initialization log report management subsystem 107 and the keyword execution scheduling subsystem 106.
Step S307, determining whether the log report management subsystem 107 and the keyword execution scheduling subsystem 106 are initialized successfully, if so, executing step S308, otherwise, executing step S314.
In step S308, the keyword control execution module 1042 analyzes the keyword execution sequence under the trigger of the keyword scheduling module 1041 to obtain all keywords and the content of each keyword.
The content of the keyword comprises: keyword name, positioning information, etc.
In step S309, it is determined whether the status of the keyword is correct, if so, step S310 is executed, otherwise, step S314 is executed.
Specifically, it is determined whether the execution parameters and the logic paths corresponding to the keywords one to one are found from the keyword index table 1043, if so, the keyword state is correct, and step S310 is executed, otherwise, it indicates that the input content of the current keyword execution sequence is incorrect, and step S314 is executed.
Step S310, reflecting the keyword instance from the keyword library 1044 according to the logic path corresponding to the keyword.
As an embodiment of the present invention, the keyword instances are reflected from the keyword library 1044 by JAVA reflection technology.
Step S311, binding the keyword instances and the execution parameters of all keywords to generate a keyword set, and starting the atomic operation subsystem 106.
In step S312, the atomic operations library 1062 reads the keyword set under the scheduling of the atomic action scheduling control module 1061.
In step S313, the atomic operation library 1062 executes all the keyword scripts according to the keyword set to implement the automated testing of the network management platform.
In step S314, the log report management subsystem 107 generates and reports a log report according to the test result.
In summary, the invention adopts the technology of driving the script by the keyword, obtains the keyword execution sequence by reading and analyzing the test case script of the network management platform, and generates the keyword set according to the received keyword execution sequence; and then, executing the keyword script according to the keyword set, thereby realizing the automatic test of the network management platform. The test case and the test script of the automatic test have reusability, namely although the function test between two versions has difference, only the script needs to be modified or the parameters of the test case need to be modified without rewriting, so that a tester is liberated from heavy and repetitive basic function test, the tester has enough time to perform service function test, and the test efficiency of the network management platform is further improved. .
The present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof, and it should be understood that various changes and modifications can be effected therein by one skilled in the art without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (15)

1. A network management platform test system, comprising:
the test management subsystem is used for reading and analyzing the network management platform test case script to obtain a keyword execution sequence and sending the obtained keyword execution sequence to the keyword execution scheduling subsystem;
the keyword execution scheduling subsystem is used for generating a keyword set according to the received keyword execution sequence;
and the atomic operation subsystem is used for reading the keyword set and carrying out automatic test on the network management platform according to the keyword set.
2. The system of claim 1, wherein the key execution scheduling subsystem further comprises:
the keyword scheduling module is used for triggering the keyword control execution module according to the keyword execution sequence sent by the test management subsystem;
and the keyword control execution module is used for analyzing and executing the keyword execution sequence under the triggering of the keyword scheduling module and generating a keyword set according to the analysis and execution result.
3. The system of claim 2, wherein the key execution scheduling subsystem further comprises:
the key word index table is used for providing execution parameters and logic paths corresponding to the search key words;
and the key library is used for reflecting the key word examples according to the logic path corresponding to the key words.
4. The system according to claim 3, wherein the keyword control execution module parses the keyword execution sequence to obtain a keyword, searches for an execution parameter and a logic path corresponding to the keyword through a keyword index table, reflects a keyword instance through a keyword library according to the logic path corresponding to the keyword, and binds the keyword instance and the execution parameter to generate a keyword set.
5. The system of claim 1, wherein the atomic operation subsystem implements automated testing of the network management platform by reading a set of keywords and executing a keyword script according to the set of keywords.
6. The system of claim 5, wherein the atomic operation subsystem further comprises:
the atomic action scheduling control module is used for load scheduling an atomic operation library;
and the atomic operation library is used for reading the keyword set under the scheduling of the atomic action scheduling control module and executing the keyword script according to the keyword set.
7. The system of claim 1, wherein the test management subsystem further comprises:
the test kit management and execution module is used for analyzing the test kit script to obtain a test case;
the test case management and execution module is used for analyzing according to the test case to obtain a test case script;
and the test item execution control module is used for analyzing according to the test case script to obtain a keyword execution sequence and sending the obtained keyword execution sequence to the keyword execution scheduling subsystem.
8. The system of claim 7, wherein the test management subsystem further comprises:
the environment deployment module is used for setting environment information for starting or closing the network management platform and sending the information to the test item management module;
and the test item management module is used for managing the test item execution control module and the environment deployment module and submitting the keyword execution sequence analyzed by the test item execution control module and the environment information sent by the environment deployment module to the keyword execution scheduling subsystem.
9. The system of claim 7, further comprising:
the test case generation module is used for compiling and generating a network management platform test case according to the keywords;
and the test set script generating module is used for generating a test set script according to the plurality of test cases.
10. The system of claim 1, further comprising: a communication subsystem; the test management subsystem communicates with the test management subsystem through the communication subsystem.
11. The system of claim 2, further comprising:
and the log report management subsystem is used for generating a log report according to the test result.
12. A method for using the system according to any one of claims 1 to 11, comprising the steps of:
A. reading and analyzing a network management platform test case script to obtain a keyword execution sequence, and sending the obtained keyword execution sequence;
B. generating a keyword set according to the received keyword execution sequence;
C. and reading the keyword set, and carrying out automatic test on a network management platform according to the keyword set.
13. The method of claim 12, wherein step a further comprises:
a1, reading and analyzing a network management platform test case script to obtain a keyword execution sequence, and sending the obtained keyword execution sequence;
a2, initializing the test system according to the keyword execution sequence, and judging whether the test system initialization is successful, if so, executing the step B, otherwise, generating and reporting a log report.
14. The method of claim 12, wherein step B further comprises:
b1, analyzing the keyword execution sequence to obtain a keyword;
b2, searching the execution parameter and the logic path corresponding to the key from the key index table;
b3, reflecting a keyword example from the keyword library according to the logic path corresponding to the keyword;
and B4, binding the keyword instance and the execution parameter to generate a keyword set.
15. The method of claim 12, wherein step C further comprises:
c1, reading a keyword set;
c2, executing the keyword script according to the keyword set to realize the automatic test of the network management platform;
and C3, generating and reporting a log report according to the automatic test result.
CNA2007101757216A 2007-10-10 2007-10-10 Network management platform testing system and method Pending CN101141767A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2007101757216A CN101141767A (en) 2007-10-10 2007-10-10 Network management platform testing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2007101757216A CN101141767A (en) 2007-10-10 2007-10-10 Network management platform testing system and method

Publications (1)

Publication Number Publication Date
CN101141767A true CN101141767A (en) 2008-03-12

Family

ID=39193445

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2007101757216A Pending CN101141767A (en) 2007-10-10 2007-10-10 Network management platform testing system and method

Country Status (1)

Country Link
CN (1) CN101141767A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN104133765A (en) * 2013-12-23 2014-11-05 腾讯科技(深圳)有限公司 Test case sending method and test case server of network activities
CN106294145A (en) * 2016-08-05 2017-01-04 珠海市魅族科技有限公司 A kind of method of software test and software testing device
CN107864488A (en) * 2017-11-15 2018-03-30 京信通信系统(中国)有限公司 The method, apparatus and system that a kind of BTS service is tested automatically
CN109446429A (en) * 2018-11-07 2019-03-08 山大地纬软件股份有限公司 Sharing means are intelligently integrated between a kind of information system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104133765A (en) * 2013-12-23 2014-11-05 腾讯科技(深圳)有限公司 Test case sending method and test case server of network activities
CN104133765B (en) * 2013-12-23 2015-10-28 腾讯科技(深圳)有限公司 The test case sending method of network activity and test case server
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN106294145A (en) * 2016-08-05 2017-01-04 珠海市魅族科技有限公司 A kind of method of software test and software testing device
CN107864488A (en) * 2017-11-15 2018-03-30 京信通信系统(中国)有限公司 The method, apparatus and system that a kind of BTS service is tested automatically
CN109446429A (en) * 2018-11-07 2019-03-08 山大地纬软件股份有限公司 Sharing means are intelligently integrated between a kind of information system

Similar Documents

Publication Publication Date Title
US11099823B2 (en) Systems and methods for transformation of reporting schema
CN105094783B (en) method and device for testing stability of android application
US8706771B2 (en) Systems and methods for analyzing and transforming an application from a source installation to a target installation
CN102597964B (en) A computing device for enabling concurrent testing
CN108845940B (en) Enterprise-level information system automatic function testing method and system
CN103198009B (en) A kind of universal testing method, system and related device
US8671222B2 (en) Systems and methods for dynamically deploying an application transformation tool over a network
US9256516B2 (en) Business process execution language program simulation
CN101924656B (en) Method and device for realizing network equipment CLI (Command Line Interface for batch scripti) based on dynamic configuration
CN102375778B (en) Method and system for automatically testing digital signal processor (DSP)
Mariani et al. Compatibility and regression testing of COTS-component-based software
CN113706110B (en) FPGA test tool integrated test management platform
US20110283269A1 (en) Systems and methods for applying rules to transform objects of an application
US7730452B1 (en) Testing a component of a distributed system
CN104899132B (en) Application software testing method, apparatus and system
CN101141767A (en) Network management platform testing system and method
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
Pour Software component technologies: JavaBeans and ActiveX
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN113220586A (en) Automatic interface pressure test execution method, device and system
CN112860316A (en) Kernel of openEular open source system and BSP transplanting method
CN117421234B (en) Multi-platform multi-concurrency automatic threading testing system
Orjala Unit testing methods for Internet of Things Mbed OS operating system
Passoja Evaluation of two parallel base station testing systems
Ljungberg et al. Data-driven program analysis deployment

Legal Events

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

Open date: 20080312