473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Looking for a test class<?>


Hi,

I have written a bunch of functions and I want to pass them thru a test
engine to ensure that I haven't broken anything while working on
something.

I like the idea of http://qa.php.net/ but I would need to make changes
to my environment and I am not too wild about doing that.
But I would like the same kind of functionality.

Going a step further I would like to test the flow of the website to
ensure that all my functions are producing the expected output.

Would you guys know of any script/software that would do it?

Thanks

FFMG
--

'webmaster forum' (http://www.httppoint.com) | 'webmaster Directory'
(http://www.webhostshunter.com/) | 'Recreation Vehicle insurance'
(http://www.insurance-owl.com/other/car_rec.php)
'Free URL redirection service' (http://urlkick.com/)
------------------------------------------------------------------------
FFMG's Profile: http://www.httppoint.com/member.php?userid=580
View this thread: http://www.httppoint.com/showthread.php?t=18334

Message Posted via the webmaster forum http://www.httppoint.com, (Ad revenue sharing).

Jul 12 '07 #1
8 1404
On Jul 12, 1:41 am, FFMG <FFMG.2tl...@no-mx.httppoint.comwrote:
Hi,

I have written a bunch of functions and I want to pass them thru a test
engine to ensure that I haven't broken anything while working on
something.

I like the idea ofhttp://qa.php.net/but I would need to make changes
to my environment and I am not too wild about doing that.
But I would like the same kind of functionality.

Going a step further I would like to test the flow of the website to
ensure that all my functions are producing the expected output.

Would you guys know of any script/software that would do it?
phpUnit at phpunit.de. It's a great test suite.
>
Thanks

FFMG

--

'webmaster forum' (http://www.httppoint.com) | 'webmaster Directory'
(http://www.webhostshunter.com/) | 'Recreation Vehicle insurance'
(http://www.insurance-owl.com/other/car_rec.php)
'Free URL redirection service' (http://urlkick.com/)
------------------------------------------------------------------------
FFMG's Profile:http://www.httppoint.com/member.php?userid=580
View this thread:http://www.httppoint.com/showthread.php?t=18334

Message Posted via the webmaster forumhttp://www.httppoint.com, (Ad revenue sharing).

Jul 12 '07 #2
rf
"Benjamin" <mu**************@gmail.comwrote in message
news:11**********************@w3g2000hsg.googlegro ups.com...

>Would you guys know of any script/software that would do it?
phpUnit at phpunit.de. It's a great test suite.
>>
Thanks
You really should try to hide your reply a bit better than this. I mean, it
only took me only half a minute, comparing your post with the post you were
replying to, to notice the little bit of text you had added. It looks, from
here, just as if my newsreader had wrapped the OP's line.

FFS space out your reply from the stuff you are quoting.

--
Bloody google groupers!
Richard.
Jul 12 '07 #3
On 12.07.2007 14:32 rf wrote:
"Benjamin" <mu**************@gmail.comwrote in message
news:11**********************@w3g2000hsg.googlegro ups.com...

>>Would you guys know of any script/software that would do it?
phpUnit at phpunit.de. It's a great test suite.
>>Thanks

You really should try to hide your reply a bit better than this. I mean, it
only took me only half a minute, comparing your post with the post you were
replying to, to notice the little bit of text you had added. It looks, from
here, just as if my newsreader had wrapped the OP's line.

FFS space out your reply from the stuff you are quoting.
just get a better reader, that's all ;)

--
gosha bine

extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
Jul 12 '07 #4
On 12.07.2007 14:13 Benjamin wrote:
On Jul 12, 1:41 am, FFMG <FFMG.2tl...@no-mx.httppoint.comwrote:
>Hi,

I have written a bunch of functions and I want to pass them thru a test
engine to ensure that I haven't broken anything while working on
something.

I like the idea ofhttp://qa.php.net/but I would need to make changes
to my environment and I am not too wild about doing that.
But I would like the same kind of functionality.

Going a step further I would like to test the flow of the website to
ensure that all my functions are producing the expected output.

Would you guys know of any script/software that would do it?
phpUnit at phpunit.de. It's a great test suite.
>Thanks

FFMG
there's also simpletest

http://simpletest.sourceforge.net/
--
gosha bine

extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
Jul 12 '07 #5
I have written a bunch of functions and I want to pass them thru a test
engine to ensure that I haven't broken anything while working on
something.
Other posters already pointed you to some unit test frameworks.
I like the idea of http://qa.php.net/ but I would need to make changes
to my environment and I am not too wild about doing that.
But I would like the same kind of functionality.

Going a step further I would like to test the flow of the website to
ensure that all my functions are producing the expected output.
Try Selenium ( http://www.openqa.org/selenium/ ). This is to test entire
sites by mocking user interaction.
Best regards
Jul 12 '07 #6

"gosha bine" <st********@gmail.comwrote in message
news:46***********************@read.cnntp.org...
On 12.07.2007 14:32 rf wrote:
>"Benjamin" <mu**************@gmail.comwrote in message
news:11**********************@w3g2000hsg.googlegr oups.com...

>>>Would you guys know of any script/software that would do it?
phpUnit at phpunit.de. It's a great test suite.
Thanks

You really should try to hide your reply a bit better than this. I mean,
it only took me only half a minute, comparing your post with the post you
were replying to, to notice the little bit of text you had added. It
looks, from here, just as if my newsreader had wrapped the OP's line.

FFS space out your reply from the stuff you are quoting.

just get a better reader, that's all ;)
Skills, not tools, make a good craftsman...

Richard.
Jul 12 '07 #7
On Jul 12, 10:17 am, "Richard" <root@localhostwrote:
"gosha bine" <stereof...@gmail.comwrote in message

news:46***********************@read.cnntp.org...
On 12.07.2007 14:32 rf wrote:
"Benjamin" <musiccomposit...@gmail.comwrote in message
news:11**********************@w3g2000hsg.googlegr oups.com...
>>Would you guys know of any script/software that would do it?
phpUnit at phpunit.de. It's a great test suite.
Thanks
You really should try to hide your reply a bit better than this. I mean,
it only took me only half a minute, comparing your post with the post you
were replying to, to notice the little bit of text you had added. It
looks, from here, just as if my newsreader had wrapped the OP's line.
FFS space out your reply from the stuff you are quoting.
just get a better reader, that's all ;)

Skills, not tools, make a good craftsman...
Yes but good tools can help can promote good skills.
>
Richard.
Jul 12 '07 #8

Thanks guys.
I'll have a look at those over the weekend.

FFMG
--

'webmaster forum' (http://www.httppoint.com) | 'webmaster Directory'
(http://www.webhostshunter.com/) | 'Recreation Vehicle insurance'
(http://www.insurance-owl.com/other/car_rec.php)
'Free URL redirection service' (http://urlkick.com/)
------------------------------------------------------------------------
FFMG's Profile: http://www.httppoint.com/member.php?userid=580
View this thread: http://www.httppoint.com/showthread.php?t=18334

Message Posted via the webmaster forum http://www.httppoint.com, (Ad revenue sharing).

Jul 13 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Abraham Khalil | last post by:
With all the Menu items, toolbar items and popup items that can total to about 50-75 choices in a gui design, what the 'easiest' way to map the action names with the class to call. Like to use...
7
by: Dan Trowbridge | last post by:
He everyone, I am just getting started with .NET and I am having a porting problem. I get and error in code that lookssomething like this (really stripped down but you get the idea)... class...
11
by: Wolfgang Kaml | last post by:
I am not sure if this is more of an expert question, but I am sure that they are out there. I'd like to setup a general application or bin directory on my Win2003.Net Server that will hold some...
4
by: Gary li | last post by:
Hi, all I find "template template" class cann't been compiled in VC6 but can ok in Redhat9. I write a test program like as: template< template<class> class T> class A { }; int main() {...
1
by: Birthe Gebhardt | last post by:
Dear all, I could not find the way to handle 'not normal' list objects, for example using remove_if, find etc. Example : class Todo { public : .. int getNumber(){ return num_;}
11
by: Holger | last post by:
Hi I have not been able to figure out how to do compound statement from C - "<test>?<true-val>:<false-val>" But something similar must exist...?! I would like to do the equivalent if python...
10
by: jason.cipriani | last post by:
Is there any difference between declaring a template parameter as a "typename" or a "class"? E.g. template <class TT f() { } template <typename TT g() { } Thanks, Jason
2
by: =?Utf-8?B?Unlhbg==?= | last post by:
Hi, How can I get around runtime error that says I can not explicit cast List<SubClassto ICollection<Class>? Generic List inhertis generic ICollection and Subclass inherits Class, then...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.