CN112965907A - VR APP automatic test method and device - Google Patents

VR APP automatic test method and device Download PDF

Info

Publication number
CN112965907A
CN112965907A CN202110267961.9A CN202110267961A CN112965907A CN 112965907 A CN112965907 A CN 112965907A CN 202110267961 A CN202110267961 A CN 202110267961A CN 112965907 A CN112965907 A CN 112965907A
Authority
CN
China
Prior art keywords
test
test case
machine
script
file
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
CN202110267961.9A
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.)
Nanjing Iqiyi Intelligent Technology Co Ltd
Original Assignee
Nanjing Iqiyi Intelligent 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 Nanjing Iqiyi Intelligent Technology Co Ltd filed Critical Nanjing Iqiyi Intelligent Technology Co Ltd
Priority to CN202110267961.9A priority Critical patent/CN112965907A/en
Publication of CN112965907A publication Critical patent/CN112965907A/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/3688Test management for test execution, e.g. scheduling of test suites

Abstract

The application provides a VRAPP automatic test method device, and the method comprises the following steps: building an APP automatic test framework; on the basis of an APP automatic test framework, binding a script framework instruction to the newly-built GameObject; embedding all subclasses of test case script files into a script frame instruction, and binding and packaging the test case script files and the script frame instruction into an apk file; running the apk file in a VR (virtual reality) all-in-one machine and generating a test report; the VR all-in-one machine carries out continuous screenshot on the film content played currently in the process of operating the apk file, judges whether the abnormal playing problem of the test film exists or not through screenshot, does not need testers to modify codes, reduces the requirements on the testers, improves the test efficiency, and leads a test report and the screenshot file to be led out and viewed from a PC (personal computer), so that the test result is displayed visually, and the management and feedback of the test result are facilitated.

Description

