How to learn VB Script, Since iam working with QTP. So i
need to learn VB script.
Answers were Sorted based on User's Feedback
Answer / manyam.muralireddy
hi,u have qtp s/w in home.using qtp tool,goto help-index-
enter particular function name, u got the vb script.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / srikanth vajja
Vbscript is a standard scripting language and It is not only
for QTP.
If you want to learn VB Script in QTP Orientation so many
sites are available in which I found one blog that is:
www.gcreddy.com
that blog is providing VB script in QTP orientation with
general examples as well as Industry examples.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / learnandteachqtp
Learn VBScript using video tutorials at:
http://learnandteachqtp.blogspot.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
search net..lot of stuff available in Net.
Pls. post these type of general questions in Forum. Pls.
post interview related questions only here.
| Is This Answer Correct ? | 2 Yes | 4 No |
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which operator can be used to change the value of the operand or change the state of the condition?
Explain the operator precedence in vb script?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
How to write VB script for login module?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is Procedure or Subroutine in VB Script?
How to insert snapshot during manual scripting in QTP?
What are class events?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
What methods are used to create text files and open text files in the vbscript language?