CN116136823A - Test platform and method for picture rendering software - Google Patents

Test platform and method for picture rendering software Download PDF

Info

Publication number
CN116136823A
CN116136823A CN202310352942.5A CN202310352942A CN116136823A CN 116136823 A CN116136823 A CN 116136823A CN 202310352942 A CN202310352942 A CN 202310352942A CN 116136823 A CN116136823 A CN 116136823A
Authority
CN
China
Prior art keywords
test
rendering
picture
case
platform
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
CN202310352942.5A
Other languages
Chinese (zh)
Inventor
彭增毅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jinwei Zhiguang Information Technology Co ltd
Original Assignee
Beijing Jinwei Zhiguang Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jinwei Zhiguang Information Technology Co ltd filed Critical Beijing Jinwei Zhiguang Information Technology Co ltd
Priority to CN202310352942.5A priority Critical patent/CN116136823A/en
Publication of CN116136823A publication Critical patent/CN116136823A/en
Pending legal-status Critical Current

Links

Images

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/3684Test management for test design, e.g. generating new test cases
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a test platform and a test method of picture rendering software. The platform comprises a test content acquisition module, a test case acquisition module, a rendering effect acquisition module and a test result acquisition module, wherein the test content acquisition module is used for acquiring a target test version, the test case acquisition module is used for acquiring a plurality of test cases, the rendering effect acquisition module is used for rendering each test case in the plurality of test cases according to the target test version, the rendering effect corresponding to each test case is obtained according to a rendered picture, and the test result acquisition module is used for obtaining a test result of the target test version according to the rendering effect of each test case. The platform and the method solve the problems that the efficiency of rendering audit is low and the manual audit effect is inaccurate in manual implementation, and greatly improve the test efficiency and the accuracy of the test result by automatically testing the development version of the target software.

Description