VR APP automatic test method and device
Technical Field
The invention relates to the technical field of APP testing, in particular to a VR APP automatic testing method and device.
Background
With the mobile internet becoming an indispensable component of people's life, the mobile App has become a standard way for various industries to link customers, so that the quality of the App is of great importance; the quality of App receives many factor influences, wherein increasing functional characteristic, and mobile terminal's fragmentation, the characteristic multiplies the traversal of terminal quantity, let App's verification work volume increase, in App test field, mainly manually add appointed test case and operation test case at test platform through the tester, in order to interact with mobile terminal APP, realize mobile terminal APP's test, this mode is higher to tester's requirement, and this test mode, need tester manual modification code and lead to the test efficiency low, and the test result can not form audio-visual test result automatically, the shortcoming that inconvenient managers checked.
Disclosure of Invention
In view of at least one of the above-mentioned prior art problems, the application provides an automatic test method and device for VR APP, which can be operated without modifying codes by testers, reduces the requirements on the testers, and improves the test efficiency.
In order to achieve the above purpose of the invention, the following technical scheme is adopted:
in a first aspect, the present application provides an automated VR APP testing method, including the steps of:
building an APP automatic test framework;
on the basis of the APP automatic test framework, binding a script framework instruction to the newly-built GameObject;
compiling all subclasses of test case script files corresponding to the content of the test film, embedding all subclasses of test case script files into a script frame instruction, binding the test case script files and the script frame instruction, and packaging the test case script files into an apk file;
running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine;
in the process of running the apk file, the VR all-in-one machine plays a test film contained in the script file of each subclass of test case on the VR all-in-one machine by calling the script frame instruction, continuously captures the content of the currently played film, and judges whether the problem of abnormal playing of the test film exists in the process of playing and testing the test film by the VR all-in-one machine according to the continuous captures;
and all screenshot files generated in the process of running the apk file by the VR all-in-one machine are stored in a storage directory of the VR all-in-one machine in a screenshot folder mode.
Furthermore, the specific steps of compiling all subclasses of test case script files corresponding to the test film content, embedding all subclasses of test case script files into a script frame instruction, binding the test case script files and the script frame instruction, and packaging the test case script files into an apk file are as follows;
leading the built APP automatic test framework into a Unity project;
newly creating the GameObject in the scene, naming the GameObject as TestPlay and binding a script execution file to the GameObject;
writing all subclasses of test case script files corresponding to the test film content, binding all subclasses of test case script files with the script execution file, and packaging into the apk file.
Further, the specific steps of judging whether the VR all-in-one machine has the problem of abnormal playing of the test film in the process of playing and testing the test film through the continuous screenshots are as follows:
exporting screenshot folders which are stored in a storage directory of the VR all-in-one machine and contain all screenshot files generated in the process that the VR all-in-one machine runs the apk file from the storage directory of the VR all-in-one machine to a storage unit of a PC (personal computer) end;
comparing all screenshots in the screenshot folder with a preset comparison image, if the similarity between the current screenshot and the preset comparison image exceeds a preset similarity threshold, determining that the current screenshot is an abnormal image, and exporting the abnormal image to an abnormal image folder
Further, the testing the abnormal problem of movie playing comprises: any one of a gray screen, a black screen and a flower screen.
Further, all screenshot files generated in the process that the VR all-in-one machine runs the apk file are named according to the system time of the VR all-in-one machine corresponding to the moment of occurrence of the screenshot action.
Further, the test report includes the name of the test case script file, the number of test case script files that are executed, the number of test case script files that are skipped, and a log file corresponding to the test case script file.
Further, the test report is presented in HTML.
Further, when compiling test case script files of all subclasses corresponding to the test movie content, obtaining the name of a button or the name of a scene through the UI, calling a Press method to click the button, judging whether the current content is the same as an expected value or not, if the current content is the same as the expected value, passing the compiled test case script file of one of the subclasses, repeating the step, and compiling the test case script files of all the subclasses.
Further, an Assert method is adopted to judge whether the current content is the same as the expected value.
In a second aspect, the present application provides an automatic testing arrangement of VR APP, include:
the test frame module is used for building an APP automatic test frame;
the script execution file binding module is used for binding a script execution instruction to the newly-built GameObject on the basis of the APP automatic test framework;
the film playing test case script file compiling module is used for compiling test case script files of all subclasses corresponding to the content of the test film, binding the test case script files of all subclasses with the script execution file, and packaging the test case script files into an apk file;
running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine;
in the process of operating the apk file, the VR all-in-one machine plays the test film contained in the test case script file of each subclass through the script execution file on the VR all-in-one machine, continuously captures the content of the currently played film, judges whether the VR all-in-one machine has the abnormal playing problem of the test film in the process of playing the test film through the continuous captures, and stores all the capture files generated in the process of operating the apk file in the storage directory of the VR all-in-one machine in the form of capture folders.
By adopting the technical scheme, the invention has the following beneficial effects:
the application provides a VR APP automatic test method device, the method includes: building an APP automatic test framework; on the basis of an APP automatic test framework, binding a script framework instruction to the newly-built GameObject; compiling all subclasses of test case script files corresponding to the content of the test film, embedding all subclasses of test case script files into a script frame instruction, binding the test case script files and the script frame instruction, and packaging the test case script files into an apk file; running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine; in the process of running the apk file, the VR all-in-one machine plays a test film contained in the script file of each subclass of test case on the VR all-in-one machine by calling the script frame instruction, continuously captures the content of the currently played film, and judges whether the problem of abnormal playing of the test film exists in the process of playing and testing the test film by the VR all-in-one machine according to the continuous captures; and all screenshot files generated in the process of running the apk file by the VR all-in-one machine are stored in a storage directory of the VR all-in-one machine in a screenshot folder mode.
The invention customizes the script file of the test case by self on the basis of the built APP automatic test framework, embeds the customized script file of the test case into the script framework instruction to be packed into an apk file, the VR all-in-one machine runs the apk file, the test case contained in the selected apk of the VR all-in-one machine runs to interact with the VR all-in-one machine, and generates a test report of the corresponding execution condition of the script file of the test case in the storage directory of the VR all-in-one machine, and the VR all-in-one machine continuously captures the test film content contained in the script file in the process of running the apk file, judges whether the VR all-in-one machine has the abnormal test film playing problem or not in the test film playing process through continuous capture, thereby completing the automatic test of the VR APP without the operation of code modification by a tester, the requirement on testers is reduced, the test efficiency is improved, and the test report and the screenshot file can be exported to a PC (personal computer) end from the VR (virtual reality) all-in-one machine to be checked, so that the test result is displayed visually, and the management and feedback of the test result are facilitated.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic flow chart of an automated VR APP test method provided by the present invention;
fig. 2 is a schematic structural diagram of the VR APP automatic testing device provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in 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 obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The application provides a VR APP automatic test method, which comprises the following steps:
building an APP automatic test framework;
on the basis of the APP automatic test framework, binding a script framework instruction to the newly-built GameObject;
compiling all subclasses of test case script files corresponding to the content of the test film, embedding all subclasses of test case script files into a script frame instruction, binding the test case script files and the script frame instruction, and packaging the test case script files into an apk file;
running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine;
in the process of running the apk file, the VR all-in-one machine plays a test film contained in the script file of each subclass of test case on the VR all-in-one machine by calling the script frame instruction, continuously captures the content of the currently played film, and judges whether the problem of abnormal playing of the test film exists in the process of playing and testing the test film by the VR all-in-one machine according to the continuous captures;
and all screenshot files generated in the process of running the apk file by the VR all-in-one machine are stored in a storage directory of the VR all-in-one machine in a screenshot folder mode.
Specifically, an APP automated test framework, comprising:
the starting program module binds the script frame instruction to a newly-built GameObject in the scene, runs the script frame instruction after the program is started, and calls the acquisition module to obtain a test case script file;
the acquisition module acquires all subclasses inheriting the UITest class through reflection and comprises test case script files of all the subclasses;
the integrated module integrates all reference script files required by compiling the test case script file, and can improve the compiling speed of the test case script file and the compiling accuracy of the test case script file through the reference script file;
according to specific use requirements, an auxiliary module for assisting the starting program module can be added;
the self-defining module sets the startup program module as an Editor, displays self-defining contents such as test case names, test passing rates and the like in an indicator, needs to be placed in an Editor folder when in use, and can delete the script when the VR all-in-one machine is tested;
and the user-defined test module is used for writing a test case in a user-defined mode and needs to inherit the UITest class when in use.
Specifically, the specific steps of compiling test case script files of all subclasses corresponding to the content of the test film, embedding the test case script files of all subclasses into a script frame instruction, binding the test case script files and the script frame instruction, and packaging the test case script files into an apk file are as follows;
leading the built APP automatic test framework into a Unity project;
newly creating the GameObject in the scene, naming the GameObject as TestPlay and binding a script execution file to the GameObject;
writing all subclasses of test case script files corresponding to the test film content, binding all subclasses of test case script files with the script execution file, and packaging into the apk file.
Specifically, the specific step of judging whether the VR all-in-one machine has the problem of abnormal playing of the test film in the process of playing and testing the test film through the continuous screenshots is as follows:
exporting screenshot folders which are stored in a storage directory of the VR all-in-one machine and contain all screenshot files generated in the process that the VR all-in-one machine runs the apk file from the storage directory of the VR all-in-one machine to a storage unit of a PC (personal computer) end;
comparing all screenshots in the screenshot folder with a preset comparison image, if the similarity between the current screenshot and the preset comparison image exceeds a preset similarity threshold, determining that the current screenshot is an abnormal image, and exporting the abnormal image to an abnormal image folder
Specifically, the problem of testing abnormal playing of the movie includes: any one of a gray screen, a black screen and a flower screen.
Specifically, all screenshot files generated in the process of running the apk file by the VR all-in-one machine are named according to the system time of the VR all-in-one machine corresponding to the moment of occurrence of the screenshot action.
Specifically, the test report is stored in an sdcard/test-report/directory of the VR all-in-one machine, and the test report includes the name of the test case script file, the number of test case script files that have passed execution, the number of skipped test case script files, and a log file corresponding to the test case script file.
Specifically, the test report is presented in an HTML manner for easy viewing.
Specifically, when the test case script files of all subclasses corresponding to the test movie content are written, the names of the buttons or the names of the scenes are obtained through the UI, the Press method is called to click the button, whether the current content is the same as the expected value or not is judged, if the current content is the same as the expected value, the written test case script file of one of the subclasses passes through, the step is repeated, and the test case script files of all the subclasses are written.
Specifically, the Assert method is adopted to determine whether the current content is the same as the expected value.
From the above description, the invention customizes the test case script file by itself on the basis of the built APP automatic test framework, embeds the customized test case script file into the script framework instruction to be packaged into an apk file, the VR all-in-one machine runs the apk file, the test cases contained in the selected apk of the VR all-in-one machine run interact with the VR all-in-one machine, and generates the test report of the corresponding test case script file execution condition in the storage directory of the VR all-in-one machine, and the VR all-in-one machine continuously screenshots the test film content contained in the test case script file in the process of running the apk file, judges whether the test film playing abnormality problem exists in the process of playing the test film by the VR all-in-one machine through continuous screenshots, thereby completing the automatic test of VR without the operation of modifying the code by the tester, the requirement on testers is reduced, the test efficiency is improved, and the test report and the screenshot file can be exported to a PC (personal computer) end from the VR (virtual reality) all-in-one machine to be checked, so that the test result is displayed visually, and the management and feedback of the test result are facilitated.
In order to accomplish the automatic test of VR APP, do not need the tester to modify the operation of code, reduced the requirement to the tester, improved efficiency of software testing moreover, this application provides an embodiment for realizing the automatic testing arrangement of VR APP of whole or partial content among the automatic testing method of VR APP, refer to FIG. 2, the automatic testing arrangement of VR APP includes:
the test frame module is used for building an APP automatic test frame;
the script execution file binding module is used for binding a script execution instruction to the newly-built GameObject on the basis of the APP automatic test framework;
the film playing test case script file compiling module is used for compiling test case script files of all subclasses corresponding to the content of the test film, binding the test case script files of all subclasses with the script execution file, and packaging the test case script files into an apk file;
running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine;
in the process of operating the apk file, the VR all-in-one machine plays the test film contained in the test case script file of each subclass through the script execution file on the VR all-in-one machine, continuously captures the content of the currently played film, judges whether the VR all-in-one machine has the abnormal playing problem of the test film in the process of playing the test film through the continuous captures, and stores all the capture files generated in the process of operating the apk file in the storage directory of the VR all-in-one machine in the form of capture folders.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. An automated VR APP testing method is characterized by comprising the following steps:
building an APP automatic test framework;
on the basis of the APP automatic test framework, binding a script framework instruction to the newly-built GameObject;
compiling all subclasses of test case script files corresponding to the content of the test film, embedding all subclasses of test case script files into a script frame instruction, binding the test case script files and the script frame instruction, and packaging the test case script files into an apk file;
running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine;
in the process of running the apk file, the VR all-in-one machine plays a test film contained in the script file of each subclass of test case on the VR all-in-one machine by calling the script frame instruction, continuously captures the content of the currently played film, and judges whether the problem of abnormal playing of the test film exists in the process of playing and testing the test film by the VR all-in-one machine according to the continuous captures;
and all screenshot files generated in the process of running the apk file by the VR all-in-one machine are stored in a storage directory of the VR all-in-one machine in a screenshot folder mode.
2. The automated testing method for the VR APP of claim 1, wherein the specific steps of writing test case script files of all subclasses corresponding to the content of the test movie, embedding the test case script files of all subclasses into a script frame command, binding the test case script files and the script frame command, and packaging the test case script files into an apk file are as follows;
leading the built APP automatic test framework into a Unity project;
newly creating the GameObject in the scene, naming the GameObject as TestPlay and binding a script execution file to the GameObject;
writing all subclasses of test case script files corresponding to the test film content, binding all subclasses of test case script files with the script execution file, and packaging into the apk file.
3. The automated VR APP testing method of claim 1, wherein the specific step of determining whether the problem of abnormal playing of the test movie exists in the process of playing and testing the test movie by the VR all-in-one machine through the continuous screenshots is as follows:
exporting screenshot folders which are stored in a storage directory of the VR all-in-one machine and contain all screenshot files generated in the process that the VR all-in-one machine runs the apk file from the storage directory of the VR all-in-one machine to a storage unit of a PC (personal computer) end;
and comparing all screenshots in the screenshot folder with a preset comparison image, if the similarity between the current screenshot and the preset comparison image exceeds a preset similarity threshold, determining that the current screenshot is an abnormal image, and exporting the abnormal image to an abnormal image folder.
4. The automated VR APP testing method of claim 3, wherein the testing of the movie playback anomaly problem comprises: any one of a gray screen, a black screen and a flower screen.
5. The VR APP automatic testing method of claim 4, wherein all screenshot files generated in the process of running the apk file by the VR all-in-one machine are named according to system time of the VR all-in-one machine corresponding to a screenshot action occurrence moment.
6. The VR APP automated testing method of claim 1, wherein the test report includes a name of a test case script file, a number of test case script files that are executed, a number of test case script files that are skipped, and a log file corresponding to the test case script file.
7. The VR APP automated testing method of claim 6, wherein the test report is presented in HTML.
8. The VR APP automatic test method of claim 2, wherein when compiling test case script files of all subclasses corresponding to test movie content, a UI is used to obtain a button name or a scene name, a Press method is called to click the button, whether the current content is the same as an expected value or not is judged by the method, if the current content is the same as the expected value, the compiled test case script file of one of the subclasses passes through, and the step is repeated for a plurality of times, so that the test case script files of all the subclasses are compiled.
9. The automated testing method for VR APP of claim 8, wherein an Assert method is used to determine whether current content is the same as an expected value.
10. The utility model provides an automatic testing arrangement of VR APP which characterized in that includes:
the test frame module is used for building an APP automatic test frame;
the script execution file binding module is used for binding a script execution instruction to the newly-built GameObject on the basis of the APP automatic test framework;
the film playing test case script file compiling module is used for compiling test case script files of all subclasses corresponding to the content of the test film, binding the test case script files of all subclasses with the script execution file, and packaging the test case script files into an apk file;
running the apk file in the VR all-in-one machine, and generating a test report of the execution condition of each subclass of test case script files in a storage directory of the VR all-in-one machine;
in the process of operating the apk file, the VR all-in-one machine plays the test film contained in the test case script file of each subclass through the script execution file on the VR all-in-one machine, continuously captures the content of the currently played film, judges whether the VR all-in-one machine has the abnormal playing problem of the test film in the process of playing the test film through the continuous captures, and stores all the capture files generated in the process of operating the apk file in the storage directory of the VR all-in-one machine in the form of capture folders.
CN202110267961.9A 2021-03-11 2021-03-11 VR APP automatic test method and device Pending CN112965907A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110267961.9A CN112965907A (en) 2021-03-11 2021-03-11 VR APP automatic test method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110267961.9A CN112965907A (en) 2021-03-11 2021-03-11 VR APP automatic test method and device

