Descriptive Programming in QTP – Part 1
Hello Friends, In this series of post, we’ll learn in detail how to use Descriptive programming (DP) in QTP. Before […]
Hello Friends, In this series of post, we’ll learn in detail how to use Descriptive programming (DP) in QTP. Before […]
Hello friends!! On this page, I’ll start a series of posts on PMP certification based on PMBOK 5. Hope you
Hello Friends! I believe that many QTP newbie’s are confused about Action, Procedures, Function and Subs. Am I right? No
Hello friends!! Here is a brief code for getting latest/newest file in a particular folder/directory… Dim LatestFileSet oFolder=CreateObject(“scripting.FileSystemObject”).GetFolder(“E:Dwnld”)For Each eachFile
Hello Friends! Don’t you think its useful to maintain a log file during execution of your QTP script? I think
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, Sometime script/application requires some input data as string which is unique. Random strings is helpful is this scenario.
Hello Friends, Sometimes we need to check whether any particular application is running or not, and if not, then run
Hello friends, Sometimes you need to retrieve and store text/data from MS clipboard. Here is the simple code to achieve