我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。
Closed 5 years ago.
我正在进入网络应用测试线,需要一些指导。 果园里有许多 st。
是否有任何人知道有任何很好的联系或辅导。 我能够看到的任何视频辅导?
我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。
Closed 5 years ago.
我正在进入网络应用测试线,需要一些指导。 果园里有许多 st。
是否有任何人知道有任何很好的联系或辅导。 我能够看到的任何视频辅导?
如果你想进行自动化测试,我建议使用SELENIUM IDE。 你们应当能够找到辅导和录像,学习如何使用。
It might be worth trying a bit of Unit Testing with your PHP. You can take a look at http://www.simpletest.org/
对于PHP测试,可以尝试大量自动测试框架,在此列出其中一些框架。
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
PHPUnit的文件:。
Codeception collects and shares best practices and solutions for testing PHP web applications. With a flexible set of included modules tests are easy to write, easy to use and easy to maintain. Codeception encourages developers and QA engineers to concentrate on testing and not on building test suite.
Documentation for Codeception : http://codeception.com/docs/01-Introduction
A php toolset to drive emergent design by specification.
Document for Phpspec : http://www.phpspec.net/en/stable/manual/introduction.html。
highly extensible, highly enjoyable, BDD testing framework for PHP.
atoum是PHP的一个简单、现代和直观的单位测试框架! 它是完全独立的,所有东西都可以找到,在盒子之外开展工作。
文件:http://docs.atoum.org/en/latest/
这些是许多其他的“基地”单位测试框架的少数,你可以检查所有这些框架,自行选择哪一个可以使用,哪一个最适合工作。
Are there database testing tools for python (like sqlunit)? I want to test the DAL that is built using sqlalchemy
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests (both GET and POST ...
I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...
I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...
Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I was searching around ...
I use cucumber to run integration tests. I have a very large (30,000+ record) stardard setup for testing. How can I leave that in the test.sqlite3 database without re-loading it ever?
Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...