stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


Web Testing Framework







Web Testing Framework

Web Testing Framework 12/22/2004 01:45 AM

IeUnit 1.4.2 released




This is a GrokNews Entry: (what is grok?)





Similar Items

Web Testing Framework

Grok Headline matches for Web Testing Framework

Simple C++ Testing Framework


Simple C++ Testing Framework 01/04/2005 05:35 PM
simplectest 0.2 released

Anteater testing framework 0.9.16


Anteater testing framework 0.9.16 04/22/2004 06:44 PM
A testing framework designed around Ant.

Abbot Java GUI Testing Framework


Abbot Java GUI Testing Framework 11/18/2003 12:45 PM
Web Start fixed (again)

Symbian OS C++ Unit Testing Framework


Symbian OS C++ Unit Testing Framework 04/26/2004 06:03 AM
New mailing lists

NUnit .Net unit testing framework


NUnit .Net unit testing framework 05/20/2004 10:12 AM
NUnit 2.2 Beta 1 Released

Fasper - Parser Testing Framework


Fasper - Parser Testing Framework 04/12/2005 06:21 AM
initial release of Fasper - Parser Testing Framework

Silicon Navigator Unveils Rocket
Framework -- First Native Framework for
the OpenAccess Database; Framework Co


Silicon Navigator Unveils Rocket
Framework -- First Native Framework for
the OpenAccess Database; Framework Co
04/06/2005 08:32 PM
Business Wire UK Apr 7 2005 12:47AM GMT

Silicon Navigator Unveils Rocket
Framework - First Native Framework for
the OpenAccess Database


Silicon Navigator Unveils Rocket
Framework - First Native Framework for
the OpenAccess Database
04/09/2005 07:57 AM
FPGA Journal Apr 9 2005 11:25AM GMT

Web Load Testing Tool Launched Very few
website monitoring companies offer load
testing tools


Web Load Testing Tool Launched Very few
website monitoring companies offer load
testing tools
08/12/2004 02:51 AM
Dotcom-Monitor has just added an external web site load stress testing tool to its suite of executive class website and network monitoring services. [PRWEB Aug 12, 2004]

Information Bridge Framework Document:
Introducing the Microsoft Office
Information Bridge Framework


Information Bridge Framework Document:
Introducing the Microsoft Office
Information Bridge Framework
05/19/2004 11:41 PM
Learn about the Microsoft Office Information Bridge Framework from an organizational perspective, including the rationale for exposing line-of-business data to desktop systems and the benefits to the information workers who rely on this data to perform their daily work. In addition, review the Information Bridge architecture and the advantages that this architecture offers for both deployment and maintenance of solutions.

Testing..


Testing.. 05/17/2004 10:26 AM
Testing draft feature...

Testing


Testing 12/17/2002 02:45 PM
Tryingtosee What is broken -------------------------- Sent from my BlackBerry Wireless Handheld

Mac testing


Mac testing 03/06/2004 01:56 AM

For the last 6 months I’ve thought about getting a used Mac for testing Web sites with it. The Mac I used to use for this purpose has become more difficult to get access to. I’m able to get a reasonable estimation of what Safari will show by using Konqueror on Linux, so I’ve held off on the purchase so far.

In today’s I-Design Digest, moderator Veronica Yuill provides a link to iCapture, a service that will show you a screenshot of any URL in Safari. The page says it’s available for Mac IE as well, but I couldn’t find a way to create an IE screenshot. I imagine that will be added soon. iCapture isn’t as full-featured as BrowserCam and it doesn’t provide screens for as many systems, but unlike BrowserCam, iCapture is free.

It looks like iCapture’s creator Dan Vine has got a couple of Macs sitting in his apartment that take screenshots and put them on the Web using a combination of AppleScript and Python. I’ve got to get around to playing with Python. All the cool kids know Python.

And while I’m mentioning all this, I don’t suppose anyone has some older Mac hardware that they’d want to part with cheap? I don’t need to run OSX or any high-performance apps. I mainly want to test sites in IE.


Testing Something


