SimpleTest:: Can I just get a pass/fail not a html page

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
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

SimpleTest:: Can I just get a pass/fail not a html page

Post by jaoudestudios »

I have a simple test working using SimpleTest, it returns a html page with the results, is there a way to get it to return only a true/false so I can use it in my own report?
tanja
Forum Commoner
Posts: 35
Joined: Fri Mar 27, 2009 4:49 am

Re: SimpleTest:: Can I just get a pass/fail not a html page

Post by tanja »

Try to find more information in Support page of Simple Test but I think you can't recieved such page with results as you want
User avatar
Gabriel
Forum Commoner
Posts: 41
Joined: Wed May 06, 2009 8:12 pm
Location: Las Vegas

Re: SimpleTest:: Can I just get a pass/fail not a html page

Post by Gabriel »

I'm sure SimpleTest allows extension to do your own reporting. I think they offer a commandline script too.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Re: SimpleTest:: Can I just get a pass/fail not a html page

Post by McGruff »

Have you seen this?
Post Reply