|
|
|
|
|
by yarg
1427 days ago
|
|
It actually amazes me the degree to which people just don't realise that what they are doing can be automated - even in software companies. I caught my manager one day, manually traversing application screens taking screenshots and then clipping them down to size. At least an hour's work, with each and every release (or at least those with configuration changes). "Raise a ticket, I can do that automatically." An hour later I sent her back the task for testing - now taking mere seconds, and with pixel perfect clipping. It never even occurred to her to ask if that was something I could do. |
|
Can you elaborate what you did? One option I can think of - Selenium like UI testing\navigation tool and taking screenshots?