Error Handling and Debugging Tests in UFT

Error Handling and Debugging Tests in UFT 1) Error Handling using VBScript: Handling expected and unexpected errors. Expected Errors Whenever we use invalid input then we expect errors. Note: We use invalid input for negative testing. Unexpected Errors i) Resource Missing ii) Resource Response iii) Insufficient Resource. How to handle Errors i) Using Conditional statements … Read more

VBScript Tutorial 10

VBScript Tutorial 10 (Error Handling, Debugging Scripts) Error Handling using VBScript: Handling expected and unexpected Errors > Expected Errors: Whenever we use Invalid input then we can expect Errors. Note: We use Invalid input for Negative Testing. > Unexpected Errors i) Resource missing ii) Insufficient Resource iii) Resource Response How to Handle Errors: i) Using … Read more

UFT Class 33

UFT Class 33 (Debugging Tests, Database Objects and VBScript Examples) What is Debugging? Locating and isolating errors thru Step by step execution. Debugging is optional. When Debugging is required? Whenever Test is not showing any errors and not providing correct output. How to debug? Using VBScript debug commands and breakpoints. i) Step into (F11) a) … Read more