well,anyone tell me how to testing in Zend Studio.

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
pkphp
Forum Newbie
Posts: 12
Joined: Mon Sep 20, 2010 1:20 am

well,anyone tell me how to testing in Zend Studio.

Post by pkphp »

well,anyone tell me how to testing in Zend Studio.
I code php in Zend Studio, everything is going well but the debug section.
It's hopeless for me to debugging with zend studio.

anyone tell me how to debug in Zend studio?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: well,anyone tell me how to testing in Zend Studio.

Post by josh »

This doesn't work for me either. May help to post what you've tried. Personally, I have had a support ticket open for months. They are very slow to respond because I haven't purchased. I let them know I intend to purchase it if they can get this part working, they're taking 2-3 weeks between responses so its dragging out forever. The debugging in NuSphere PHPED works good, but that whole program is buggy.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: well,anyone tell me how to testing in Zend Studio.

Post by alex.barylski »

Use Eclipse and SimpleTest? You don't the Eclispe plugin, just run it from an embedded browser.

Cheers,
Alex
Post Reply