Answer Posted / sai
VBScript is "not" a case sensitive
Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
what is the use of QCUtil? explain with one example?
Why is error handling required?
How you can call vbscript functions?
Explain the asc function?
Mention what is the use of option explicit in vbscript?
Explain How do you create a recordset object in vbscript?
Mention characteristics of sub procedures?
Which operator can be used to change the value of the operand or change the state of the condition?
what is used of Property........End Property loop ? how to write the script for it?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Explain about tristate constants in vbscript?
How to open a file. What is the perpose of true and false mode there?
What are subprocedures in vbscript?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?