![]() |
|
#1
|
|||
|
|||
|
I'm not familar with software testing technologies
Can anyone give me an idea from where can i start. which tools can i use any help would be greatly appreciated Accept As Answer if it helps Atul |
|
#2
|
|||
|
|||
|
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
begin if key=#8 then key:=#0; end; Ok. good working |
|
#3
|
|||
|
|||
|
the best software testing is
http://www.automatedqa.com/ wins the reader choice award, but it's not free. but in case you need memory testing. it's located in that site too, but this one is free. the name is memproof if you need the unit testing then use dunit. www.sourceforge.net/projects/dunit |
|
#4
|
|||
|
|||
|
This what you are looking for...
http://sourceforge.net/projects/dunit/ Donald Adams Agent86 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|