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 |
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
How will you trim the spaces on the left of a string using vbscript?
where can i learn VB scripint ?
Can anyone help me in write coding to get this pattern * ** *** ****
Anyone have qtp11.0 crack?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
1. How do declare public variable in vb scripts?
about vb scripting programs this type of all question& answers
please can you help me to get a code of flames using a visual basic 6
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function