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, 6287🔥, 0💬
Popular Posts:
How to generate currency test values? Currency test values are frequently needed in testing date and...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
Where to find tutorials on Selenium test tools? I want to know how to use Selenium. Here is a large ...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...