-
Notifications
You must be signed in to change notification settings - Fork 4
Updating the XML File Using the GUI
chrimuno edited this page Nov 9, 2017
·
10 revisions
In order to use the GUI for this project, it requires that you have MySQL installed in your machine. If you don't already have it installed, please follow the instruction on this page.
- These steps assume that you already have the dependencies installed and the solution built.
- If you need help on how to get the solution up and running, please follow the steps on the Running From Visual Studio page.
- Open the solution in Visual Studio and press
F5
to start the webapp. - On the home page, click on the
Test Configurations
icon/button.
- You will see a table that contains all the configurations you have saved on your local db.
- If you followed the installation instruction, you should automatically have one active configuration already saved.
- The active configuration is highlighted in green.
- There can only be one active configuration at a time.
- If you want to add another configuration, simply click the
Add new configuration
button at the bottom.- Please make sure that you follow the rules for configuration as outlined in this page.
- If you want the new configuration you are creating to be the new "active" setting, please enter
1
on theIs Active
textbox for true. Otherwise enter0
for false.
- If you want to make an already existing configuration the active one, simple click the edit button for that row and set the
Is Active
value to1
and save.- This will automatically set the previous active configuration to false and you will only have one active configuration.
- Once you have your desired active configuration, simply press the
Generate App.config
button at the bottom. - If everything works, you should see a confirmation that reads
Done! Successfully created the new App.config file.
Note: If there is no active configuration, the App.config file generated will have empty values and the driver will run using the defaul settings. Please see TestSettingsReader.cs file for how default values are determined.
Copyright © 2017 Christian Munoz
-
Selenium Automation Toolbox
- Release Notes
- License
- Project Breakdown
- Selenium Prerequisites
- Running the Automated UI Tests
- Configuration Settings