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!")
Â
⇒ Run UFT Test
⇠Save UFT Test
2018-06-12, 3368👍, 0💬
Popular Posts:
How to validate credit card numbers? In order to help your programming or testing tasks, FYIcenter.c...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...