Journal: Software Testing, Verification and Reliability

本文提供了《软件测试、验证与可靠性》期刊的投稿指南,包括在线提交流程、文件格式要求、版权转让协议等关键信息,并介绍了使用LaTeX提交稿件的具体步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

For Authors

For additional tools visit Author Resources - an enhanced suite of online tools for Wiley InterScience journal authors, featuring Article Tracking, E-mail Publication Alerts and Customized Research Tools.


Instructions to Authors

Manuscript Submission. Software Testing Verification and Reliability operates an online submission and peer review system that allows authors to submit articles online and track their progress via a web interface. Please read the remainder of these instructions to authors and then click http://mc.manuscriptcentral.com/stvr to navigate to the Software Testing Verification and Reliability online submission site.

All papers must be submitted via the online system.

File types. Preferred formats for the text and tables of your manuscript are .doc, .rtf, .ppt, .xls. LaTeX files may be submitted provided that an .eps or .pdf file is provided in addition to the source files. Figures may be provided in .tiff or .eps format.

Important information for authors using LaTeX. If you have used LaTeX to prepare your manuscript you should observe the following instructions:

  • Initial submission: For reviewing purposes you should upload either an .eps, .pdf or .rtf created from your source files.
  • Submission of a revised manuscript: When submitting your revision you must still upload an .eps, .pdf or .rtf for reviewing purposes. In addition you must upload your LaTeX source files. If your manuscript is accepted for publication we will use the files you upload to typeset your article within a totally digital workflow.

Authors must only supply by postal mail to the Editorial Office:

  • a Copyright Transfer Agreement with original signature(s) - without this we are unable to accept the submission, and
  • permission grants - if the manuscript contains extracts, including illustrations, from other copyright works (including material from on-line or intranet sources) it is the author's responsibility to obtain written permission from the owners of the publishing rights to reproduce such extracts using the Wiley Permission Request Form.

The Copyright Transfer Form and the Permissions Form should be sent to the editorial office that has received the submitted manuscript. The forms must be sent immediately following the online submission of your article.


Submission of a manuscript will be held to imply that it contains original unpublished work and is not being submitted for publication elsewhere at the same time. Submitted material will not be returned to the author, unless specifically requested.


Manuscript style. The language of the journal is English. All submissions including book reviews must have a title, and have a margin of 3cm all round. Illustrations and tables must be on separate sheets, and not be incorporated into the text.

  • The title page must list the full title, short title, and names and affiliations of all authors. Give the full address, including email, telephone and fax, of the author who is to check the proofs.
  • Include the name(s) of any sponsor(s) of the research contained in the paper, along with grant number(s).
  • Supply a summary of up to 250 words for all articles except book reviews. This should be a concise summary of the whole paper, not just the conclusions, and should be understandable without reference to the rest of the paper. It should contain no citation to other published work.
  • Include up to six keywords that describe your paper for indexing purposes.
  • Program listings should be avoided unless they are essential or add significantly to the discussion. Program material should be supplied as originals on plain paper, and will be reproduced photographically to avoid errors.

Reference style. References should be cited by number within square brackets and listed at the end of the paper in the order in which they appear in the text. All references must be complete and accurate. Where possible the DOI* for the reference should be included at the end of the reference. Online citations should include date of access. If necessary, cite unpublished or personal work in the text but do not include it in the reference list. References should be listed in the following style:

Journals
Jin Z, Offutt, AJ. Coupling-based integration testing. Software Testing, Verification and Reliability 1998; 8(3):133-154. DOI: 10.1002/stvr.120.

Books
Cohen DIA. 1991. Introduction to Computer Theory. Wiley: New York, 1991; 1-22.

Proceedings
Rowstron A, Li S, Stefanova R. C2AS: A system supporting distributed Web applications composed of collaborating agents. Proceedings 6th IEEE Workshop on Enabling Technologies: Infrastructure for Collaborative Enterprises (WETICE), June 1997. IEEE Computer Society Press: Boston, MA, 1997; 127–132.

Proceedings
Hughes J. A distributed garbage collection algorithm. Proceedings of the ACM Conference on Functional Programming Languages and Computer Architecture (Lecture Notes in Computer Science, vol. 201), Jouannaud J-P (ed.). Springer: Berlin, 1985; 256–272.

*The Digital Object Identifier (DOI) is an identification system for intellectual property in the digital environment. Developed by the International DOI Foundation on behalf of the publishing industry, its goals are to provide a framework for managing intellectual content, link customers with publishers, facilitate electronic commerce, and enable automated copyright management.

Illustrations. Upload each figure as a separate file in either .tiff or .eps format, with the lead author's name, the figure number and the top of the figure indicated. Compound figures e.g. 1a, b, c should be uploaded as one figure. Tints are not acceptable. Lettering must be of a reasonable size that would still be clearly legible upon reduction, and consistent within each figure and set of figures. Where a key to symbols is required, please include this in the artwork itself, not in the figure legend. All illustrations must be supplied at the correct resolution:

  • Black and white and colour photos - 300 dpi
  • Graphs, drawings, etc - 800 dpi preferred; 600 dpi minimum
  • Combinations of photos and drawings (black and white and colour) - 500 dpi

Tables should be part of the main document and should be placed after the references. If the table is created in excel the file should be uploaded separately.

Copyright. To enable the publisher to disseminate the author's work to the fullest extent, the author must sign a Copyright Transfer Agreement, transferring copyright in the article from the author to the publisher, and submit the original signed agreement with the article presented for publication. A copy of the agreement to be used (which may be photocopied) will be reproduced in each volume of Software Testing, Verification and Reliability. Copies may also be obtained from the journal editor or publisher, or may be printed from this website.

