Page 1 of 1
Ultimate Testing Tool!
Posted: Mon Apr 03, 2006 7:20 pm
by myleow
A few years ago i remember reading about a testing environment where the product description is parsed into XML and that in turn can generate test scripts to test the product.
Does anyone have any idea what this or what is the best QA tool that you have used. This is for testing Web base applications.
Thank you in advance.
Posted: Mon Apr 03, 2006 11:39 pm
by feyd
Product description to tests?

product descriptions are full of business language that are quite contextual and some are time specific. Sounds kinda like vapour. I'm not saying it doesn't exist or couldn't.. more like why? Feels weird.
Posted: Sun Apr 23, 2006 9:54 am
by m0u53m4t
Yeah. I'd deffinatley use it if it existed.
Posted: Sun Apr 23, 2006 12:28 pm
by timvw
There is an extension for Firefox
TestGen4Web which can track navigation on a website and generate tests (eg: simpletest) for you...
I still have to try it, but at first sight it seems like something usable.
Posted: Tue Apr 25, 2006 3:09 am
by Weirdan
There is an extension for Firefox TestGen4Web which can track navigation on a website and generate tests (eg: simpletest) for you...
Used that... it's been nothing but a glitch. I use
selenium (with
selenium recorder), makes acceptance testing a breeze...