We'll be developing a booking engine, a 4-5 step checkout process for reserving rooms with a hotel where there's a lot of complexity involved. Something similar to this.
Has anyone used Selenium for something like this? What kind of tests would I be able to do? Could I set something like Selenium to go through the entire process of step 1 to the last step, making sure rooms are available, things are bookable? I could test stuff like making sure data is sessionized, right?