This project contains the solutions for exercises in the 2-Day Version of The Joy of Python for Testers workshop.
The code for hands-on exercises is contained in correspondingly named python files.
The code for demos is contained in only_demos
directory.
- You should have Python 3.5+ version must be installed on your machine.
- Following Python libs should be installed:
- requests
- pexpect (Mac/Linux)
- selenium
- (Optional) ddt - Not a part of problem statement. Used in walk-through of Section 4 long exercise, as add on information.
- Other dependencies
- Chrome Driver executable as per platform and installed browser version should be available.
- You should have access to a WordPress instance and administrator credentials.