An open API service indexing awesome lists of open source software.

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

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 is

1. 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