Publications (1)

Publication Number Publication Date
CN112965907A true CN112965907A (en) 2021-06-15

Family

ID=76277272

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110267961.9A Pending CN112965907A (en) 2021-03-11 2021-03-11 VR APP automatic test method and device

Country Status (1)

Country Link
CN (1) CN112965907A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113326207A (en) * 2021-06-30 2021-08-31 福建天泉教育科技有限公司 Automatic testing system and method for Steam VR program
CN113377667A (en) * 2021-06-29 2021-09-10 平安国际融资租赁有限公司 Scene-based testing method and device, computer equipment and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030070119A1 (en) * 2001-10-10 2003-04-10 Dallin Michael Dean Method and system for testing a software product
CN102289406A (en) * 2011-08-24 2011-12-21 深圳市万兴软件有限公司 Parameter testing method and device
US20130086420A1 (en) * 2011-10-03 2013-04-04 Verizon Patent And Licensing, Inc. Method and system for implementing a test automation results importer
CN104699607A (en) * 2015-03-06 2015-06-10 惠州Tcl移动通信有限公司 Automation testing method and system for mobile terminal
CN105204999A (en) * 2015-10-08 2015-12-30 浪潮电子信息产业股份有限公司 Method for achieving automated testing of CPU VR Static LL test
CN107135390A (en) * 2017-05-08 2017-09-05 湖南快乐阳光互动娱乐传媒有限公司 The automated testing method and system of a kind of TV applications
CN107301130A (en) * 2017-06-28 2017-10-27 歌尔科技有限公司 A kind of VR all-in-ones testing tool and its method
CN108255729A (en) * 2018-01-24 2018-07-06 珠海金山网络游戏科技有限公司 A kind of mobile phone games automated testing method and system based on Unity platforms
CN108549601A (en) * 2018-04-02 2018-09-18 郑州云海信息技术有限公司 A kind of more browser compatibility automated testing methods
CN108874664A (en) * 2018-05-28 2018-11-23 北京奇艺世纪科技有限公司 A kind of VR method for testing software, device, system and electronic equipment
CN109614313A (en) * 2018-10-25 2019-04-12 平安科技(深圳)有限公司 Automated testing method, device and computer readable storage medium
CN109726103A (en) * 2018-05-14 2019-05-07 平安科技(深圳)有限公司 Generation method, device, equipment and the storage medium of test report
CN109766280A (en) * 2019-01-16 2019-05-17 广东飞企互联科技股份有限公司 Method for testing software and software test platform
CN109992513A (en) * 2019-03-29 2019-07-09 携程计算机技术(上海)有限公司 The automatization test system and method for mobile terminal APP

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030070119A1 (en) * 2001-10-10 2003-04-10 Dallin Michael Dean Method and system for testing a software product
CN102289406A (en) * 2011-08-24 2011-12-21 深圳市万兴软件有限公司 Parameter testing method and device
US20130086420A1 (en) * 2011-10-03 2013-04-04 Verizon Patent And Licensing, Inc. Method and system for implementing a test automation results importer
CN104699607A (en) * 2015-03-06 2015-06-10 惠州Tcl移动通信有限公司 Automation testing method and system for mobile terminal
CN105204999A (en) * 2015-10-08 2015-12-30 浪潮电子信息产业股份有限公司 Method for achieving automated testing of CPU VR Static LL test
CN107135390A (en) * 2017-05-08 2017-09-05 湖南快乐阳光互动娱乐传媒有限公司 The automated testing method and system of a kind of TV applications
CN107301130A (en) * 2017-06-28 2017-10-27 歌尔科技有限公司 A kind of VR all-in-ones testing tool and its method
CN108255729A (en) * 2018-01-24 2018-07-06 珠海金山网络游戏科技有限公司 A kind of mobile phone games automated testing method and system based on Unity platforms
CN108549601A (en) * 2018-04-02 2018-09-18 郑州云海信息技术有限公司 A kind of more browser compatibility automated testing methods
CN109726103A (en) * 2018-05-14 2019-05-07 平安科技(深圳)有限公司 Generation method, device, equipment and the storage medium of test report
CN108874664A (en) * 2018-05-28 2018-11-23 北京奇艺世纪科技有限公司 A kind of VR method for testing software, device, system and electronic equipment
CN109614313A (en) * 2018-10-25 2019-04-12 平安科技(深圳)有限公司 Automated testing method, device and computer readable storage medium
CN109766280A (en) * 2019-01-16 2019-05-17 广东飞企互联科技股份有限公司 Method for testing software and software test platform
CN109992513A (en) * 2019-03-29 2019-07-09 携程计算机技术(上海)有限公司 The automatization test system and method for mobile terminal APP

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘春梅;韩锐;郭志川;: "智能电视操作系统组件层自动化测试的实现", 网络新媒体技术, no. 05 *
徐怀宝;肖悦娱;: "PC平台虚拟现实API自动化测试系统的研究与实现", 电子测量技术, no. 08 *
郑宇;白凡凡;: "Android多媒体通信终端自动化测试工具设计与实现", 电信快报, no. 04, pages 1 - 3 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377667A (en) * 2021-06-29 2021-09-10 平安国际融资租赁有限公司 Scene-based testing method and device, computer equipment and storage medium
CN113326207A (en) * 2021-06-30 2021-08-31 福建天泉教育科技有限公司 Automatic testing system and method for Steam VR program
CN113326207B (en) * 2021-06-30 2023-09-22 福建天泉教育科技有限公司 Automatic testing system and method for stem VR program

