As we know the object repositories can be associated with any Action in anyone of the following combination(s). Local Objec...
Read More
Home / Archive for 2014
Introduction to Cucumber
Cucumber is a framework for writing and executing the software specifications. Specifications are written in a business readable language...
Read More
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
Subscribe to:
Posts
(
Atom
)