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
how can i automate testing of a web based application?
What are some frameworks that i can use to write scripts that will run automatically / on demand and indicate success or failure?
You can use Selenium or PHPUnit
We have set up a hook with SVN so that on a commit, PHPUnit is run.
I would imagine you could do the same with git/CVS or whatever version control you use.
Microsoft has a awesome framework for generating, coding, and running automated UI tests, which is included with Visual Studio 2010.
You can use TFS to run your tests on demand or in response to a continuous integration.
Related
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
Is there any PHP framework that can be used to build online notes taking tool. like Spring pad. So, that i can install in local server and access it.
Your requirement is to make a Online Notes Taking Tool.
This could be done in any Framework.
Look at CakePHP, CodeIgniter or any frameworks.
You need to be very specific as to what are you looking at.
Moreover, there is nothing specific that only one Framework could achieve.
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 have a web app written in PHP that shell_exec()'s a program written in C++ (which does some intensive calculations and returns a result back to PHP).
Do you know which PaaS providers allow this?
Have you looked at OpenShift by Red Hat? They have powerful customization capabilities (with scripts and such things) that allow you to do just about anything. Look for "action hooks". It's one of the mechanisms that allow you to customize your environment when certain events occur. For example, I used an action hook to install a custom version of Node.js upon application startup in order to circumvent the limitations of the pre-installed Node.js. You can certainly do the same with PHP.
OpenShift by Red Hat
Edit
I once was going to use it to develop a Node.js application that included a custom Node.js extension written in C++.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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 installed and tested iGIveTest as a way my employer to test employee's, it's a great software, but can't realy use it beacause it's not free and a licence is $370, that's to much for my company. We only use open source software.
Anyone knows a good web based quiz management software that can be installed on a LAMP (LAPP or for Ruby on Rails) server ?
There are a lot of quiz scripts out there but I did't find a complete soultion that has some management, test history, reports ...
Thank you
I would suggest using drupal. Install the quiz and views modules and you can take quizzes and reconstruct the aggregated data however you want to.
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've been fiddling with Redmine in the past few days and not 100% happy with the way it organises tasks etc.
I need a open source PHP based solution that is like Redmine or even VersionOne to assist our small team of 3 developers with project management.
We basically use Scrum, and would love to be able to create projects, break them down into user stories, and then further break stories down into tasks.
We typically use also size tasks and user stories using the PERT analysis formula.
For open source Scrum tools information (list of tools, reviews), you should look at http://www.opensourcescrum.com/
You could try The Bug Genie. It's not been specifically designed for Scrum, but does support Agile development.
the-scrum was a PHP based solution
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
Anyone know of an opensource PHP Load Testing Framework similar to the Grinder " "http://grinder.sourceforge.net/".
I haven't used the grinder, but It sounds similar to JMeter. Also at times I have used plain old Selenium for load testing.
RedLine has a Cloud Load Testing tool in PHP on Amazon AWS now. it is free for the service, but you have to pay for the Spot Instances on your account (for example 50,000 user test on 200 m1.small is about $2/hour).