Test platform and method for picture rendering software
Technical Field
The application relates to the technical field of software testing, in particular to a testing platform and method of picture rendering software.
Background
The effect map rendering is a process in which a designer creates a preliminary picture model using software such as 3DMAX or MAYA, and then creates a final effect map from the designed content using software itself or auxiliary software (lightscape, vayr or Crona, etc.). With the rapid advance of the design industry, the software tools for picture rendering in the years can be said to be more and more, and although the functions of many software are different, each piece of software needs to be continuously optimized and improved in detail and operation experience.
The MasterGo is one-stop product design software for team cooperation, and has the functions of rendering canvas in real time, exporting pictures in various formats after rendering, and the like. To ensure that the rendered picture effects and picture sizes meet the standards, engineers optimize the design software, e.g., modify the underlying rendering architecture, upgrade the rendering engine, and other optimization operations. Through the optimization, the overall performance of the current Master Go is continuously improved, and different software versions which are developed and constructed are obtained.
In order to test the picture rendering effect of each developed software version, a great deal of picture rendering and comparison work is required to be carried out on each software version to evaluate the overall performance of the software version. Generally, in the prior art, software of a test version is operated manually to render thousands of original pictures in a test set, and after the pictures are generated, the rendering effect of a rendering effect graph is checked manually. However, since the auditing of the rendered pictures needs to reach the pixel level, the naked eye can not identify the difference between each rendered picture and the original picture, and the auditing result has lower accuracy. Moreover, the test workload required by each software version test is huge, the data volume of each test set in the test task is also great, and the test efficiency of manual operation is too low, so that the quick development and performance test of the software are not facilitated.
Disclosure of Invention
In view of this, the application provides a testing platform and a method for picture rendering software, which aim to improve the testing efficiency of the picture rendering software and improve the accuracy of the testing result.
In a first aspect, the present application provides a test platform for picture rendering software, the platform comprising: the device comprises a test content acquisition module, a test case acquisition module, a rendering effect acquisition module and a test result acquisition module;
the test content acquisition module is used for acquiring a target test version;
the test case acquisition module is used for acquiring a plurality of test cases, wherein the test cases comprise corresponding original pictures to be tested, and the original pictures to be tested are base line effect pictures which are not rendered yet;
the rendering effect acquisition module is used for rendering each test case in the plurality of test cases according to the target test version and obtaining a rendering effect corresponding to each test case according to the rendered picture;
the test result acquisition module is used for acquiring the test result of the target test version according to the rendering effect of each test case.
Optionally, the rendering effect obtaining module includes: a picture rendering module and a picture comparing module;
the picture rendering module is used for obtaining a rendered picture corresponding to each test case in the plurality of test cases by using picture rendering software of the target test version;
the picture comparison module is used for comparing the original picture to be tested of each test case in the plurality of test cases with the corresponding rendering picture to obtain the rendering effect corresponding to each test case.
Optionally, the test result obtaining module is further configured to count a rendering effect corresponding to each test case, and obtain a test report corresponding to the target test version according to the statistical result;
the index for evaluating the rendering effect comprises the similarity between the rendering picture and the corresponding original picture to be tested, and the format and the size of the rendering picture.
Optionally, the platform further includes a test case management module, where the test case management module is configured to manage the acquired multiple test cases and adjust and save states of the multiple test cases, where the states include a case rendering state, a case saving state, and a case testing state.
Optionally, the test result obtaining module is further configured to convert, after obtaining a rendering picture corresponding to each of the plurality of test cases according to the target test version, an application rendering state corresponding to each of the plurality of test cases in the test case management module into rendered application;
after the test result is obtained, converting the test case test state corresponding to each test case in the plurality of test cases in the test case management module into finished test cases.
Optionally, the platform further comprises a storage module;
the storage module is used for storing the acquired multiple test cases and rendering effects corresponding to each test case in the multiple test cases;
when the rendering effect acquisition module performs rendering of the corresponding test cases according to the target test version, the test case management module transmits the plurality of test cases in the storage module to the rendering effect acquisition module in batches.
In a second aspect, the present application provides a method for testing picture rendering software, where the method is applied to the testing platform of picture rendering software in any one of the first aspects, and the method includes:
the test platform acquires a target test version;
the test platform acquires a plurality of test cases, wherein the test cases comprise corresponding original pictures to be tested;
the test platform obtains the rendering effect of each test case in the plurality of test cases according to the target test version and the plurality of test cases;
and the test platform obtains a test result of the target test version according to the rendering effect of each test case.
Optionally, the test platform obtains a rendering effect of each test case in the plurality of test cases according to the target test version and the plurality of test cases, including:
the test platform obtains a rendering picture corresponding to each test case in the plurality of test cases by using picture rendering software of the target test version;
the test platform compares the original picture to be tested of each test case in the plurality of test cases with the corresponding rendering picture to obtain the rendering effect corresponding to each test case.
Optionally, the test platform obtains a test result of the target test version according to the rendering effect of each test case, including:
the test platform counts the rendering effect corresponding to each test case, and obtains a test report corresponding to the target test version according to the counting result;
the index for evaluating the rendering effect comprises the similarity between the rendering picture and the corresponding original picture to be tested, and the format and the size of the rendering picture.
In a third aspect, the present application provides an electronic device, including: at least one processor, and a memory;
wherein the memory stores a program executable by the at least one processor to enable the at least one processor to perform the method of testing the picture rendering software of any one of the above second aspects.
The application provides a test platform and a test method of picture rendering software. The platform comprises a test content acquisition module, a test case acquisition module, a rendering effect acquisition module and a test result acquisition module, wherein the test content acquisition module is used for acquiring a target test version, the test case acquisition module is used for acquiring a plurality of test cases, the rendering effect acquisition module is used for rendering each test case in the plurality of test cases according to the target test version, the rendering effect corresponding to each test case is obtained according to a rendered picture, and the test result acquisition module is used for obtaining a test result of the target test version according to the rendering effect of each test case. The platform and the method solve the problems that the efficiency of rendering audit is low and the manual audit effect is inaccurate in manual implementation, and greatly improve the test efficiency and the accuracy of the test result by automatically testing the development version of the target software.
Drawings
In order to more clearly illustrate the present embodiments or the technical solutions in the prior art, the drawings that are required for the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structural diagram of a test platform of picture rendering software according to an embodiment of the present application;
fig. 2 is another schematic structural diagram of a test platform of the picture rendering software provided in the embodiment of the present application;
fig. 3 is a flowchart of a method for testing the picture rendering software according to an embodiment of the present application.
Detailed Description
As described above, the MasterGo software is a design software produced by blue lake, belongs to the field of collaborative design tools, and can implement a function of rendering pictures. From the multiple evaluation results, the performance of the Master Go belongs to the first echelon of domestic design software, and the product can bear 500 online collaborative designs and large-scale items with the layer quantity of 10 ten thousand levels at maximum. To build better design software, masterGo needs to continuously push new versions to update the updates. The developed version is delivered daily by the developer for performance and functional testing. In order to test the effect of each version of the picture rendering software, which is developed and constructed, and the derived picture, a great amount of picture rendering effect testing work is required, and a manual mode is generally adopted to realize the peer-to-peer service of the picture rendering and real-time rendering effect of the software. However, since the test set generally includes thousands of schemes, each scheme needs to compare the real-time rendering effect and the deriving effect of the picture, the time required by the manual operation mode is too long, and the test efficiency is low. Moreover, since the verification of the picture is to compare the rendering size and the rendering effect of the picture, but the naked eye is difficult to accurately reach the pixel level, the mode of manually verifying the rendering effect of the picture is not accurate enough, and a plurality of mistakes and leaks can occur.
The embodiment of the application provides a test platform, a method and equipment for picture rendering software. The platform comprises a test content acquisition module, a test case acquisition module, a rendering effect acquisition module and a test result acquisition module, wherein the test content acquisition module is used for acquiring a target test version, the test case acquisition module is used for acquiring a plurality of test cases, the rendering effect acquisition module is used for rendering each test case in the plurality of test cases according to the target test version, the rendering effect corresponding to each test case is obtained according to a rendered picture, and the test result acquisition module is used for obtaining a test result of the target test version according to the rendering effect of each test case. The platform and the method solve the problems that the efficiency of rendering audit is low and the manual audit effect is inaccurate in manual implementation, and greatly improve the test efficiency and the accuracy of the test result by automatically testing the development version of the target software.
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. Based on the embodiments herein, all other embodiments that a person of ordinary skill in the art would achieve without inventive effort are within the scope of the present application.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a test platform 100 of picture rendering software according to an embodiment of the present application, where the test platform includes: the device comprises a test content acquisition module 101, a test case acquisition module 102, a rendering effect acquisition module 103 and a test result acquisition module 104.
The test content acquisition module 101 is configured to acquire a target test version.
The target test version is test content of the platform provided by the application, and may include version numbers to be tested of different software. Optionally, the target test version may be a version to be tested after MasterGo development, and of course, the test platform may also test different development versions of other image rendering software, without affecting the protection scope of the embodiments of the present application.
The test case acquisition module 102 is configured to acquire a plurality of test cases.
Each test case comprises a corresponding original picture to be tested, wherein the original picture to be tested is an original picture which is not rendered yet. In this embodiment, a plurality of test cases may be obtained from the test cases designed by external input as a test set, and of course, other manners may be adopted, such as obtaining the saved test cases from the connected memory, without affecting the normal operation of the embodiment of the present application.
The rendering effect obtaining module 103 is configured to render each test case according to the target test version, and obtain a rendering effect corresponding to each test case according to the rendered picture.
The rendering effect can be represented in the form of similarity between the rendering picture and the corresponding original picture to be tested, format and size of the rendering picture, and the like, and can also be represented in other forms, such as marking and comparing differences between the rendering picture and the corresponding original picture to be tested, so as to obtain the rendering effect. Of course, a comparison graph can be generated according to the comparison result to evaluate the rendering effect of the rendering picture, and the normal operation of the embodiment of the application is not affected.
Optionally, the rendering effect obtaining module 103 may further include a picture rendering module and a picture comparing module. The picture rendering module is used for obtaining a rendered picture corresponding to each test case by using picture rendering software of a target test version. The picture comparison module is used for comparing the original picture to be tested of each test case with the corresponding rendering picture to obtain the rendering effect corresponding to each test case.
And the test result obtaining module 104 is configured to obtain a test result of the target test version according to the rendering effect of each test case.
Optionally, the test result obtaining module 104 may be further configured to count a rendering effect corresponding to each test case, and obtain, according to the count result, a test report corresponding to the target test version as a test result of the test version. Optionally, the test result obtaining module 104 may also output the obtained test report after all test cases are tested.
Optionally, the platform may further include a test case management module, configured to manage the acquired multiple test cases and adjust and save states of the multiple test cases.
Optionally, managing the plurality of test cases obtained may include storing the test cases in a database, querying a status of each test case, and other operations on the test cases. The states may include a case rendering state, a case save state, and a case test state, among others. Use case rendering states can be divided into rendered and unrendered; the use case save state can be divided into saved and unsaved; the case test status can be classified into test complete, test in and test out, and the like.
Optionally, after the platform obtains the rendering picture corresponding to each test case according to the target test version, converting the application rendering state corresponding to each test case in the test case management module into rendered state; after the test result is obtained, the test case test state corresponding to each test case in the test case management module is converted into finished test case test state.
Optionally, the platform may further include a storage module, where the storage module is configured to store the acquired plurality of test cases and rendering effects corresponding to each test case. The storage module can store the acquired test cases and the rendered rendering effect graphs corresponding to each test case. The storage module may also store a comparison result of the rendering effect map with the original image. When the rendering effect acquisition module performs rendering of the corresponding test cases according to the target test version, the test case management module transmits a plurality of test cases in the storage module to the rendering effect acquisition module in batches.
The embodiment of the application provides an automatic software testing platform, which realizes one-stop platform automatic testing of rendering software, solves the problems of low efficiency of manually generating an effect graph and inaccurate manual auditing rendering effect, reduces the waste of human resources, greatly improves the accuracy of auditing the performance of the rendering software, and simultaneously improves the efficiency of auditing the rendering effect of a software development version. Moreover, the platform can manage a plurality of generated test reports, so that the problem that test data are difficult to manage manually due to huge data volume related to testing is avoided, and the method is favorable for pushing rendering software to continuously optimize performance.
The test platform of the picture rendering software provided by the embodiment of the application is introduced, and the test platform is exemplified below in combination with specific application scenes.
Referring to fig. 2, the schematic diagram of another structure of a test platform of the picture rendering software provided in an embodiment of the present application, the platform may include: a test task management module 201, a test case rendering module 202, a rendering map management module 203, a rendering map comparison module 204, and a storage module 205.
The test task management module 201 is configured to obtain an externally input test case and a target software version.
The test case comprises an original picture for rendering. Multiple test cases may constitute a test set for testing the performance of a target software version.
Alternatively, the test task management module 201 may include a test task front end management page and a test task back end management service. The test task front-end management page can receive and manage externally input test cases and receive set target software versions. The test task back-end management service can store the acquired test cases into the database through the storage module. In some possible implementation manners, the front end management page of the test task can directly establish connection with the storage module through the back end management module of the test task without externally inputting the test cases, and the stored test cases are extracted from the database, so that normal operation of the embodiment of the application is not affected.
The test case rendering module 202 is configured to generate a rendering effect graph according to the original picture corresponding to each test case.
Under the driving of the test task management module 201, the test case rendering module 202 renders test cases of the same test task, where the test cases of the same test task refer to test cases in a test set for the same target software version.
In some possible implementations, the test case rendering module 202 may also be connected to the rendering map management module 203, and transmit the rendered rendering effect map to the rendering map management module 203 through an interface, which also does not affect the normal operation of the embodiments of the present application.
The rendering graph management module 203 is configured to manage the generated rendering effect graph and the test report generated by the rendering graph comparison module 204.
The rendering graph management module 203 may be connected to the storage module 205, and store the generated test report and the rendering effect graph in a connected database.
Optionally, the rendering graph management module 203 may manage the rendering effect graph and the test report, including: and storing, inquiring, deleting and the like on the rendering effect graph, and adding, deleting and checking test reports, wherein each test report corresponds to one target software version.
The rendering graph comparison module 204 is configured to compare all the generated rendering effect graphs with corresponding original pictures, and generate a test report.
Optionally, after the rendering graph comparison module 204 generates the test report, the test task management module may also notify the state of the test task corresponding to the target software version to be completed.
And the storage module 205 is used for storing the test data generated by the platform into the connected database.
The test data may include a rendering effect graph corresponding to the used test case, a target software version, and a corresponding test report, so as to provide data support for subsequent analysis of the test result. Of course, other test data may be included, and normal performance of the embodiments of the present application is not affected.
The storage module may be a plurality of interfaces for connecting the platform and the database, or may be a plurality of databases directly, which are all within the protection scope of the embodiments of the present application.
The application provides a specific test platform for rendering software of pictures, which is favorable for realizing automatic test of rendering software, and solves the problems of low efficiency of manually realizing rendering audit and inaccurate manual audit effect. Meanwhile, a storage module is introduced, a large amount of test data is stored by utilizing a database, the problem that the accumulated test data is difficult to manage in the days and months due to the large number of required test versions and the huge test data amount is avoided, and the continuous development and performance optimization of rendering software are facilitated.
The above is some specific implementation forms of the test platform of the picture rendering software provided in the embodiments of the present application, and based on this, the present application further provides a corresponding method. The method provided in the embodiment of the present application is described below.
Referring to fig. 3, fig. 3 is a flowchart of a method for testing a picture rendering software according to an embodiment of the present application, where the method is applied to a testing platform of the picture rendering software, and includes:
s301: the test platform acquires the target test version.
Optionally, the target test version may be a c++ version number, which is input by a manual means, and of course, may also be connected to interfaces of other systems to automatically obtain the target test version, without affecting the normal operation of the embodiments of the present application.
S302: the test platform acquires a plurality of test cases.
Each test case may include a corresponding original picture to be tested, where the original picture to be tested refers to a baseline effect graph that is not yet rendered. Of course, other raw images that are not rendered may be used, and normal operation of the embodiments of the present application is not affected.
Optionally, the test cases can be uploaded manually by a user, and after each time the target test version is input, a batch of corresponding test cases is uploaded. Of course, a large number of test cases can be uploaded in advance in the database at a time, and the test cases are obtained from the database when the target test version is tested, so that the normal operation of the embodiment of the application is not affected.
S303: and the test platform obtains the rendering effect of each test case according to the target test version.
The test platform obtains a rendering picture corresponding to each test case by using picture rendering software corresponding to the target test version. And then, comparing the original picture to be tested of each test case with the corresponding rendering picture to obtain the rendering effect corresponding to each test case.
The index for evaluating the rendering effect may include a similarity between the rendering effect map and the corresponding original picture, a size of the rendering effect map, a contrast map between the rendering effect map and the original picture, and so on.
S304: and the test platform obtains a test result of the target test version according to the rendering effect of each test case.
Optionally, the test platform may count the rendering effect corresponding to each test case, and obtain a test report corresponding to the target test version according to the statistical result. The test results can be displayed by generating a plurality of reports, and the generated reports are stored according to the target test version so as to provide data support for subsequent result analysis.
According to the method provided by the embodiment of the application, the software testing platform is adopted to automatically test the target software development version, so that the problems that the efficiency of manually realizing rendering and auditing is low and the manual auditing effect is inaccurate are solved, and the testing efficiency and the accuracy of the testing result are greatly improved.
The embodiment of the application also provides corresponding equipment for realizing the scheme provided by the embodiment of the application.
The device comprises a memory and a processor, wherein the memory is used for storing instructions or codes, and the processor is used for executing the instructions or codes so that the device can execute the test method of the picture rendering software according to any embodiment of the application.
From the above description of embodiments, it will be apparent to those skilled in the art that all or part of the steps of the above described example methods may be implemented in software plus general hardware platforms. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which may be stored in a storage medium, such as a read-only memory (ROM)/RAM, a magnetic disk, an optical disk, or the like, including several instructions for causing a computer device (which may be a personal computer, a server, or a network communication device such as a router) to perform the methods described in the embodiments or some parts of the embodiments of the present application.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for the device embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
The foregoing is merely exemplary embodiments of the present application and is not intended to limit the scope of the present application.

