Testing tool for performance [closed] - testing

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Which is the best Performance tool to measure the response time for a web application in IE10 and above.
I've used http watch and fiddler.
Kindly suggest any other tools, which are good and simple
Also kindly let me know what is memory leakage in mobiles.
I tried using the Developer tools it dint help.
The web pages which i need to test have a lot of dynamic fields, so if i click on any of the fields the debugger will close as the fields loads. Hence need an external tool to record the response time.

Try using inbuilt "Developer Tools" in IE (Press F12 button on keyboard to open it)

"Best" would depend on your criteria for what that means. Best could mean one that is fast and easy to set up and use and can simulate traffic in a realistic scenario. Or you might have a number of very technical requirements. There are a number of "performance testing as a service" tools out there that meet the simplicity metric eg. you could try Nouvola DiveCloud http://www.nouvola.com/ who have a free plan with 600 user minutes per month.

Related

Can I replace my development PC displays with a VR headset (part-time) yet? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for a VR solution (presumably software for an Oculus or Vive device) that presents 2 to 4 high-resolution development displays. The main requirement is that it provides all the functionality a software developer needs for part-time use.
Although I welcome you to include your favorite solution and note its benefits, as StackOverflow is not for product comparison any solution will answer my question.
It's OK if this isn't suitable for full work-week use, such as concerns about eyestrain from 8 hours of straight use (although severe eyestrain after short use would make it unusable), but it's not OK if I lose key currently-standard functionality commonly used by most developers, such as ability to run multiple displays and snap an IDE to fill one and a browser to fill another, ability to have a high resolution or high virtual resolution, poor text quality, or ability to use a debugger.
I'd prefer one that I can use with a laptop as a mobile solution outside (yes, I know, the headset ruins the beach), but it isn't required.
Does something like that exist?
Check out Virtual Desktop. The resolution of the Rift & Vive is still a bit low to use this for coding & development but it's got a lot of potential!

Tool for "ordinary people" be able to run web tests? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Which tool would you say have the fastest learning-curve for "ordinary people" (ie, people whose experience with computers is basically using Faceboook) to be able to write "web tests" (for instance, "access this site, type [X] on this input field, press button, wait 5 seconds, check if the response contains 'OK'").
I'm looking for something that could be teachable in 5-10 hours. I don't care if it results in a stable and very reliable test. This is just to be an alternative for a "monkey tester" while integration tests aren't developed.
The simplest idea I can think is a macro-recorder (recommending the tester to wait a longer time for things that may take longer) and taking a screenshot in the end (the tester would select parts of the image that are important).
Is there anything better than that (or at least that)?
Thanks
With 5-10 hours learning Selenium IDE for basics tests should be more then enough.
It's free
Huge userbase, lots of learning materials and ready to use examples
No installation needed, just add-on to firefox (or other browsers as well)
A little familiarity with html and javascript enables you to write rather complex tests for your web application
If for some reasons Selenium IDE is not an option for you you might check products like e.g. Ghost inspector or Visual Studio Test Manager.

How to test <script>alert("XSSTest")</script> [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I need to pass (alert("XSSTest")) this string in all the field to test-penetration testing. even i dont have much idea about this. Presently am doing this entering this text/script manually to each and every field of my web application. Can any one suggest me is there is any tool which can ease this task. I even heard there are many plugin for FF browser available for the same.
You have many options to automate XSS testing.
You can use free and commercial softwares to acheive this. I listed some popular tools below:
Commercial (there may be a trial version)
NetSparker
Acunetix
IBM AppScan
Freeware
Xenotix
BurpSuite
ZedProxy
x5s
Mozilla Firefox AddOn:
XSS Me
Now bear in mind that if you have the source code of the application that you want to test, you may do also static code analysis. This also depends on the technology you are using. Find below some tools for this:
FindBugs
PMD
IBM AppScan (Source)
Of course the lists may continue for many more other tools.

Does autotrader.com (vehicle marketplace) offer an API for posting vehicles? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anybody know if autotrader.com offers an API or something that would help with mass postings of vehicles?
Or does anybody have any idea of what to use to create something like this? I was thinking of maybe a mouse location and click over a browser window type of thing.
AutoTrader provides a bulk upload feature through a file feed process. The file runs through a set of processes to associate it with the proper listing tier (Premium, Feature or Standard) and in addition normalizes the information across vehicle make and models. This process runs several times daily and is being migrated to a near real-time solution for quicker add or updates.
I can find no documentation on it but I've come across this link which seems to provide a json response.
https://www.autotrader.com/rest/searchresults/sunset/base

Dynamic Collapsable Flow Chart Online [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Been looking through a number of other related posts relating to flowchart software.
I have been asked to put together a document outlining some of the typical problems our users encounter with our software product.
What I would like to do, is create an interactive/online flowchart that lets users choose from 4-5 overall headings on whats wrong. Then for this to dynamically expand more choices on pinpointing the problem, and so on and so on, until they can get a resolution to their problem.
The key thing that I have not been able to find in some of the flowchart software out there, is having the click + expand element.
- I dont want all options to appear to the end-user in a huge flow chart as it will distract away from their specific issue.
- I want them to be able to click away and go down a specific avenue that will end up giving them some good things to try, based on their decisions/clicks.
I was originally thinking of perhaps putting something in Flex or Silverlight (ideally someone would have a template out there) but am now thinking of taking advantage of 3rd party (ideally free) software.
This will need to be hosted in a browser.
Any ideas?
Check out FreeMind. It's mind mapping software, so not necessarily a flowcharting tool, but you can use it for what you describe.