Posts by Stephen Donner

Being manipulate as a software tester: how to try negative-testing web apps through their URLs

Stephen Donner

This is an *actual* URL from Vignette: http://www.vignette.com/portal/site/us/menuitem.62215d74e262b2ba32189210180141a0/?vgnextoid=a9e2cf7be25a1210VgnVCM1000005610140aRCRD&vgnextchannel=2b48bc7ee19d7010VgnVCM1000008110140aRCRD&vgnextfmt=default&vgnext-selected-menuitem=4b09bdd80b8ff1e8fb3d8010180141a0&gbl-vcmartguid=a9e2cf7be25a1210VgnVCM1000005610140aRCRD I’m sure that behind those obscure-looking alpha-numeric strings there’s a rhyme or… Continue reading

Being manipulative as a software tester: how to try negative-testing web apps through their URLs

Stephen Donner

This is an *actual* URL from Vignette: http://www.vignette.com/portal/site/us/menuitem.62215d74e262b2ba32189210180141a0/?vgnextoid=a9e2cf7be25a1210VgnVCM1000005610140aRCRD&vgnextchannel=2b48bc7ee19d7010VgnVCM1000008110140aRCRD&vgnextfmt=default&vgnext-selected-menuitem=4b09bdd80b8ff1e8fb3d8010180141a0&gbl-vcmartguid=a9e2cf7be25a1210VgnVCM1000005610140aRCRD I’m sure that behind those obscure-looking alpha-numeric strings there’s a rhyme or reason (hopefully?), but that’s not really what I wanted to blog about today 🙂 What I did in fact hope… Continue reading

Houston, we have an AMO automation bug found by writing Selenium…

Stephen Donner

Check this out; confidence-inspiring, no? stephen-donners-macbook-pro:smokeTests stephendonner$ python API-type.py E ====================================================================== ERROR: test_searchapi (__main__.SearchAPI) ———————————————————————- Traceback (most recent call last): File "API-type.py", line 65, in tearDown self.assertEqual([], self.verificationErrors) AssertionError: [] != [‘type:firebug,dict’] ———————————————————————- Ran 1 test in 8.395s FAILED (errors=1)… Continue reading