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, 6187🔥, 0💬
Popular Posts:
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...