CN111949539B - Automobile electronic basic software testing system based on WEB - Google Patents

Automobile electronic basic software testing system based on WEB Download PDF

Info

Publication number
CN111949539B
CN111949539B CN202010820266.6A CN202010820266A CN111949539B CN 111949539 B CN111949539 B CN 111949539B CN 202010820266 A CN202010820266 A CN 202010820266A CN 111949539 B CN111949539 B CN 111949539B
Authority
CN
China
Prior art keywords
test
web server
database
test set
report
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010820266.6A
Other languages
Chinese (zh)
Other versions
CN111949539A (en
Inventor
罗青松
王暾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xinruixin Intelligent Iot Research Institute Nanjing Co ltd
Original Assignee
Xinruixin Intelligent Iot Research Institute Nanjing Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xinruixin Intelligent Iot Research Institute Nanjing Co ltd filed Critical Xinruixin Intelligent Iot Research Institute Nanjing Co ltd
Priority to CN202010820266.6A priority Critical patent/CN111949539B/en
Publication of CN111949539A publication Critical patent/CN111949539A/en
Application granted granted Critical
Publication of CN111949539B publication Critical patent/CN111949539B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3676Test management for coverage analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Abstract

The invention discloses an automobile electronic basic software testing system based on WEB, which comprises a WEB server, wherein the WEB server is provided with a creation testing module and a testing set testing module; the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires the test requirement information uploaded by the user side; the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database; the test set testing module acquires a test set from the database and tests the test set, generates a test report and uploads the test report to the database; the WEB server accesses the database to inform the user of the state of the test set or the test report. The system provides a convenient way for automobile electronic research and development enterprises to realize automobile electronic basic software testing, and reduces the test investment cost and test period.

Description

Automobile electronic basic software testing system based on WEB
Technical Field
The invention relates to the field of software testing, in particular to an automobile electronic basic software testing system based on WEB.
Background
With the development of the four-step of automobiles, the function of basic software of an automobile electronic control system is increasingly important, and the test of functions corresponding to the basic software is also an important circle. At present, most domestic automobile electronic component product research and development enterprises purchase corresponding software and hardware environments and establish corresponding test teams to develop basic software function tests represented by functions such as bus communication, diagnosis, calibration, network management and the like of an automobile electronic software system of the product, and the tests still stay in a primary stage, so that the following problems exist.
The test coverage is incomplete, because the functions of communication, diagnosis, calibration, network management and the like of the automobile electronic bus system relate to international standards such as ISO in the automobile industry, the technology accumulation of research and development departments of automobile electronic parts products is insufficient, the mastering of the standards is uneven, the test design and the coverage of the test cases are uneven, the corresponding test cannot be comprehensively carried out, and the product quality is limited.
The testing means is rough, and because the testing software and hardware for comprehensively supporting the communication, diagnosis, calibration and network management of the automobile electronic bus system are quite complex, the software and hardware purchasing, construction of the testing system and the culture and construction of talent teams all need quite large investment, and the testing software and hardware purchasing, construction and talent teams are intolerable by a large part of automobile electronic component product research and development enterprises. Therefore, most enterprises employ simple low-end test software and hardware environments and relatively simple tests, and the integrity and correctness of the tests cannot be ensured.
The third party test service organization lacks and the cooperation of test service is inconvenient, because the research and development enterprises of automobile electronic parts and components are all over the country, the third party enterprises capable of establishing and providing the test capability of the professional automobile electronic basic software system are relatively few, and the cooperation of the test service provider and the test service demand party is extremely inconvenient due to the aspects of regional limitation and the like.
Disclosure of Invention
The invention mainly provides an automobile electronic basic software testing system which can solve the problems of insufficient basic software function testing coverage, coarse testing means and extremely inconvenient cooperation of a testing service provider and a testing service demand party in the prior art.
In order to solve the technical problems, the invention adopts a technical scheme that: a WEB-based automotive electronics basic software test system is provided.
The system comprises a WEB server, wherein the WEB server is respectively connected with a database and a user side, and is provided with a creation test module and a test set test module;
the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires test requirement information uploaded by the user side;
the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database;
the test set testing module acquires a test set from a database and tests the test set, generates a test report and uploads the test report to the database;
and the WEB server accesses the database to inform the user of the state of the test set or the test report.
Preferably, in the automotive electronic basic software testing system based on WEB, the uploading area allocates corresponding creatable test item types to the user terminal through the WEB server port according to the request of the user terminal, and the method includes: and the uploading area provides different graphical interfaces according to different basic software functions and definitions of corresponding industry standards.
Preferably, the test set generating section generates a test set according to the test item type and the test requirement information, including: and generating corresponding test configuration codes according to the corresponding basic software functions, and generating corresponding static test codes according to the test requirement information.
The test configuration code refers to a code corresponding to related parameter data determined according to a specific functional special effect of a tested product in fixed test logic and a test flow, and is generated according to test information submitted and configured by a user; static test codes refer to codes for realizing logic and test flow of fixed test according to relevant functional standards.
Preferably, the creating test module further includes an analysis verification area, where the analysis verification area is used to perform analysis verification on the data integrity and the validity of the test requirement information, and if the analysis verification is error-free, the test set generating area is triggered to work.
Preferably, the analysis verification area is configured to perform analysis verification on the data integrity and validity of the test requirement information, and further includes: if the analysis and verification are wrong, carrying out error information reminding.
Preferably, the WEB server further comprises a user management module, and the user management module realizes user addition, modification and deletion.
Preferably, the system for testing the automotive electronic basic software based on the WEB further comprises a test server, wherein the test server is respectively connected with the WEB server and the database, performs off-line testing on the test set by the test server, and uploads a test report to the database.
Preferably, the WEB server accessing the database to report the status of the test set or the test, and notifying the user side includes: when the test set or test report is uploaded into the database, the system notifies the user to view or download the test set or test report in a mail manner.
The system comprises a WEB-based automobile electronic basic software testing system, a user side, a database and a database, wherein the user side is respectively connected with the WEB server and the database, requests a type of a test item to be created from the WEB server through a WEB server port, and uploads test requirement information to an uploading area of the WEB server according to different basic software functions and definitions of corresponding industry standards;
and the user side accesses the database through the WEB server and acquires the state of the test set or the test report.
Preferably, the requesting the WEB server for the test item type to be created includes: and providing a required graphical interface according to different basic software functions and definitions of corresponding industry standards.
Preferably, the accessing, by the user side, the database through the WEB server and obtaining the state of the test set or the test report includes: the test set or test report is obtained from the database in a mail manner.
The beneficial effects of the invention are as follows: (1) Different from the prior art, the invention provides different graphical interfaces according to different basic software functions and the definition of corresponding industry standards by creating the test module in the WEB server, and the basic software functions are comprehensively tested and covered; (2) The test set generation area generates a test set according to the test requirement information and uploads the test set to the database, so that test service is conveniently provided for a test service requiring party, or a system informs a user to check or download the test set to a local place for testing in a mail mode, online or offline test service is provided for the test service requiring party, and test means and test precision are improved; (3) The user inputs relevant test requirement information through the uploading area, so that cooperation of a remote test service provider and a test requirement party is facilitated, and the WEB-based automobile electronic basic software test system provides a convenient way for automobile electronic part product research and development enterprises to realize automobile electronic basic software test, so that test investment cost and test period are greatly reduced.
Drawings
FIG. 1 is a flow chart of a method for testing automotive electronics base software based on WEB;
FIG. 2 is a schematic diagram of a WEB-based automotive electronics base software testing system of the present invention;
FIG. 3 is a schematic diagram of the invention performing a test in a WEB;
FIG. 4 is a schematic diagram of the present invention performing a test locally at a user.
Detailed Description
In order to make the objects, technical solutions and advantageous effects of the present invention more clear and complete, the present invention is further described below with reference to the accompanying drawings.
Example 1
In an exemplary embodiment, as shown in fig. 1, a WEB-based automotive electronic basic software testing system is provided, where the system includes a WEB server, the WEB server is connected with a database and a user terminal, and the WEB server is provided with a creation testing module and a testing set testing module;
the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires test requirement information uploaded by the user side;
the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database;
the test set testing module acquires a test set from a database and tests the test set, generates a test report and uploads the test report to the database;
and the WEB server accesses the database to inform the user of the state of the test set or the test report.
The user inputs information of related test requirements of bus communication of the automobile electronic basic software in a graphical mode through a WEB server, the WEB server stores the information or files which are required to be input in a system database, triggers an automatic test code generating function to generate corresponding test codes and scripts, combines static test codes and scripts developed by a test technology team to form a complete test set, and the test set is stored in the database. A user can acquire a complete test set through a WEB server and run the execution test set in a local test execution environment to acquire a test report; or the background of the system is used for carrying out test execution work to generate a test report, the test report is stored in a database, and a user obtains the test report through a WEB cloud system.
Further, the system for testing the automobile electronic basic software based on the WEB is characterized in that the user management module is also used for realizing the addition, modification and deletion of users of the testing system. Each user can select items of communication, diagnosis, calibration, network management and other basic software testing functions to be supported, and corresponding user-available functional rights are allocated according to a user selection system, namely, the types of testing items can be created.
Further, the user inputting related test requirement information through the uploading area includes: test requirement information related to the bus communication of the automotive electronics base software is entered graphically.
Further, the test set generating section generates a test set according to the test requirement information, including: and generating corresponding test configuration codes according to the corresponding basic software functions, and generating corresponding static test codes according to the test requirement information.
The test set generation area realizes the input and update of static test codes and static test scripts corresponding to the corresponding basic software functions. And the WEB server maintenance team selects corresponding basic software functions to complete the input of static test codes and static test scripts in batches or singly. The static test codes and the static test scripts are stored in the database, are shared by all users for access, and are important components of the complete test set of the corresponding basic software functions. And managing the test data and the test codes through the WEB database subsystem, automatically generating and extracting the test codes and the test scripts, and generating a complete test set.
Further, the test creation module further includes an analysis verification area, which is used for performing analysis verification on the data integrity and the validity of the test requirement information, and if the analysis verification is error-free, the test set generation area is triggered to work.
Further, if the analysis and verification are wrong, the error information reminding is carried out.
Further, the system for testing the automotive electronic basic software based on the WEB further comprises a test server, wherein the test server is respectively connected with the WEB server and the database, and the test server performs off-line test on the test set and uploads a test report to the database.
Further, the WEB server accessing the database to report the status of the test set or the test report and notifying the user terminal includes: when the test set or test report is uploaded into the database, the system notifies the user to view or download the test set or test report in a mail manner.
The system comprises a WEB-based automobile electronic basic software testing system, a user side, a database and a database, wherein the user side is respectively connected with the WEB server and the database, requests a type of a test item to be created from the WEB server through a WEB server port, and uploads test requirement information to an uploading area of the WEB server according to different basic software functions and definitions of corresponding industry standards;
and the user side accesses the database through the WEB server and acquires the state of the test set or the test report.
Further, the requesting the WEB server for the test item types to be created includes: and providing a required graphical interface according to different basic software functions and definitions of corresponding industry standards.
Further, the user side checks or downloads the test set or the test report to the local through the WEB server to perform the test.
The system has the functions of test set and test report management, and realizes the state inquiry of the test set, the next week of the test set, the test report inquiry, the next week of the test report and the execution control of part of the test set which can be executed on line. After the test generation engine generates a complete test set and notifies a user by mail, the user logs in the system to inquire the completed test set, and the user can download the test set to the user local in a compressed package mode to execute the test set or consult the test set by himself; the user may also choose to execute the test set by the WEB server and generate a test report.
The bus related communication, diagnosis, calibration, network management and other functions in the automobile electronic basic software have mature and unified international industry standards, and corresponding test codes and test scripts are developed according to the industry standards by professional technicians. These test codes and test scripts are divided into static test codes and scripts that can be reused and test configuration codes and test configuration scripts that can be changed according to actual project requirements. The static test codes and scripts are developed and input into a system database, and the system performs corresponding extraction according to specific test item configuration. The test configuration codes and test configuration scripts are calculated and generated according to the specific test item information.
Example 2
As shown in fig. 3, a WEB-based automotive electronics basic software testing system is provided, the system comprises a WEB server, the WEB server is respectively connected with a database and a user side, and the WEB server is provided with a creation testing module and a testing set testing module;
the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires test requirement information uploaded by the user side;
the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database;
the test set testing module acquires a test set from a database and tests the test set, generates a test report and uploads the test report to the database;
and the WEB server accesses the database to inform the user of the state of the test set or the test report.
Further, the user selects the WEB server to execute the test set, and the corresponding test execution is triggered according to the function classification of the test set; if the corresponding test set is integrated into an automatic test in a background system of the WEB server, the WEB server sends a test execution command to initiate the execution of the test and generate a test report, the test report is stored in a database system, and mail can be downloaded at the same time; if the corresponding test set is not integrated into an automatic test in the WEB server background system, and the background off-line test team is required to manually execute the test set, the system prompts the background test service team to have a corresponding test task, the background test service team opens off-line test execution, a test report is generated, the test report is input into the database system, and a system mail informs a user that the test report can be obtained. And the development of the test work and the acquisition of the test result test report are coordinated in time through the WEB server user management and mail notification functions.
And an automatic test code test script generating function and a management function are provided for a third party automobile electronic basic software test service provider by using a WEB cloud system, so that professional technical team test service capability and a high-cost test software and hardware system are conveniently and conveniently reused, and the popularization and cooperation of test business are maximized.
Example 3
As shown in fig. 4, the system comprises a WEB server, wherein the WEB server is respectively connected with a database and a user side, and is provided with a creation test module and a test set test module;
the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires test requirement information uploaded by the user side;
the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database;
the test set testing module acquires a test set from a database and tests the test set, generates a test report and uploads the test report to the database;
and the WEB server accesses the database to inform the user of the state of the test set or the test report.
Further, after the test generation engine generates a complete test set and notifies the user by mail, the user login system can inquire the completed test set, and the user can download the test set to the user local in a compressed package mode to execute the test set or review the test set by himself.
And a WEB cloud system is used for providing a convenient way for automobile electronic component product research and development enterprises to realize automobile electronic basic software testing, so that the test investment cost and test period are greatly reduced.
The foregoing description is only illustrative of the present invention and is not intended to limit the scope of the invention, and all equivalent structures or equivalent processes or direct or indirect application in other related technical fields are included in the scope of the present invention.

Claims (10)

1. The utility model provides a car electron basic software test system based on WEB, includes the WEB server, and the WEB server is connected with database, user side respectively, its characterized in that:
the WEB server is provided with a creation test module and a test set test module;
the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires test requirement information uploaded by the user side;
the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database; the test set generation area realizes the input and update of static test codes and static test scripts corresponding to the corresponding basic software functions, and the WEB server maintenance team selects the corresponding basic software functions to finish the input of the static test codes and the static test scripts in batches or individually; the static test codes and scripts are developed according to corresponding industry standards by professional technicians, and are divided into reused static test codes and scripts and test configuration codes and test configuration scripts which change according to actual project requirements;
the test set testing module acquires a test set from a database and tests the test set, generates a test report and uploads the test report to the database;
the WEB server accesses the state of the test set or the test report in the database and informs the user terminal;
when the system runs, a user selects a WEB server to execute a test set, and corresponding test execution is triggered according to the function classification of the test set; if the corresponding test set is integrated into an automatic test in a background system of the WEB server, the WEB server sends a test execution command to initiate the execution of the test and generate a test report, the test report is stored in a database, and a mail informs a user that the test report can be downloaded; if the corresponding test set is not integrated into an automatic test in a WEB server background system, and the background off-line test team is required to manually execute the test set, the system prompts the background test service team to have a corresponding test task, the background test service team opens off-line test execution, a test report is generated, the test report is input into a database system, and a system mail informs a user that the test report can be obtained; and the development of the test work and the acquisition of the test result test report are coordinated in time through the WEB server user management and mail notification functions.
2. The WEB-based automotive electronics base software testing system of claim 1, wherein:
the uploading area distributes corresponding creatable test item types to the user terminal through the WEB server port according to the request of the user terminal, and the method comprises the following steps: and the uploading area provides different graphical interfaces according to different basic software functions and definitions of corresponding industry standards.
3. The WEB-based automotive electronics base software testing system of claim 1, wherein:
the test set generating section generating a test set according to the test item type and the test requirement information includes: and generating corresponding test configuration codes according to the corresponding basic software functions, and generating corresponding static test codes according to the test requirement information.
4. The WEB-based automotive electronics base software testing system of claim 1, wherein:
the test creating module further comprises an analysis and verification area, wherein the analysis and verification area is used for analyzing and verifying the data integrity and the effectiveness of the test requirement information, and if the analysis and verification is error-free, the test set generating area is triggered to work; if the analysis and verification are wrong, carrying out error information reminding.
5. The WEB-based automotive electronics base software testing system of claim 1, wherein:
the WEB server also comprises a user management module, and the user management module realizes user addition, modification and deletion.
6. The WEB-based automotive electronics base software testing system of claim 1, wherein: the system also comprises a test server, wherein the test server is respectively connected with the WEB server and the database, performs off-line test on the test set, and uploads a test report to the database.
7. The WEB-based automotive electronics base software testing system of claim 1, wherein:
the WEB server accessing the database to test the state of the test set or the test report and informing the user side comprises the following steps: when the test set or test report is uploaded into the database, the system notifies the user to view or download the test set or test report in a mail manner.
8. The utility model provides a car electron basic software test system based on WEB, includes the user terminal, is connected with WEB server, database respectively, its characterized in that:
the user side requests the type of the test item to be created from the WEB server through the WEB server port, and uploads test requirement information to an uploading area of the WEB server according to different basic software functions and definitions of corresponding industry standards;
the WEB server is provided with a creation test module and a test set test module;
the test creation module comprises an uploading area and a test set generation area, wherein the uploading area distributes corresponding types of test items which can be created to the user side through a WEB server port according to the request of the user side, and acquires test requirement information uploaded by the user side;
the test set generation area generates a test set according to the test item type and the test requirement information and uploads the test set to the database; the test set generation area realizes the input and update of static test codes and static test scripts corresponding to the corresponding basic software functions, and the WEB server maintenance team selects the corresponding basic software functions to finish the input of the static test codes and the static test scripts in batches or individually; the static test codes and scripts are developed according to corresponding industry standards by professional technicians, and are divided into reused static test codes and scripts and test configuration codes and test configuration scripts which change according to actual project requirements;
the test set testing module acquires a test set from a database and tests the test set, generates a test report and uploads the test report to the database;
the WEB server accesses the state of the test set or the test report in the database and informs the user terminal;
the user side accesses a database through a WEB server and acquires the state of the test set or the test report;
when the system runs, a user selects a WEB server to execute a test set, and corresponding test execution is triggered according to the function classification of the test set; if the corresponding test set is integrated into an automatic test in a background system of the WEB server, the WEB server sends a test execution command to initiate the execution of the test and generate a test report, the test report is stored in a database, and a mail informs a user that the test report can be downloaded; if the corresponding test set is not integrated into an automatic test in a WEB server background system, and the background off-line test team is required to manually execute the test set, the system prompts the background test service team to have a corresponding test task, the background test service team opens off-line test execution, a test report is generated, the test report is input into a database system, and a system mail informs a user that the test report can be obtained; and the development of the test work and the acquisition of the test result test report are coordinated in time through the WEB server user management and mail notification functions.
9. The WEB-based automotive electronics base software testing system of claim 8, wherein:
the request to the WEB server for the test item type to be created comprises the following steps: and providing a required graphical interface according to different basic software functions and definitions of corresponding industry standards.
10. The WEB-based automotive electronics base software testing system of claim 8, wherein:
the step of the user side accessing the database through the WEB server and obtaining the state of the test set or the test report comprises the following steps: the test set or test report is obtained from the database in a mail manner.
CN202010820266.6A 2020-08-14 2020-08-14 Automobile electronic basic software testing system based on WEB Active CN111949539B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010820266.6A CN111949539B (en) 2020-08-14 2020-08-14 Automobile electronic basic software testing system based on WEB

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010820266.6A CN111949539B (en) 2020-08-14 2020-08-14 Automobile electronic basic software testing system based on WEB

Publications (2)

Publication Number Publication Date
CN111949539A CN111949539A (en) 2020-11-17
CN111949539B true CN111949539B (en) 2023-09-15

Family

ID=73342443

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010820266.6A Active CN111949539B (en) 2020-08-14 2020-08-14 Automobile electronic basic software testing system based on WEB

Country Status (1)

Country Link
CN (1) CN111949539B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032690A1 (en) * 2000-06-14 2002-03-14 Liu Yi Bo Method for processing data and generating test report of test system
CN104021077A (en) * 2014-06-10 2014-09-03 广州市久邦数码科技有限公司 Mobile terminal software test system and method
CN106547689A (en) * 2016-10-20 2017-03-29 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
CN106933745A (en) * 2017-03-30 2017-07-07 携程计算机技术(上海)有限公司 WEB automatic interface testing methods and system
CN108595339A (en) * 2018-05-09 2018-09-28 成都致云科技有限公司 Automated testing method, apparatus and system
CN108681470A (en) * 2018-05-15 2018-10-19 成都道纬科技有限公司 A kind of configuration of automotive electronics basic software and code generating system based on WEB technologies
CN110471899A (en) * 2018-05-11 2019-11-19 懿谷智能科技(上海)有限公司 A kind of laboratory test report preparing system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032690A1 (en) * 2000-06-14 2002-03-14 Liu Yi Bo Method for processing data and generating test report of test system
CN104021077A (en) * 2014-06-10 2014-09-03 广州市久邦数码科技有限公司 Mobile terminal software test system and method
CN106547689A (en) * 2016-10-20 2017-03-29 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
CN106933745A (en) * 2017-03-30 2017-07-07 携程计算机技术(上海)有限公司 WEB automatic interface testing methods and system
CN108595339A (en) * 2018-05-09 2018-09-28 成都致云科技有限公司 Automated testing method, apparatus and system
CN110471899A (en) * 2018-05-11 2019-11-19 懿谷智能科技(上海)有限公司 A kind of laboratory test report preparing system and method
CN108681470A (en) * 2018-05-15 2018-10-19 成都道纬科技有限公司 A kind of configuration of automotive electronics basic software and code generating system based on WEB technologies

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Web应用测试集成环境的研究与设计;张冬敏;计算机应用与软件;第1-3页 *

Also Published As

Publication number Publication date
CN111949539A (en) 2020-11-17

Similar Documents

Publication Publication Date Title
US9087041B2 (en) Enterprise test system platform and associated method for interoperable test data management, test development, test libraries and test workflow management and automation
CN102693183B (en) Method and system for realizing automatic software testing
US20180329376A1 (en) Multisite version and upgrade management system
CN110321113B (en) Integrated assembly line system taking project batches as standards and working method thereof
CN110580572B (en) Product life-span traceability system
CN103186444A (en) Performance testing method, platform and machine
CN111130922A (en) Airborne information safety automatic test method and test platform
US20190114570A1 (en) Product Benchmarking
CN111143391A (en) Data sharing exchange method and system
CN109582286B (en) Freemarker technology-based data normalization verification method and device
CN111949539B (en) Automobile electronic basic software testing system based on WEB
US20190236504A1 (en) Technical field service inventory management
CN111369255A (en) User management method and device, electronic equipment and storage medium
CN111221546B (en) Map data and map updating method and device, terminal equipment and server
CN111260251A (en) Operation and maintenance service management platform and operation method thereof
CN116048987A (en) Processing method, device, electronic equipment, system and storage medium for flow business
EP1739607A1 (en) System and method for customer support
CN113238811B (en) Method and device for loading vehicle service order interface, storage medium and electronic equipment
CN113867898A (en) Flow management platform and equipment storage and management method and device thereof
CN110543424B (en) Test method and device for electronic tax platform
CN109977007B (en) PLM (product development management) mold test management method and system
CN107480050A (en) A kind of method of testing of automatic test renewal bag
Srg et al. Blackbox Test on Web Based Employed Attendance Information System Design
Bronack Inventory management system
JP2018055189A (en) Test process management system, test process management method, and test process management program

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