UFT stops responding during execution
Category:
Question ID: 110280
0
0

As part of our testing, we have to test Japanese characters for our Japanese port of our application. When using UFT, many times the test just stops playing back, but only for the Japanese version. Any ideas?

Marked as spam
Posted by (Questions: 227, Answers: 22)
Asked on October 31, 2021 8:56 pm
62 views
Answers (1)
0
Private answer

There are some known issues with foreign characters in your app testing:

 

  • There may be cases during a run session when UFT One loses the focus of the application you are testing when working in a Korean, Chinese, or Japanese operating system. This may result in a loss of data during the run session.

    Workaround: Run an Activate method on the application's window to ensure focus on the window before performing the next step. For example:

    Window("Notepad").Activate

     

  • Running the Type method on computers with Japanese, Korean, or Chinese operating systems may not work as expected.

    Workaround: Add an English input locale to the computer (using the Regional Options or Regional and Language Options in your Control Panel).

  • The Silent Test Runner does not support tests where file paths include non-English characters.
Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on October 31, 2021 8:58 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top