Can we create Crystal Report object in QTP?If yes then what
it is and what are its various properties?
Answer / Hitesh Agrawal
Yes, you can work with Crystal Reports in QTP (QuickTest Professional) using the UFT Business Objects (UFO) extension. However, UFO is no longer supported by Micro Focus and should be replaced with newer alternatives like SAP Fiori or web-based reporting tools:
1. To create a Crystal Report object, you need to add the Crystal Reports runtime libraries to your test project.
2. You can then use the CreateObject method to create an instance of the CrystalReportsRuntimeLib.CrystalReportDocument class.
3. The CrystalReportDocument object has various properties such as Database, DataSource, RecordSelectFormula, Fields, Sections, and ReportDefinition. These can be accessed and manipulated as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Please Example programms on vbscript 1)writing functions and calling functions
How are values assigned to string type and numeric type variables?
Mention what is the technology used by vb script?
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
How to load vbs functions in qtp
How will you reverse a string in vbscript?
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script
Mention what is select case statement?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
1 Answers College School Exams Tests,
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
I have string like hp company.print tis like company hp.write a program in vbscripting
What is the equivalent of VBScript?s On Error In Jscript ?