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, 5896🔥, 0💬
Popular Posts:
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
Where to find tutorials on Test Management? I want to know how to manage software testing documents ...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...