Software Quality Assurance
Thursday, September 17, 2015
Showing jesmin test coverage details on SonarQube
›
Problem : In our company we have separate SonarQube server which shows all the aspects of quality profiles in most of the projects. (T...
Wednesday, August 5, 2015
Implementation of Page Object Model in Appium C#
›
Initialize the web driver in a separate class. Make auto implemented IwebDriver type property. We can use this property in all the ot...
Monday, June 22, 2015
How to perform wait in selenium
›
Using the thread ,sleep user can pause the currant thread.But handling a simple waiting for a element is a bit advance thing, Because this...
Wednesday, June 17, 2015
Passing values to a "Authentication Required" alert box on selenium automation
›
Below is a sample "Authentication Required" alert box which we need to pass values. In standard selenium automation we cant fi...
Sunday, June 7, 2015
Test Attributes in Unit Test
›
This is a sample well coded test class. This contain the correct flow of using Unit Test Attributes. [AssemblyInitialize()] [ClassIniti...
1 comment:
Monday, January 5, 2015
Building a iOS release using terminal commands
›
xcodebuild -showsdks to get the SDK versions you have. then navigate to the Xcode project folder Build the project xcodebuild -sch...
Wednesday, November 26, 2014
Running selenium scripts on android mobile web browser
›
Pre requisites: On your mobile device navigate to Settings -> Applications, and check "Unknown Sources". Android SDK sh...
‹
›
Home
View web version