This shows you the differences between two versions of the page.
recognized_issues [2020/02/07 11:13] montse [Pop UP´S: when launching a test with Uploadfile, this is not propertly Uploaded] |
recognized_issues [2021/04/19 09:15] (current) montse |
||
---|---|---|---|
Line 2: | Line 2: | ||
- | Below are described the errors recognized in TAST tool: | + | Below are described the errors recognized in TAST tool:\\ \\ |
Line 13: | Line 13: | ||
This is a problem with the Internet Explorer Web Driver, so the problem cannot be solved yet. | This is a problem with the Internet Explorer Web Driver, so the problem cannot be solved yet. | ||
- | The Web Driver is not developed by TAST, so it is needed to wait until the driver is updated, and this problem is solved with it. | + | The Web Driver is not developed by TAST, so it is needed to wait until the driver is updated, and this problem is solved with it.\\ \\ |
Line 21: | Line 21: | ||
Steps to follow: | Steps to follow: | ||
* Look for the type of item = "file". | * Look for the type of item = "file". | ||
- | * If the file has not been loaded correctly, include in the diagram the [[en:gui_html_adaptor|WaitFor Predefined Function]] before loading the file. | + | * If the file has not been loaded correctly, include in the diagram the [[en:gui_html_adaptor|WaitFor Predefined Function]] before loading the file.\\ \\ |
- | ==== Browsers Autocomplete Function causes problems==== | + | =====German quotes are replaced by (?)===== |
+ | |||
+ | There is an error where if you use german quotes, for example: **„Hello“** , on the input parameter, this is replaced by: **?Hello?** later on the execution, and the test case would fail. | ||
+ | |||
+ | To work around this, you need to define the words you need with german quotes as a global variable. If used this way the text is processed properly and the test execution will continue.\\ \\ | ||
+ | |||
+ | |||
+ | ===== Browsers Autocomplete Function causes problems===== | ||
Due to the behaviour of browsers in terms of autocomplete, a loss of data can happen in the Object Mapping of TAST. This is specially relevant in the case of sensitive fields such as passwords.\\ \\ Our recommendation is, apart of being alert, to press "Esc" whenever an auto-complete pop-up is shown when working with this fields when working with this type of field. | Due to the behaviour of browsers in terms of autocomplete, a loss of data can happen in the Object Mapping of TAST. This is specially relevant in the case of sensitive fields such as passwords.\\ \\ Our recommendation is, apart of being alert, to press "Esc" whenever an auto-complete pop-up is shown when working with this fields when working with this type of field. | ||
To enable the autocomplete in Internet Explorer, Edge and Chrome follow the next instructions: | To enable the autocomplete in Internet Explorer, Edge and Chrome follow the next instructions: | ||
- | |||
{{:autocomplete1.png?700|}} | {{:autocomplete1.png?700|}} | ||
- | |||
{{:autocomplete2.png?700|}} | {{:autocomplete2.png?700|}} | ||
- | |||
{{:autocomplete3.png?700|}} | {{:autocomplete3.png?700|}} | ||