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

UFT Class 32

UFT Class 32 (Batch Testing/ Batch Execution) Batch Testing: Executing series of Tests > It is one of the advantages of Test Automation, In Manual Testing for each and every Test case execution human user interaction is mandatory. If It is automation Test Tool can execute series of tests without user interaction. They are four … Read more