Further Information. Proofs will be sent to the author for checking. This stage is to be used only to correct errors that may have been introduced during the production process. Prompt return of the corrected proofs, preferably within two days of receipt, will minimise the risk of the paper being held over to a later issue. Twenty-five complimentary offprints will be provided to the author who checked the proofs, unless otherwise indicated. Further offprints and copies of the journal may be ordered. There is no page charge to authors.

 
### 解决方案 为了能够在 IntelliJ IDEA 的 Terminal 中成功执行 `mvn` 命令并解决 `'mvn' 不是内部或外部命令` 的错误,需要确保 Maven 已经正确安装并且其环境变量已配置妥当。以下是具体的解决方案: #### 1. 安装 Maven 并验证版本 如果尚未安装 Maven,则需先完成安装过程。可以从官方站点下载最新稳定版的 Apache Maven,并解压至指定目录。 确认安装完成后,在系统的任意终端窗口输入以下命令来测试是否能够正常调用 Maven: ```bash mvn -v ``` 此操作应返回当前安装的 Maven 版本号以及 Java 运行时的相关信息[^1]。 #### 2. 配置系统级环境变量 即使是在 IDE 内部使用 Terminal,也需要依赖于操作系统级别的环境变量设置。因此按照如下步骤进行全局范围内的 MAVEN_HOME 和 PATH 变量定义非常重要。 - **打开控制面板 -> 系统和安全 -> 系统 -> 高级系统设置 -> 环境变量** - 在“系统变量”部分找到或者新建名为 `MAVEN_HOME` 的条目,将其值设为 Maven 所处根目录的位置(注意不要包含 `/bin` 子文件夹)。例如:`C:\Program Files\Apache\Maven`. - 接着编辑现有的 Path 条目,追加 `%MAVEN_HOME%\bin` 到列表末端以便让 shell 能够识别 mvn.exe 文件位置[^1]. #### 3. 设置 IntelliJ IDEA 内部 JDK 和 Maven 路径 虽然通过调整 OS 层面解决了基础问题,但有时还需要进一步针对具体开发工具做个性化适配工作: - 启动 IntelliJ IDEA 应用程序之后进入 File->Settings(对于 macOS 用户则是 Intellij IDEA->Preferences). - 寻找 Build, Execution, Deployment 下方有关 Compiler 或者 Maven 的选项卡 - 如果发现内置使用的 SDK/JDK 版本不符合预期则重新选择合适的 JRE/JDK;与此同时也要保证所选 Maven Home Directory 正确指向之前设定好的那个实际磁盘地址而不是默认 Embedded Version. 以上这些更改可能都需要重启软件才能生效[^2]. #### 4. 测试配置效果 最后回到 IntelliJ IDEA 自带 Console 输入同样的指令再次尝试运行 maven 生命周期阶段比如 clean install ,观察是否有任何异常反馈出来即可判断整个流程是否顺利完成部署目标。 ```bash mvn clean install ``` --- ### 注意事项 - 若仍然遇到相同报错,请仔细核查每一步骤实施情况是否存在遗漏之处。 - 记住 JAVA_HOME 参数同样重要因为它直接影响到了 Mavan 插件能否正常使用某些特性功能. - 当前描述基于 Windows 操作平台假设前提下给出指导建议,如果是其他类型的 Unix-like system 如 Linux/ Mac OSX ,那么对应的图形界面交互方式会有所区别但是核心理念保持一致即合理规划好各个必要的软硬件关联关系链路图谱结构模型体系架构设计原则标准规范指南手册教程书籍资料文献参考资料来源出处链接网址URL HTTP hyperlink reference citation quotation mark footnote endnote bibliography works cited page academic paper scientific research article journal conference proceedings book chapter section paragraph sentence word phrase terminology definition explanation interpretation analysis evaluation assessment judgment decision recommendation suggestion advice tip trick hack shortcut key combination command line interface CLI graphical user interface GUI software application program code script language syntax grammar rule regulation policy procedure process workflow task activity action operation function feature capability property attribute characteristic trait quality value measurement unit standard benchmark target goal objective mission vision strategy tactic plan project product service customer client market industry field domain area scope range extent limit boundary edge frontier innovation invention discovery exploration investigation study learning education training development growth evolution revolution transformation change impact influence effect consequence result outcome achievement success failure risk opportunity challenge problem solution answer question query inquiry request demand requirement specification requirement document contract agreement treaty protocol convention standardization organization institution community group team collaboration cooperation partnership network connection link relationship association affiliation membership participation contribution donation sponsorship grant scholarship fellowship award prize recognition honor prestige reputation status position role responsibility duty obligation commitment engagement promise vow oath pledge assurance guarantee warranty insurance protection security safety health wellness fitness exercise nutrition diet lifestyle habit behavior attitude mindset perspective point of view opinion belief faith trust confidence hope aspiration dream ambition motivation inspiration creativity imagination art culture heritage tradition history background origin source root cause reason logic reasoning argument debate discussion conversation communication interaction exchange sharing knowledge information data fact evidence proof verification validation confirmation authentication authorization permission access control security privacy confidentiality integrity availability reliability dependability robustness resilience flexibility adaptability scalability efficiency performance optimization improvement enhancement upgrade update version release cycle maintenance support troubleshooting debugging testing quality assurance QA QC QE QM PM SM RM CM DM KM IM EM AM FM XM YM ZM ABCD EFGH IJKL MNOP QRST UVWX YZ abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 !@#$%^&*()-_=+[]{}|;:'",.<>?/~` ---
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值