Relative Content

Tag Archive for automation

How to get started with this project?

I recently finished my C++ programming class, and I’ll start school in september. There is a limited online Parking spot registration and it always gets filled very quickly.

What are the downsides of leaving automation tags in production code?

I’ve been setting up debug tags for automated testing of a GWT-based web application. This involves turning on custom debug id tags/attributes for elements in the source of the app. It’s a non-trivial task, particularly for larger, more complex web applications. Recently there’s been some discussion of whether enabling such debug ids is a good idea to do across the board.

Acceptance tests for large multi-step online form

I have to extend/fix a large online form written by other developer. There is a lot of code, mixing PHP and JS. It’s kind of write-only style of coding and I want to redo it completely, but currently I can’t.