Testing Something 03/14/2005 05:02 PM
Aaron Swartz wrote an interesting piece and then deleted it so I shall share it with the world. [I wrote a long and beautiful...

Testing TV over 3G


Testing TV over 3G 05/12/2004 07:00 PM
The Feature May 12 2004 10:24PM GMT

Testing 2


Testing 2 11/10/2003 11:37 PM
Testing 1 2 3 yet again......

Testing, testing


Testing, testing 05/13/2004 05:00 PM

I'm just taking the new evil MT 3.0 developer version out for a spin. So far it looks good.


testing...


testing... 05/09/2004 10:56 PM
testing...loading even more new servers...wow you people are out in force on Mother's Day... ...

Testing MT3.1


Testing MT3.1 08/31/2004 05:12 PM
MT 3.1 is out and shinier. And if you can read this, it actually works too......

xMule Testing 1.7.4


xMule Testing 1.7.4 02/18/2004 06:56 PM
An easy to use, multi-platform clone of the eMule P2P filesharing client.

AOL testing VoIP


AOL testing VoIP 08/30/2004 01:32 PM
The online giant is quietly asking beta testers to try out its Net phone service.

xMule Testing 1.7.2


xMule Testing 1.7.2 01/25/2004 10:58 PM
An easy to use, multi-platform clone of the eMule P2P filesharing client.

Testing PHP5


Testing PHP5 02/16/2004 03:36 AM
Now that PHP5 beta 4 has been released, it might be useful to share how we all do our testing of different PHP versions.

We find it quite bothersome to reconfigure our web server(s) everytime we want to switch between different versions of PHP4 and PHP5. So we have automated all our testing on Windows using the command-line interface to PHP5.

PHP5 beta 4 allows us to define a php.ini configuration file in the same directory as the php.exe executable. We will first modify php.ini, setting extension_dir and include_dir, and enable the appropriate extension=* settings. Then we have a standard DOS batch file that will run php.exe and unit-test ADOdb (the database abstraction library for PHP that I maintain). The output is generated to rez.html.

The last line of the batch file opens the resultant html file in IE. The "start" command will attempt to open any file if the extension mapping exists, e.g. "start rez.html".

The only disadvantage of this approach is that you are not testing PHP5's long-term interaction with the web server, and you need to have an existing set of unit tests that can be automated. This might not be possible if you testing mostly user interface code.

And what do i think of PHP5 beta 4? Two thumbs up. Didn't have to change anything in ADOdb to make it work with beta 4.

Sample DOS Batch File

Note: Each release of php5 is kept in its own sub-directory (c:php5php5b1, c:php5php5b2, etc). Tests are in d:phpadodbtests.

c:
cd php5
del *.html

cd php5b4 d: cd phpadodbtests

c:php test.php testmysql > c:php5rez.html c:php test.php testoracle > c:php5rez2.html c: cd .. start rez.html start rez2.html


xMule Testing 1.9.1b


xMule Testing 1.9.1b 09/09/2004 10:21 PM
An easy to use, multi-platform clone of the eMule P2P filesharing client.

Tor 0.1.0.3-rc (Testing branch)


Tor 0.1.0.3-rc (Testing branch) 04/13/2005 06:34 AM
Screenshot Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. It provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy. Individuals can use it to keep remote Websites from tracking them and their family members. They can also use it to connect to resources such as news sites or instant messaging services that are blocked by their local Internet service providers (ISPs).
Changes:
Numerous things were changed or fixed.

omniEvents 2.5.3 (Testing)


omniEvents 2.5.3 (Testing) 07/16/2004 03:27 PM
A CORBA event service.

Linux 2.6.3-rc3 (2.6-testing)


Linux 2.6.3-rc3 (2.6-testing) 02/15/2004 07:20 AM
The Linux Kernel.

Tor 0.1.0.2-rc (Testing branch)


Tor 0.1.0.2-rc (Testing branch) 04/09/2005 05:44 PM
Screenshot Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. It provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy. Individuals can use it to keep remote Websites from tracking them and their family members. They can also use it to connect to resources such as news sites or instant messaging services that are blocked by their local Internet service providers (ISPs).

xMule Testing 1.9.5


xMule Testing 1.9.5 01/06/2005 07:59 PM
An easy to use, multi-platform clone of the eMule P2P filesharing client.

Testing Zemt


Testing Zemt 03/19/2003 10:25 PM
Just playing with Zemt. Ignore me. :-)...

xMule Testing 1.9.0


xMule Testing 1.9.0 08/15/2004 02:02 AM
An easy to use, multi-platform clone of the eMule P2P filesharing client.

