TDD (Test Driven Development) : This is a software development approach in which we first write the fail test case, then write the enoug...
Monday, October 30, 2017
Sunday, October 29, 2017
Mobile App Test Strategy
Unknown
1:42 PM
Important Points – Mobile App Test Strategy : Creating test strategy for mobile application is different and complex then creating it fo...
Monday, June 19, 2017
Enterprise Application Software
Unknown
11:25 PM
Enterprise Application Software : EAS is the applications which is developed for an organization or a group of people to provide the sol...
Sunday, June 18, 2017
Test Strategy Basics
Unknown
11:09 PM
Test Strategy: Testing strategy is the high-level document which describe the test approach for the project. Usually we create a separ...
Saturday, March 11, 2017
Ping Authentication
Unknown
10:14 PM
Ping Authentication: Why we need Ping : The PingFederate® server is a full-featured federation server that provides secure single sign...
Wednesday, January 20, 2016
Selenium - XPath and CSS Selector
Unknown
11:20 PM
xPath To identify the different web elements like buttons, Text Field, Drop Down, Hyperlink, radio button etc in selenium is major t...
Thursday, December 17, 2015
Google Analytics & Tealium
Unknown
12:59 PM
Google Analytics Google Analytics is a free Web analytics service that provides statistics and basic analytical tools for search engine...
Friday, December 4, 2015
Apium: Mac Vs Window machine
Unknown
11:53 AM
Appium on Mac machine : Need a component called 'Instrument' to identify the iOS based application object, that's why appium fo...
Friday, October 30, 2015
DML Commands - Select - Insert - Update - Delete INSERT command : INSERT into Student values(101,'Adam',15); INSERT into Stu...
Database - DDL
Unknown
12:28 PM
DDL Commands - Create - Drop - Alter - Rename - Truncate The Create Table Command The create table command defines each column of the ...