QTP
Business Process Testing(BPT) Framework in QTP/UFT
What is Business Process Testing? Business Process Testing(BPT) is a process that aligns software...
This HP QTP tutorial demonstrates the use of function Reporter.ReportEvent and Results Formatting.
The tutorial will ask you to develop a script.
To maximize your learning, please do complete the scripting exercise.
Click here if the video is not accessible
You can use Reporter.ReportEvent to report custom test steps in Micro Focus UFT's test results tree
Syntax
Reporter.ReportEvent EventStatus, ReportStepName, Details [, ImageFilePath]
Event Status can have values
When test cases are executed using automation tools it may be difficult for certain users to understand the test results You can use results.xml to create an XSL which will present the test results as per your preferences
You can use VBScript Library functions to store the results in xls or a text file.
What is Business Process Testing? Business Process Testing(BPT) is a process that aligns software...
If you have segments of code that you need to use several times in your tests, you may want to...
Using Recovery Scenarios you can instruct HP UFT to recover from unexpected events and errors that...
Let's understand the following piece of code SystemUtil.Run "C:\Program...
What is Ordinal Identifier? If mandatory and assistive properties are insufficient to identify an object...
What is QTP Parameterization? QTP provides us to pick different test inputs at a run time. This...