how to write codings in QTP using vb script. please help
me. i am new to QTP. it is easy or very much tough. please
tell me
Answers were Sorted based on User's Feedback
Answer / dnrsm
Nothing is difficult in QTP. Just you need to work hard.
Learn QTP objects (Properties and methods) and VB Script.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raj
first understand Vb scripts and gohead & play with qtp
| Is This Answer Correct ? | 4 Yes | 1 No |
What is dictionary object in vbscript? Explain?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
can u test the application without add-in?
write any ttest cases using check points and parameterization
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
How to Enter Values on the Command promt using VB script
Explain about operator precedence in vb script?
How to capture a runtime error in vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function