Micro Focus QTP (UFT) Forums
Running in normal mode through QC - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Running in normal mode through QC (/Thread-Running-in-normal-mode-through-QC)



Running in normal mode through QC - rameshrise3 - 12-02-2009

Hi,
I am running QTP scripts through QC, they are running in Fast mode by default even though I have QTP-->Tools-->Options-->Run--->Normal(500 milli seconds), its not takign this, its running in fast mode.

Even I changed mic.ini file by adding RunInFastMode= False, but that doesn't help.

Is there any way we can run in normal mode through QC, please suggest me, your help will be greatly appreciated.


RE: Running in normal mode through QC - sreekanth chilam - 12-03-2009

Hi Ramesh,

When running tests scripts from Quality Center (QC), by default test are ran in "Fast" mode, therefore test which depend on getting run or developed to be ran on normal mode synchronization problems may arise.

Follow the below steps :

Modify mic.ini default setting to ignore Fast mode indicated when ran from Quality Center(QC):
1. Open the mic.ini file from the <QuickTest Professional>/bin directory.
2. Find the [RemoteAgent] section.
3. Append or modify the following entry to this section:
RunInFastMode=0
4. Save and close the mic.ini file.
5. Restart the QuickTest Professional Remote Agent.
Note: Right click on System Tray icon, select "Exit", and run script again from QC