Open source Test case management tool [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 5 years ago.
Improve this question
I am looking for an open source test case management tool.
Is there anything which can take csv / xml / xls files and create test cases for me.

Recently found Nitrate\Kiwi, which is written in Python as Django app, may be interesting to take a look at https://github.com/kiwitcms/Kiwi

The free community edition of Klaros Testmanagement has support for importing test cases from xls and XML.
It is not open source but free to use and not time or user crippled.
Disclaimer: Being involved in the development I am biased

Related

How to generate documentation from Cucumber / Gherkin? [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 5 years ago.
Improve this question
I like the idea of relishapp.com, i.e. that you have Cucumber / Gherkin features and you generate "living docs" from them. However, the Relish SaaS is awful.
I'm looking for an alternative. Ideally self-hosted Open Source like Sphinx, but I'm not completely opposed to SaaS solutions. Especially Sphinx would be great as I could combine it with other docs and use readthedocs.org for deployment.
So the question is: What would be the easiest way to generate HTML docs from Gherkin features?
There is one more option Cukedoctor https://github.com/rmpestano/cukedoctor
You can host within company network using SimpleHTTPServer ( http://2ality.com/2014/06/simple-http-server.html )
I've used yard-cucumber to do that before. It worked out pretty well.

Redis Desktop Manager for Aerospike? [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
Is there an Aerospike tool that's similar to Redis Desktop Manager in that it can go into a host and view/edit the entries/records that's stored just on that server?
aql, which is a native Aerospike tool, is like sql, which obviously doesn't have this functionality.
You have AMC, a GUI management console, but it is not a data browser. Early stage projects and community contributions are often promoted in Launchpad, so you should look there.
Sounds like a good community contribution, if you're up for it.

Load testing tool that can send PUT/DELETE methods [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
I am finding load testing tool that can send PUT/DELETE requests.
Neither ApacheBench nor JMeter supports these methods.
After several hours' googling, I found SoapUI that looks good.
Do you have any other recommendation?
Command line tool like ApacheBench will be better for me.
The Grinder is a decent load testing framework that also supports PUT and DELETE.
Jmeter supports put and delete methods as of of versions > to 2.5 ( didn't Check for others)

postgres daily query analysis tool [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
does anyone know of a postgres view / function / tool that could report on the slowest and most often used slower queries? i think this would be so useful for all sysadmins. thanks!
PostgreSQL 8.4 comes with some addon modules that will help you with detailed analysis of this. They don't actually create reports, but they get you access to more data.
You can also look at pgfouine (http://pgfouine.projects.postgresql.org/). It generates nice-looking HTML reports.
I wrote such a tool some time ago. You can get it here (file: analyze.pgsql.logs.pl)
There are (as of now) no real docs.
pgBadger is also good log analyzer tool that you can use.
Link: https://github.com/dalibo/pgbadger/downloads

looking Rapid application development / application builder for non programmers [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 5 years ago.
Improve this question
is there any tool that can produce me simple application something like access
but without the need for access or open office to be installed
some thing that will save the data in real stand alone executable file with embedded simple db for non programmers.
I believe Filemaker does what you want. It's not free, however you could always download the trial and see if it fits.
If you are familiar with Access, you should look into compiling it into a standalone app using the Access runtime. Here's a thread on it.
Bear in mind that non-programmers will be quite limited in what they'll be able to accomplish, so calling this "rapid application development" is probably way overstating things.