UFt Reporting Layout - hp-uft

I have automated a web application with UFT using BPT framework in ALM.After execution of END to END scenario, the run report is displaying results at component level. It is not showing different flows that are getting executed.The report is just showing all the components of E2E.So, how can I change the layout of the run result report of UFT so that it displays the flows as well.

UFT by default will group components with in the flow and once you expand your flow you should be able to view the components and steps executed inside components.

Related

apex application page not found

I created an empty application with project sample database in apex with administration and access control features.
Every time I create a new page for a table and want to run it, the page does not appear in navigation menu and when I run it from page editor an error occurs. (Report, master Report and etc.)
This problem does not happen in another applications I have.
Does anyone know why?
Something went wrong with the application creation process (perhaps an error occurred) or afterward to the application metadata (corrupted somehow).
When I created another new application, it worked fine.

BIRT: How to share reports to end user

I am new to BIRT. I created a report which has pie chart and a tabular report which has drill down. I run the report locally as "View report as HTML" option it works fine. When I save the report from browser as html format, and send the link to end user. He is not able to do a drill down on the report. How does end user see the report completely ? What are the steps to be taken ? Also how do I run the report from command line ?
Check the URLs that you are using for the drill down to see if they are available from the remote machine.

Cannot access header or business process flow controls on a CRM form

For some strange reason I cannot access any control on the header or the business process flow section. I try to access them in the debugging tool after the page has loaded but I get null all the time. This is what I have/have done so far:
CRM 2016 on-premise
I have administrator rights
I use Xrm.Page.getControl("header_CONTROL NAME") for header controls
I use Xrm.Page.getControl("header_process_CONTROL NAME") for BPF controls
I have checked the control names and they are correct
Any help is appreciated.
It is possible you are in a wrong context in your debugging tool because forms usually rendered in an iframe.
If by that tool you mean the Chrome DevTools try to select some of those controls in elements view of your DOM and execute Xrm.Page.getControl after that.
I saw this happen when I tried accessing the controls in a "New Record" (create) form. In Update forms the same code worked as expected.

Reporting Services: come back from the sub-report to parent report and have it auto-run

The environment is SQL Server Reporting Services 2012. I have two reporting services reports: parent report lists some records and those records are presented and hyperlinks. These hyperlinks can be clicked and this will take you to a child report (for the clicked record). I also pass some parameters as part of the call to the child report and everything works fine.
On the child report I have a text box, which is a link back to parent report. I configured "Action" property for this text box to pass some parameters back (from the child report to the parent report). The problem is that after clicking "Back to Parent" link, the parent report doesn't automatically render. I have to select my parameters manually and click "View report" button in order to make it run.
How can I make parent report auto-render when I navigate back to it from the child report?
Thank you, bitnine, for your input! I do have somewhat complicated parameters in my report, some of which are cascaded. I had to ensure that all of them either had defaults specified or had values provided by the "Action" mapping (as specified on the sub-report's "Back to Parent" link. After that, things started working as expected.

SSRS - list of parameters not visible after redirecting to a report

I have two reports in SSRS - the main one with the list of parameters, and the dependant one. You can navigate between them in both ways (there are appropriate actions assigned).
The problem is that when I display the dependant report and then I come back to the main one, the list of parameters is not visible (the issue appears in Visual Studio as well as on Report Server and Sharepoint - both IE and Chrome)
I have used the "Do not cache temporary copies of this report" in report processing options.
Please advise.
This is the default behavior, Since the purpose of a drill-down report is to pass the parameters from the master report to the details report, it's not allow to see or modify the parameters in the details report.
Therefore, the parameter pane is automatically hidden in the details report.
you can use jump to URL and set the parameters to be true, like this:
http:///reportserver?/ReportFolder/Reportname&rs:Command=Render&rs:Format=HTML4.0&rc:Parameters=true
You can refer to Using URL Access Parameters

Resources