https://github.com/executeautomation/executeautomationwebapp
This application is used for automating selenium and coded UI frameworks course
https://github.com/executeautomation/executeautomationwebapp
employeeapp executeautomation selenium udemy
Last synced: 3 months ago
JSON representation
This application is used for automating selenium and coded UI frameworks course
- Host: GitHub
- URL: https://github.com/executeautomation/executeautomationwebapp
- Owner: executeautomation
- Created: 2016-07-31T07:42:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T19:32:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T17:04:55.598Z (3 months ago)
- Topics: employeeapp, executeautomation, selenium, udemy
- Language: C#
- Size: 454 KB
- Stars: 23
- Watchers: 13
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExecuteAutomationWebApp
This application is used for automating selenium and coded UI frameworks course#Automation framework development with Selenium C sharp
https://www.udemy.com/framework-development-with-selenium-csharp-advanced#Advanced framework development with Coded UI Test 2015
https://www.udemy.com/framework-development-with-cuit#How to Compile application ?
All you have to do is1. Clone the repo or download it
2. Open the project in Visual studio 2013/2015
3. Just build the project and run in any browser of your interest, the application will launch and ready for automation# Advanced Topic
##What will happen while building project
The project will automatically create database for you in the default database server, since the connection string in Web.config is given as This
```xml
```## Troubleshooting
If the database does not restore for some reasons, then run the database script located in DatabaseScript folder of the repo in SQL Server management studio## ExecuteAutomation Employee App running on public Server
We have deployed ExecuteAutomation Employee App running in public server and it can be accessed from here http://eaapp.somee.com/### Connection string details
```xml
workstation id=EAEmployeeDB.mssql.somee.com;packet size=4096;user id=kartmcad_SQLLogin_1;pwd=wtzaxoan1l;data source=EAEmployeeDB.mssql.somee.com;persist security info=False;initial catalog=EAEmployeeDB
```## More articles
For more articles visit http://www.executeautomation.com