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
Answer Posted / javeed
By Using VB Scripts,atleast u have idea on 'C' and Vb
languages.Then it will be very easy to understand and to
write the scripts is easier...
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
can anyone tell me the procedure of interview held in applabs
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
What's the difference between vbscript and vb.net?
Explain the constants in vbscript?
How to Enter Values on the Command promt using VB script
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
What is the purpose of on error resume next statement?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
What is the difference between do until loop and do while loop?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How can you fetch the value of a cookie?
What are the differences between sub procedures and function procedures?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
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
What is vbscript?