This is a migrated thread and some comments may be shown as answers.

Running Tests on SSRS Results

2 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 18 Sep 2014, 12:29 AM
Hello -

Question: Is there a recommended approach to testing values returned in an SSRS report?

Context: I have just started evaluating Test Studio for use with my company's client extranet.  The site makes heavy use of SQL Server 2012 SSRS reports.  I want to be able to run a report and validate the results that come back by spot checking key values returned in the report table.  These tables are often thousands (if not tens of thousands) of rows long by dozens of columns wide.  Consequently, I can't create reliable ID's for each data point.

When I run the Test Studio recorder, select a few cells in the SSRS results, then run the test, I typically get errors indicating that Test Studio was "Unable to locate element."  Furthermore, it says that it was found by backup search using the xpath value.  I can resolve the failure by going to the "Resolve Failure" tab, removing the existing filters, and replacing them with the xpath suggestion.  From there, the test will work.

The down side is that this seems fairly fragile in nature.  The xpath for most data points looks something like this:

xpath=/html[1]/body[1]/form[1]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[3]/div[2]/table[1]/tr[2]/td[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/table[1]/tbody[1]/tr[2]/td[1]/div[1]/table[1]/tbody[1]/tr[1]/td[4]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/span[1]/div[1]/table[1]/tbody[1]/tr[5]/td[3]/div[1]/div[1]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/table[1]/tbody[1]/tr[52]/td[6]/div[1]

To say that's ugly is an understatement, and it seems like it wouldn't take much of a page update to throw it off.  Plus, because I need to add many data point validations, I really don't want to go into Test Studio, create all the tests, and then run each one over and over until I resolve all the failures by following the steps above.

Restating the Question: Is there a recommended approach to testing values returned in an SSRS report?

Thank you in advance for any direction you can provide!

Best regards,
Jason W. Pegg

2 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 22 Sep 2014, 06:29 PM
Hi Jason,

Due to how customizable SSRS reports can be it's really not possible for us to create a generic "one size fits all" recommendation for how to validate the output of the reports. Each one is unique and require a customized approach.

I agree the suggested XPATH looks very fragile. I can help in your case if you go to Step Failure Details, find and click Export and attach the generated .zip file. It contains valuable information I need, such as a snapshot of the DOM, to figure out a better method that will work reliably in your case.

Regards,
Cody
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
0
Cody
Telerik team
answered on 22 Sep 2014, 06:32 PM
Hello Jason,

I forgot to include the link to Step Failure Details.

Regards,
Cody
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or