Claims (10)

1. A test platform for picture rendering software, the platform comprising: the device comprises a test content acquisition module, a test case acquisition module, a rendering effect acquisition module and a test result acquisition module;
the test content acquisition module is used for acquiring a target test version;
the test case acquisition module is used for acquiring a plurality of test cases, wherein the test cases comprise corresponding original pictures to be tested, and the original pictures to be tested are base line effect pictures which are not rendered yet;
the rendering effect acquisition module is used for rendering each test case in the plurality of test cases according to the target test version and obtaining a rendering effect corresponding to each test case according to the rendered picture;
the test result acquisition module is used for acquiring the test result of the target test version according to the rendering effect of each test case.
2. The platform of claim 1, wherein the rendering effect acquisition module comprises: a picture rendering module and a picture comparing module;
the picture rendering module is used for obtaining a rendered picture corresponding to each test case in the plurality of test cases by using picture rendering software of the target test version;
the picture comparison module is used for comparing the original picture to be tested of each test case in the plurality of test cases with the corresponding rendering picture to obtain the rendering effect corresponding to each test case.
3. The platform of claim 2, wherein the test result obtaining module is further configured to count a rendering effect corresponding to each test case, and obtain a test report corresponding to the target test version according to the count result;
the index for evaluating the rendering effect comprises the similarity between the rendering picture and the corresponding original picture to be tested, and the format and the size of the rendering picture.
4. The platform of claim 1, further comprising a test case management module;
the test case management module is used for managing the acquired multiple test cases and adjusting and storing states of the multiple test cases, wherein the states comprise a case rendering state, a case storing state and a case testing state.
5. The platform of claim 4, wherein the test result obtaining module is further configured to convert a case rendering state corresponding to each of the plurality of test cases in the test case management module into rendered case after obtaining a rendering picture corresponding to each of the plurality of test cases according to the target test version;
after the test result is obtained, converting the test case test state corresponding to each test case in the plurality of test cases in the test case management module into finished test cases.
6. The platform of claim 4, further comprising a storage module;
the storage module is used for storing the acquired multiple test cases and rendering effects corresponding to each test case in the multiple test cases;
when the rendering effect acquisition module performs rendering of the corresponding test cases according to the target test version, the test case management module transmits the plurality of test cases in the storage module to the rendering effect acquisition module in batches.
7. A method for testing picture rendering software, the method being applied to a testing platform of the picture rendering software according to any one of claims 1 to 6, the method comprising:
the test platform acquires a target test version;
the test platform acquires a plurality of test cases, wherein the test cases comprise corresponding original pictures to be tested;
the test platform obtains the rendering effect of each test case in the plurality of test cases according to the target test version and the plurality of test cases;
and the test platform obtains a test result of the target test version according to the rendering effect of each test case.
8. The method of claim 7, wherein the test platform obtaining the rendering effect of each test case of the plurality of test cases from the target test version and the plurality of test cases comprises:
the test platform obtains a rendering picture corresponding to each test case in the plurality of test cases by using picture rendering software of the target test version;
the test platform compares the original picture to be tested of each test case in the plurality of test cases with the corresponding rendering picture to obtain the rendering effect corresponding to each test case.
9. The method of claim 8, wherein the test platform obtains the test result of the target test version according to the rendering effect of each test case, comprising:
the test platform counts the rendering effect corresponding to each test case, and obtains a test report corresponding to the target test version according to the counting result;
the index for evaluating the rendering effect comprises the similarity between the rendering picture and the corresponding original picture to be tested, and the format and the size of the rendering picture.
10. An electronic device, comprising: at least one processor, and a memory;
wherein the memory stores a program executable by the at least one processor to enable the at least one processor to perform the method of testing the picture rendering software of any one of claims 7-9.
CN202310352942.5A 2023-04-04 2023-04-04 Test platform and method for picture rendering software Pending CN116136823A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310352942.5A CN116136823A (en) 2023-04-04 2023-04-04 Test platform and method for picture rendering software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310352942.5A CN116136823A (en) 2023-04-04 2023-04-04 Test platform and method for picture rendering software

