Entries Tagged as ‘delphi’

August 3, 2006

automatedqa products

automatedqa is a company well respected by testers. ive been using some of its products lately. its got a couple of good ones..
automtated build studio is a great macro builder. it integrates with all popular tools to automate processes. eg: heres a scenario i had to go through. i specified the files of the program, [...]

July 27, 2006

SDLC

SDLC = Sofware Development LifeCycle.. today i started messing around with a testing a tool called “TestComplete” from automatedQA. TestComplete is an automated test manager, with project level support for the full range of internal and UI testing. Seems complicated. I guess i’ll get a grip on it in a couple more days. Using this [...]

July 21, 2006

firebird components

firebird is a free database engine which is fast and unlike sql server does not have to be detached from the processes when a snapshot is taken.. the latest version is 1.5.3 .. it supports .gdb and .fdb database types…
i was working on a setup program that installed an emergency server on one of the [...]

July 18, 2006

13,000 lines and one button click

so theres xml, something that everone knows.. and then theres xslt 2.0 which as of today has only a draft recommendation which was formally published in nov,2005. and there are only two free fully functional processors in the whole world for it… saxon ( developed by michael kay, a member of the xslt recommendation commitee) [...]

July 13, 2006

delphi vs. C#

C# and Delphi have the same father. Anders Hejlsberg. C# is from microsoft and delphi from borland..
i was initially a C# guy, but now im starting to like DELPHI more than C# . here are some random thoughts why…
1. there are lesser layers and so the program runs faster in delphi
2. more comfortable to access [...]