CST438 Software Engineering: Week 6
This week we got to work with Selenium again and even though I hit a couple bugs, things started making more sense. I use Thread.sleep() which was good because without it the program runs so fast you can’t even see what Selenium is doing. Adding those sleeps slowed things down so I could watch the steps happen how the program enters the data and clicks buttons.
I also learned something about how our dialog box works. It is created when the page loads and stays hidden until we click the button to show it. For this project it works fine, but on a bigger system you’d probably handle it differently.
The best part of the week was my group. After doing bad on the last assignment, this time we really communicated, worked together, and helped each other. It showed me that one bad week doesn’t mean the next one has to be the same. We can bounce back if we work as a team.
Comments
Post a Comment