This shows you the differences between two versions of the page.
|
problemas_reconocidos [2020/02/07 11:15] montse [Browsers Autocomplete Function causes problems] |
problemas_reconocidos [2023/12/27 06:50] (current) montse [Pop UP´S: when launching a test with Uploadfile, this is not propertly Uploaded] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | Below are described the errors recognized in TAST tool: | + | Below are described the errors recognized in TAST tool:\\ \\ |
| ===== The Screenshots are not OK with shared desktop ====== | ===== The Screenshots are not OK with shared desktop ====== | ||
| Line 13: | Line 12: | ||
| 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 20: | ||
| 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.\\ \\ |
| + | =====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===== | ===== Browsers Autocomplete Function causes problems===== | ||
| Line 28: | Line 32: | ||
| 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|}} | ||
| | | ||