UFT is slow playing back Web scripts
Question ID: 108554
0
0

UFT plays back scripts against our website very slowly but is fine for other applications. What can I do to speed it up?

Marked as spam
Posted by (Questions: 227, Answers: 22)
Asked on July 27, 2018 2:43 am
170 views
Answers (1)
0
Private answer

It sounds like Smart Identification might be the culprit and can impact performance for web tests.

You can change it in the File>>Settings>>Run menu and click the Disable Smart Identification during the Run session option.

If you don't want to change the settings, you would put this code in the beginning of each script you wanted to run.

Set App = CreateObject(''QuickTest.Application'')
App.Launch
App.Visible = True
App.Test.Settings.Run.DisableSmartIdentification = True

Another thing that might help speed things up is disabling the run arrow:

Set UFT's 'Run Mode' to Fast. To set in UFT, go to OptionsRun. This setting changes the script's run behavior so that it will run without the execution arrow to the left of the Expert view (or Keyword view).

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on July 27, 2018 2:48 am
EyeOnTesting

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

X
Scroll to Top