Load testing for authenticated users [closed] - testing

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a couple of options to load test some asp.net applications with authenticated users. Does anyone have any suggestions? I prefer open source or not very expensive tools. Thanks.

Open source tools will have some limitations. A good value tool like StressTester would be my recommendation as you'll get more reliable results (based on personal experience). Depends how important the applications you're testing are as to what you go for.

Apache JMEter
Grinder
Fore more, Google for "open source load testing libraries"
Alos look at this post How good is JMeter for testing ASP .NET webpages?

AppLoader works well with authenticated users. Though not free, you can get a free trial.

Related

Any experience with drop in website User Feedback services like Usersnap? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We've used the JIRA Issue Collection plugin to handle our websites user feedback form in the past, but would like to give users more capabilities like screenshots and annotations. Usersnap looks interesting, but I can't find much information on it beyond what is on their site.
Has anyone else used it or a similar library or service?
Thanks
Usersnap offers a JIRA integration (Installation Docs), so it should be a drop in replacement for the JIRA Issue Collection plugin.
Moreover, your users don't need to install anything, it's fully browser based.
Having a screenshot from your customer is often a live saver - imagine "The button is too small" bug reports without knowing which exact button.

Looking for API (or solution) for generating PDF from online designer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Working on building out a Web2Print product I need some kind of editor that will allow a user to manipulate graphics and ultimately generate a PDF. There are plenty of HTML 2 PDF APIs available but I was hoping someone might have experience with something a little more integrated and suited for dealing with graphics/fonts/text?
In PHP the best opensource option is TCPDF http://www.tcpdf.org/
I wanted to answer this and update everyone on the solutions that I found. Through the Magento extension store I was able to find several commercial (although still very reasonably priced) solutions:
http://www.zetaprints.com/ and http://layoutbuddy.com/ look like the most full featured and supported (as well as no up-front licensing.)
Thanks for all of the responses!

Which map HTTP APIs are available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
(I asked on programmers.stackexchange.com but my question got voted down into the negative, so I'm re-asking here.)
I'd like to use a map API for a private intranet web site I'm developing. The Google Maps API is free as long as the web site that uses it is also free. For private intranet web sites, the Google Maps API costs $10,000 US per year (or more) for a business/enterprise license which makes it too expensive for a small 1-guy shop like myself.
So now I'm looking for other options. Are there any usable HTTP map APIs that are free or lower/reasonable cost?
You might wanna check this and this too because what you think about the rules about Google Map is not entirely true. To answer your question, most other providers carry similar license agreement; plus, the solution is not hard to be found hence the voting down (I suppose, no offense).
Anyhow, try Googling OpenStreetMap, hope this helps you!
Google GeoCharts is not a street-by-street level maps and satelite pictures familiar to Google Maps users, but it worked great for what I needed. You can find it here: https://developers.google.com/chart/interactive/docs/gallery/geochart
(Actually, the entire Google Charts javascript library is quite amazing!)

How to tell if an app is using Okuma API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a simple way to tell if an app is using the Okuma API. There are several applications running on a control and I don't see any indication. I've tried renaming the Okuma API dll's and I can make some of them crash by not being able to find them but that can't be the best way.
I'm writing my own app too, I want to follow the standard. Is there any built in splash screen or standard way to show an app is using the API? (Something like Intel-Inside but Okuma THINC Inside, etc) I've tried searching for the Okuma logos and I see several different versions being used but none that signify anything about API and none that really look standard for indicating API usage.
At this time there is no official logo for the purpose your describing.

Looking for a free SaaS for Text-to-Speech (TTS) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a free web-based TTS engine, that I may use in a commercial project. I'm not saying there's one, but I hope somebody might know if there was.
Thanks!
The only freely available web-based TTS engine that I am aware of is Google TTS. There is a blog post on how to use it. The problem with using it commercially is that it is not an official Google API (most solutions to use it have been hacked) and therefore subject to change without notice. For a commercial application I would pay for a good TTS engine. Another option is to get a freely available TTS engine and create your own SaaS.