Search found 16 matches

by amira_fcis
Tue Dec 29, 2009 7:37 am
Forum: Javascript
Topic: proplem in delete child from div...?
Replies: 1
Views: 688

proplem in delete child from div...?

hi all, i have <td><div id="newdiv"></div></td> <?for($i=0;$i<count($exploded_location);$i++){?>                                                                 <tr><td><input type="text" name="featurevalue<?echo ($i*2)+10;?>" value="<?echo $exploded_location[$i];?...
by amira_fcis
Wed Sep 09, 2009 4:29 am
Forum: PHP - Code
Topic: how to run script automaticlly in spacific date ?
Replies: 4
Views: 272

Re: how to run script automaticlly in spacific date ?

thanks onion2k ,
ur idea works great wiz me ....thanks alot
by amira_fcis
Tue Sep 08, 2009 7:44 am
Forum: PHP - Code
Topic: how to run script automaticlly in spacific date ?
Replies: 4
Views: 272

Re: how to run script automaticlly in spacific date ?

but i need to coded it by php..?..look i want to send a notification to the user before his reservation date by 2 days ...so it is dynamic where i get the date of reservation and subtract 2 days then want to run this script to send the notification...? hope u get me .

thanks in advance
by amira_fcis
Tue Sep 08, 2009 7:27 am
Forum: PHP - Code
Topic: how to run script automaticlly in spacific date ?
Replies: 4
Views: 272

how to run script automaticlly in spacific date ?

hi all,...
i have a problem here which is: i want to send a notification to the user before 2 days to a specified date he entered in db (i.e i want to run a script in a specific date like cron in unix but here iam on windows OS )
by amira_fcis
Thu Aug 20, 2009 9:30 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

Re: how to create a result as separate html file??

Ollie Saunders ur genius .... :wink:

it works perfect now ...thanks alot
by amira_fcis
Thu Aug 20, 2009 9:15 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

Re: how to create a result as separate html file??

yes ...i did ...but the file that i spacify to write output in still empty.... :roll:
by amira_fcis
Thu Aug 20, 2009 9:11 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

Re: how to create a result as separate html file??

really iam soo greatful for u :oops: do u mean that my test case will be some thing like that...   <?     require_once('plugins\unit_tester.php');     require_once('plugins\reporter.php');             $test = &new GroupTest('All tests');     $test->addTestFile('string_tests.php');     $test->add...
by amira_fcis
Thu Aug 20, 2009 8:54 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

Re: how to create a result as separate html file??

i just begin with the tutorial on simpletest main site and i made it succesfully ,but all what i need now is to make output of the testing to be written in text file instead of running as TextReporter() or HtmlReporter()...that is all
by amira_fcis
Thu Aug 20, 2009 8:22 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

Re: how to create a result as separate html file??

thanks Ollie Saunders for ur concern with my post

may be it is simple from ur point of view ..but i still newbie to this concept of testing at all ,so if u have any type of helpful links or guides i'll be more than thankful...

thanks
by amira_fcis
Thu Aug 20, 2009 4:46 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

Re: how to create a result as separate html file??

sorry for distribution,..

but i have a simple question...where is the simpletest APIs and functions as $test->run(new HtmlReporter()); or something like that...that i have to use to produce the result...?
by amira_fcis
Wed Aug 19, 2009 5:55 am
Forum: Testing
Topic: how to make text file as an output result..?
Replies: 2
Views: 6012

Re: how to make text file as an output result..?

Any News.......... :banghead:
by amira_fcis
Tue Aug 18, 2009 6:12 am
Forum: Testing
Topic: how to make text file as an output result..?
Replies: 2
Views: 6012

how to make text file as an output result..?

hi All,
can i write the output of testing (no. of passes and failes ) in a text file...if yes, HOW..? coz i read in http://www.simpletest.org/en/reporter_d ... ation.html and i still failed to make this output text file..?

thanks
by amira_fcis
Tue Aug 18, 2009 6:05 am
Forum: Testing
Topic: log file???
Replies: 2
Views: 5387

Re: log file???

Thanks JAB for helping :)
by amira_fcis
Mon Aug 17, 2009 9:29 am
Forum: Testing
Topic: log file???
Replies: 2
Views: 5387

log file???

does simpletest framework has something like log files which record every little thing happend on it...?
by amira_fcis
Mon Aug 17, 2009 7:17 am
Forum: Testing
Topic: how to create a result as separate html file??
Replies: 14
Views: 15630

how to create a result as separate html file??

hi guys,..
iam very new with simpletest frame work and i tried some small testing app,...but my question is: could i create a separate HTML file which view the results of testing.(i.e i want a file say testResult.html which contains the result of test).


thanks for advance