Similar Documents

Publication Publication Date Title
Gonsalves Evaluating the mobile development frameworks Apache Cordova and Flutter and their impact on the development process and application characteristics
CN112965907A (en) VR APP automatic test method and device
CN109783388B (en) UI (user interface) automatic testing method and device and electronic equipment
CN105740144B (en) A kind of automated testing method and system of Android mobile terminal
CN109726107A (en) Test method, device, equipment and storage medium
CN111104315A (en) Test script generation method and device and computer readable storage medium
CN111190825A (en) Automatic test method, system and robot
CN110362483A (en) Performance data acquisition method, device, equipment and storage medium
CN112732587B (en) Automatic test log acquisition method and device, electronic equipment and storage medium
CN104899132B (en) Application software testing method, apparatus and system
CN111596912A (en) Non-programming visual construction system and method for radar display control software based on component library
CN112882930B (en) Automatic test method and device, storage medium and electronic equipment
CN112083919A (en) YAML template-based target service code generation method and device
CN115658529A (en) Automatic testing method for user page and related equipment
WO2008031070A2 (en) Software development environment for platform-independent application programs
CN110795353B (en) Quick application debugging method, device, equipment and storage medium
CN114238134A (en) Test result display method, device, equipment and storage medium
CN110544281B (en) Picture batch compression method, medium, mobile terminal and device
KR20150048365A (en) System and method for verifying application
CN111427776A (en) Automatic testing method and device for intelligent equipment
CN113641594B (en) Cross-terminal automatic testing method and related device
CN1845078A (en) Embedded apparatus debugging method
CN113590498B (en) Method and system for testing application starting time of desktop operating system
CN113672509A (en) Automatic testing method, device, testing platform and storage medium
CN110716849B (en) Method and device for recording test cases of application programs

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