Collections:
Script.mts - UFT Test Script Code File
Where is the test script code stored? I have just saved my test in UFT.
✍: FYIcenter.com
After saving your test in UFT,
your script code will be stored in a file called "Script.mts" in the "Action1" sub-folder.
\fyicenter\UFT\Tests\Case_1_Add_User\Action1\Script.mts
The script code file "Script.mts" is actually a text file. If you open it in Notepad, you will see:
MsgBox("Hello world!")
2018-06-12, ∼6324🔥, 0💬
Popular Posts:
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environme...
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....