Publications (1)

Publication Number Publication Date
CN116136823A true CN116136823A (en) 2023-05-19

Family

ID=86334637

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310352942.5A Pending CN116136823A (en) 2023-04-04 2023-04-04 Test platform and method for picture rendering software

Country Status (1)

Country Link
CN (1) CN116136823A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108460301A (en) * 2018-01-03 2018-08-28 阿里巴巴集团控股有限公司 The performance testing device and method of barcode scanning module
WO2020143728A1 (en) * 2019-01-10 2020-07-16 深圳看到科技有限公司 Picture rendering method and device, terminal, and corresponding storage medium
CN111459831A (en) * 2020-04-08 2020-07-28 广东三维家信息科技有限公司 Test system and test method
CN111813686A (en) * 2020-07-20 2020-10-23 腾讯科技(深圳)有限公司 Game testing method and device, testing terminal and storage medium
CN115860827A (en) * 2022-11-01 2023-03-28 深圳市和讯华谷信息技术有限公司 Mobile terminal advertisement testing method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108460301A (en) * 2018-01-03 2018-08-28 阿里巴巴集团控股有限公司 The performance testing device and method of barcode scanning module
WO2020143728A1 (en) * 2019-01-10 2020-07-16 深圳看到科技有限公司 Picture rendering method and device, terminal, and corresponding storage medium
CN111459831A (en) * 2020-04-08 2020-07-28 广东三维家信息科技有限公司 Test system and test method
CN111813686A (en) * 2020-07-20 2020-10-23 腾讯科技(深圳)有限公司 Game testing method and device, testing terminal and storage medium
CN115860827A (en) * 2022-11-01 2023-03-28 深圳市和讯华谷信息技术有限公司 Mobile terminal advertisement testing method and system

