Send Outlook Email (with text formatting) using QTP
Hello Friends!! In this post we will quickly see how to send an outlook email. I know, most of you […]
Hello Friends!! In this post we will quickly see how to send an outlook email. I know, most of you […]
Hello Friends, In this post, we’ll see how to measure the total time taken by a test/script in execution. It’s
Hello Friends, Sometimes we need to check whether any particular application is running or not, and if not, then run
Small code to display a message box that will close automatically in the given time without any click. Dim msg
Hello Friends, In this post, we’ll see how to connect to database using QTP. We’ll connect with database and retrieve
Hello friends! Here we will see how to execute vbscipt code without having QTP on your machine!! Really?? How?? Okey..
Hello Friends! Following code demonstrate how to right click on a particular object using QTP. We’ll use DeviceRepaly object to
Dim iFileCount, FolderName, vFiles, objFSO iFileCount = 0 Set objFSO = CreateObject(“Scripting.FileSystemObject”) Set FolderName = objFSO.GetFolder(“C:Desktop”) ‘ Folder Path Set
‘This code demonstrate how to find the highest number in a numaric array. Dim num, i, Length1 num=array(34,12,98,43,89,49,56) Length1
Dim mystring, myLength mystring = “abhikansh567st1239test” myLength = Len(mystring) For i = 1 To myLength If Asc(Mid(mystring, i, 1))