boopeshwar / TestRepo

Defects of the initial version of the AUT
https://github.com/boopeshwar/TestRepo
0 stars 0 forks source link

RS_Reports: Application fatal error for a particular DB while generating Polar Plot and Polar Plot time base report #6

Closed boopeshwar closed 8 years ago

boopeshwar commented 8 years ago

The application gets a fatal error when user performs below operation: Select the DB - Enb10301 Click Full Reporting Click Polar Plot Time Base under Time Base.

The fatal error shown as below: image

The same operation works fine for other DB file such as - TIR11101

boopeshwar commented 8 years ago

If the DB does not contain the necessary values for the report, the application shall display an Alert message instead of Fatal error.

klakshmanan commented 8 years ago

Issue has been fixed by changing "Single" to "SingleOrDefault" in the Linq query and checked plots value not equal to null before plotting.

image

boopeshwar commented 8 years ago

Issue has been verified and reports were generated without fatal error.