Friday 6 September 2013

Iphone testing by using Selenium webdriver

If you are looking to use WebDriver with iOS mobile Safari and are currently testing only on simulators please have a look at ios-driver or appium

Both of these projects are much better implementations of WebDriver for iOS, the only reason it is not a wholesale replacement now is that they can not run on real devices for mobile safari right now.


https://code.google.com/p/selenium/wiki/IPhoneDriver

How to Schedule times and days in JENKINS to run scripts

You can get more details here

http://stackoverflow.com/questions/12472645/how-to-schedule-jobs-in-jenkins

Sunday 1 September 2013

How to deploy our java project into Azure server by windows based

Configuring a custom domain name for a Windows Azure cloud service

When you create an application in Windows Azure, Windows Azure provides a friendly subdomain on the cloudapp.net domain so your users can access your application on a URL like http://<myapp>.cloudapp.net. However, you can also expose your application on your own domain name, such as contoso.com.

You can get more info on this link

http://www.windowsazure.com/en-us/develop/net/common-tasks/custom-dns/