# 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