# pywinauto.tests.missingextrastring[¶](https://pywinauto.readthedocs.io/en/latest/code/pywinauto.tests.missingextrastring.html#pywinauto-tests-missingextrastring "Permalink to this headline")
> Different number of special character sequences Test
>
> **What is checked** This test checks to make sure that certain special character sequences appear the in the localised if they appear in the reference title strings. These strings usually mean something to the user but the software internally does not care if they exist or not. The list that is currently checked is: “>>”, “>”, “<<”, “<”, ”:”(colon), ”...”, “&&”, “&”, “”
>
> **How is it checked** For each of the string to check for we make sure that if it appears in the reference that it also appears in the localised title.
>
> **When is a bug reported**
>
> * If the reference has one of the text strings but the localised does not a bug is reported.
> * If the localised has one of the text strings but the reference does not a bug is reported.
>
> Bug Extra Information The bug contains the following extra information
>
> **MissingOrExtra** Whether the characters are missing or extra from the controls being check as compared to the reference, (String with following possible values)
>
> > * “MissingCharacters” The characters are in the reference but not in the localised.
> > * “ExtraCharacters” The characters are not in the reference but are in the localised.
>
> **MissingOrExtraText** What character string is missing or added, String
>
> **Is Reference dialog needed** This test will not run if the reference controls are not available.
>
> **False positive bug reports** Currently this test is at a beta stage filtering of the results is probably necessary at the moment.
>
> **Test Identifier** The identifier for this test/bug is “MissingExtraString”
>
> `pywinauto.tests.missingextrastring.``MissingExtraStringTest`(*windows*)[¶](https://pywinauto.readthedocs.io/en/latest/code/pywinauto.tests.missingextrastring.html#pywinauto.tests.missingextrastring.MissingExtraStringTest "Permalink to this definition")
>
> Return the errors from running the test
- 什么是Pywinauto
- 入门指南
- 如何
- 等待长时间操作
- 远程执行指南
- 每种不同控制类型可用的方法
- 贡献者
- 开发笔记
- 待办项目
- 更新日志
- 基本用户输入模块
- pywinauto.mouse
- pywinauto.keyboard
- 主要用户模块
- pywinauto.application
- pywinauto.findbestmatch
- pywinauto.findwindows
- pywinauto.timings
- 特定功能
- pywinauto.clipboard
- pywinauto.win32_hooks
- 控件参考
- pywinauto.base_wrapper
- pywinauto.controls.hwndwrapper
- pywinauto.controls.menuwrapper
- pywinauto.controls.common_controls
- pywinauto.controls.win32_controls
- pywinauto.controls.uiawrapper
- pywinauto.controls.uia_controls
- Pre-supplied Tests
- pywinauto.tests.allcontrols
- pywinauto.tests.asianhotkey
- pywinauto.tests.comboboxdroppedheight
- pywinauto.tests.comparetoreffont
- pywinauto.tests.leadtrailspaces
- pywinauto.tests.miscvalues
- pywinauto.tests.missalignment
- pywinauto.tests.missingextrastring
- pywinauto.tests.overlapping
- pywinauto.tests.repeatedhotkey
- pywinauto.tests.translation
- pywinauto.tests.truncation
- 后端内部实施模块
- pywinauto.backend
- pywinauto.element_info
- pywinauto.win32_element_info
- pywinauto.uia_element_info
- pywinauto.uia_defines
- 内部模块
- pywinauto.controlproperties
- pywinauto.handleprops
- pywinauto.xml_helpers
- pywinauto.fuzzydict
- pywinauto.actionlogger
- pywinauto.sysinfo
- pywinauto.remote_memory_block