Cucumber is a framework for writing and executing the software specifications. Specifications are written in a business readable language...
Read More
Home / All post

Introduction to Calabash - Android
Calabash is a functional Automation Testing tool for Android and iOS applications based on Cucumber Framework. Calabash consists of the ...
Read More

VBScript to reverse a String without using strreverse
Dim myStr, sLen myStr=InputBox("Enter your string") sLen = Len(myStr) for i=1 to sLen strRev = mid(myStr,i,1)& strRev Next Msg...
Read More

How to Create a Word Document in QTP?
Dim oWord 'Initiate the word document object Set oWord = CreateObject("Word.Application") 'Create new word document oWord....
Read More

How to do mobile Testing - Overview
The following screen shot gives a good overview of how to do Mobile Testing.
Read More
Accessing Forms in WebDriver Part-1
In this article, we are going to learn, how the WebDriver access the forms. As we know that the forms contains different elements such as Ra...
Read More

WebDriver Script in C#
Guru(s)/Reader(s), we have seen the introduction of Web Driver and its installation with C# in my previous articles. Now, we are going to co...
Read More
Subscribe to:
Posts
(
Atom
)