Similar Documents

Publication Publication Date Title
CN110292775B (en) Method and device for acquiring difference data
EP2572294B1 (en) System and method for sql performance assurance services
CN110728328B (en) Training method and device for classification model
CN111401722B (en) Intelligent decision method and intelligent decision system
CN109376153A (en) System and method for writing data into graph database based on NiFi
CN105868956A (en) Data processing method and device
CN114489610A (en) Page visualization dynamic component configuration method and system
WO2024083109A1 (en) File restoration degree evaluation method and apparatus, storage medium and device
CN109086476B (en) Data processing method for drawing design, PLM plug-in and computing equipment
CN113139373A (en) Method, system and equipment for generating industry and property voucher based on dynamic modeling
CN116136823A (en) Test platform and method for picture rendering software
CN116956845A (en) Method for rapidly configuring form field, page field generation mode and system
CN111966600A (en) Webpage testing method and device, computer equipment and computer readable storage medium
CN109857735B (en) Data construction method and system for rule description through excel
CN115543981A (en) Data quality detection method and device, medium and equipment
CN111311041B (en) Data extraction method and device and related device
CN116610727B (en) Analysis processing method and device for enterprise statistical data
CN112051996B (en) Modeling method and device based on development platform element unified naming dictionary
CN116755684B (en) OAS Schema generation method, device, equipment and medium
CN111143221B (en) Test method and device
CN111078543B (en) System dynamic test method and test device
CN115470770B (en) Electronic form template filling method and system
CN112508440B (en) Data quality evaluation method, device, computer equipment and storage medium
CN109614328B (en) Method and apparatus for processing test data
CN117095106A (en) Parameter determination method, device, equipment and storage medium for influencing picture rendering

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20230519

RJ01 Rejection of invention patent application after publication