Answered Questions

  • How to find the particular word in text file and how to split and capture total line of the founded word using vb scripting?

    normally has many webtable and we can extract a lot of information using webtable methods in QTP.In this post we will discuss various methods by which we can used for webtable object. HyperLink and click the link and the password is 1234 to get the page . here i want find the HyperLink and password. my output should like :.... 1: HyperLink= "http://google.com/users/login?returnurl=%2fquestions%2fask#create-account" 2:...

    Anu

    • Jan 24th, 2014

    you can take the help of regexp object and find the matches as below"vb open the text file to search the word in set fso = createobject("scripting.filesystemobject") set mytxt = fs...