how t send usper 100 request to a crystal report for tesing report performance
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi to all i have a crystal report in asp.net. and i want to test this report with send uper 100 request to this report. how can i do this. i think we can do this with multi threading but i dont know that how do this!! thanks for any help
`You can create a unit test[^] Alternatively You can create a new project that has a very basic GUI and calls whatever you need to call. Create a for loop and in each loop you can start a new thread[^] calling the method that will create a report. Also read up on load testing[^] hope this helps.
V.
(MQOTD rules and previous solutions)