Collections:
Run UFT Test
How to Run UFT test? I have just created a new test in UFT.
✍: FYIcenter.com
You can follow this tutorial to run UTF tests.
1. Open your test with "File > Open" menu.
2. Click the "Run" icon or the "Run > Run" menu. You see the run result location confirmation windows.
3. Click the "Run" button. You see the test script gets executed. And a message box is displayed from the MsgBox() statement.
4. Click "OK" on the message box to end the execution. You see test result displayed.
The following picture shows you how to run UFT test:
⇐ Script.mts - UFT Test Script Code File
2018-06-06, 2698🔥, 0💬
Popular Posts:
How to generate currency test values? Currency test values are frequently needed in testing date and...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...