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, ∼6690🔥, 0💬
Popular Posts:
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
How to convert IPv4 to IPv6 addresses? In order to help your programming or testing tasks, FYIcenter...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...