Stress testing


Stress testing 06/08/2004 11:22 PM
Computerworld Singapore Jun 9 2004 3:48AM GMT

DrQueue 0.57.0 (Testing)


DrQueue 0.57.0 (Testing) 01/01/2005 11:10 PM
A distributed render queue.

Google Testing New Look


Google Testing New Look 12/11/2003 06:08 PM
Christopher Clay reports that Google is testing out a new look. Only a small portion of Google users will see it now, but presumably they'll roll it out for everyone if it tests well. I like it....

Testing a new version of IXR


Testing a new version of IXR 06/05/2005 11:35 PM

Almost two years to the day since the last release, I've put together a new version of IXR, my PHP XML-RPC library. I haven't published it on the site just yet as I want to make sure any bugs are ironed out first, but you can grab a copy here:

IXR version 1.7 (beta)

It's mostly a bug fix release, although it also includes s ome changes made by the WordPress guys who have been maintaining their own fork since January. I've filed a bug asking them to take a look at the new version and maybe roll it in to their codebase.

If you use IXR for anything it would be great if you could run this new version through its paces. Send any bug reports to the usual address.

A big thanks to everyone who sent in bug reports and patches.


Linux 2.6.3-rc2 (2.6-testing)


Linux 2.6.3-rc2 (2.6-testing) 02/10/2004 09:13 AM
The Linux Kernel.

omniEvents 2.5.2 (Testing)


omniEvents 2.5.2 (Testing) 04/20/2004 07:39 PM
A CORBA event service.

xMule Testing 1.9.1


xMule Testing 1.9.1 09/03/2004 01:03 AM
An easy to use, multi-platform clone of the eMule P2P filesharing client.

Ada Package Testing


Ada Package Testing 10/31/2003 02:59 PM
APTesting win32 setup
Grok Description matches for Web Testing Framework
GrokA matches for Web Testing Framework

Web Testing Framework

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

SECnet
VBWebB: Visual Basic
Web Browser

Google Facilities
Mainstream noticing
podcasting

Invert that benefit!
Least deserved
narcissism award

Pigeon view
Citation finder
Delicious comment
threads

The long tail's long
lead

Hemispheric Google
FreeBSD 5.3 is
"stable" but not
production-ready

Database vendors are
joining the open
source party

Site Review: Loads
of Linux Links

Quick and easy slide
shows for the Web

Linux Standard Base
2.0 promises a
common runtime
standard

ISVs turn to LSB to
foil Linux forking

Analysis: Bad
numbers but puzzling
'optimistic' outlook
for SCO Group

Security Hole in
Google Desktop
Search Toolbar

Geek News Central
Podcast #21
2004-12-21

Worm using Google to
Spread word!

Find a bug for
Google and get a
internship!

eWeek covers
MovableType Comment
Spam Issue!

Spyware you do not
want to get for
Christmas!

Google Becomes
Unwitting Abettor
for Santy Worm

IDG and EJKrause
launch LinuxWorld in
Mexico

SYS-CON Media
Announces Web
Services Edge 2005
East Conference
Keynotes and Show
Sponsors

EBay 'outraged' at
CEO arrest in India

SpamAssassin 3.0.2
released

OmniWeb 5.1 beta 5
fixes numerous bugs

Aspyr offers
CandyBar 2, Pixadex
as CandyBar Plus

Sonic completes
Roxio acquisition

HarmonyAudio mates
audio to Mac via
FireWire

Robin Hood game
ships

Experts criticize
arrest of Baazee.com
CEO

SuperTIFF: better
TIFF support in
After Effects

WireTap Pro records
any audio on your
Mac

The MUG update:
ideas for
last-minute gifts

Three FileMaker
solutions updated

Apple extends iBook
Logic Board
Replacement program

CEO at eBay India
subsidiary is
released on bail

Pandromeda MojoWorld
3 Viewer available

ShutterBug creates
Web photo albums

Iomega offers three
new tri-interface
hard drives

ATI revenues rise on
PC card sales

Compression Engine 2
adds MPEG-2, DV
transcoding

Yamaha grabs Cubase
maker Steinberg

Business Card
Composer 3 to ship
in January

Adobe Reader 7
activates
intelligent PDFs,
more

World of Warcraft
patch enables
shaders on Macs

what is grok?